fix build monapi

This commit is contained in:
710leo 2021-02-03 17:01:54 +08:00
parent 900896c045
commit 023b23a0ef
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ func SyncStras() {
func syncStras() {
logger.Info("[cron] sync stras start...")
start := time.Now().Unix()
start := time.Now()
stras, err := models.EffectiveStrasList()
if err != nil {
logger.Error("sync stras err:", err)