This commit is contained in:
邹宗楠
2023-07-27 16:07:32 +08:00
parent 97a2fe2d47
commit fdd5c14ab7
2 changed files with 4 additions and 4 deletions

View File

@@ -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) { 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() db := dao.GetDB()
for _, storeID := range storeIDs { for _, storeID := range storeIDs {
stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, nil, "") stores, _ := dao.GetStoreList(db, []int{storeID}, nil, nil, nil, nil, "")

View File

@@ -373,9 +373,9 @@ func Init() {
103074, 103074,
103065, 103065,
103051, 103051,
103050, //103050,
103037, //103037,
103029, //103029,
103018, 103018,
103002, 103002,
102999, 102999,