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) {
|
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, "")
|
||||||
|
|||||||
@@ -373,9 +373,9 @@ func Init() {
|
|||||||
103074,
|
103074,
|
||||||
103065,
|
103065,
|
||||||
103051,
|
103051,
|
||||||
103050,
|
//103050,
|
||||||
103037,
|
//103037,
|
||||||
103029,
|
//103029,
|
||||||
103018,
|
103018,
|
||||||
103002,
|
103002,
|
||||||
102999,
|
102999,
|
||||||
|
|||||||
Reference in New Issue
Block a user