修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
@ -23,7 +23,7 @@ func NowJsonTime() JsonTime {
|
||||
}
|
||||
}
|
||||
|
||||
func (j *JsonTime) MarshalJSON() ([]byte, error) {
|
||||
func (j JsonTime) MarshalJSON() ([]byte, error) {
|
||||
var stamp = fmt.Sprintf("\"%s\"", j.Format("2006-01-02 15:04:05"))
|
||||
return []byte(stamp), nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user