del
This commit is contained in:
@@ -657,9 +657,9 @@ func (v *VendorSync) LoopStoresMap2(ctx *jxcontext.Context, parentTask tasksch.I
|
|||||||
if len(storeIDs) == 1 {
|
if len(storeIDs) == 1 {
|
||||||
storeMapList = storeMapList2
|
storeMapList = storeMapList2
|
||||||
} else {
|
} else {
|
||||||
// for _, v := range storeMapList2 {
|
for _, v := range storeMapList2 {
|
||||||
// storeList, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, "")
|
storeList, _ := dao.GetStoreList(db, []int{v.StoreID}, nil, nil, nil, "")
|
||||||
// }
|
}
|
||||||
}
|
}
|
||||||
if len(storeMapList) == 0 {
|
if len(storeMapList) == 0 {
|
||||||
return nil, "", nil
|
return nil, "", nil
|
||||||
|
|||||||
Reference in New Issue
Block a user