1
This commit is contained in:
@@ -5908,7 +5908,7 @@ func GetStoreSkuAudit(ctx *jxcontext.Context, storeIDs, nameIDs, skuIDs, statuss
|
||||
}
|
||||
|
||||
func doStoreSkuAudit(ctx *jxcontext.Context, storeIDs []int, skuBindInfos []*StoreSkuBindInfo) (isAudit bool, err error) {
|
||||
time.Sleep(time.Second / 5)
|
||||
time.Sleep(time.Second)
|
||||
db := dao.GetDB()
|
||||
for _, storeID := range storeIDs {
|
||||
stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, nil, "")
|
||||
|
||||
@@ -373,9 +373,9 @@ func Init() {
|
||||
103074,
|
||||
103065,
|
||||
103051,
|
||||
103050,
|
||||
103037,
|
||||
103029,
|
||||
//103050,
|
||||
//103037,
|
||||
//103029,
|
||||
103018,
|
||||
103002,
|
||||
102999,
|
||||
|
||||
Reference in New Issue
Block a user