- UpdateStoresSkusSale中对于autoSaleAt按服务器设置处理,不管客户端传的具体值

This commit is contained in:
gazebo
2019-08-15 18:43:55 +08:00
parent 5e6c087ba2
commit b36f8b3ae1
3 changed files with 15 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ var (
}
autoSaleStoreSkuTimeList = []string{
"20:20:00",
cms.AutoSaleAtStr,
}
importantTaskMap = &sync.Map{}