fix(mysql) timestamp marshall error , fix

Signed-off-by: JackyCZJ <chenzj@esixnetwork.net>
This commit is contained in:
JackyCZJ 2020-08-24 18:28:36 +08:00
parent 31d51deba5
commit 19432dbb37

View File

@ -11,7 +11,7 @@ import (
) )
const ( const (
connectionStringTemplate = `%s:%s@%s/%s` connectionStringTemplate = `%s:%s@%s/%s?parseTime=true`
) )
type MySQL struct { type MySQL struct {