1
This commit is contained in:
@@ -746,7 +746,8 @@ func GetStoresSkus(ctx *jxcontext.Context, storeIDs, skuIDs []int, upcs []string
|
||||
}
|
||||
}
|
||||
if len(storeIDs2) == 0 {
|
||||
storeIDs2 = append(storeIDs2, -1)
|
||||
// todo 可能有问题
|
||||
storeIDs2 = append(storeIDs2, storeIDs...)
|
||||
}
|
||||
} else {
|
||||
for k, _ := range storeIDsMap {
|
||||
|
||||
Reference in New Issue
Block a user