fix
This commit is contained in:
@@ -62,7 +62,7 @@ func (l *SaveMapLibraryLogic) SaveMapLibrary(req *types.Request, userinfo *auth.
|
||||
}
|
||||
sort := int64(0)
|
||||
status := int64(1)
|
||||
now := time.Now().Unix()
|
||||
now := time.Now().UTC().Unix()
|
||||
createList := make([]gmodel.FsMapLibrary, 0, len(postData))
|
||||
updateList := make([]gmodel.FsMapLibrary, 0, len(postData))
|
||||
//开启事务
|
||||
|
||||
Reference in New Issue
Block a user