冲突解决
This commit is contained in:
@@ -1639,7 +1639,7 @@ func RefreshJXPriceChange(ctx *jxcontext.Context) (hint string, err error) {
|
|||||||
store := batchItemList[0].(*model.Store)
|
store := batchItemList[0].(*model.Store)
|
||||||
var skuBindInfos []*cms.StoreSkuBindInfo
|
var skuBindInfos []*cms.StoreSkuBindInfo
|
||||||
for _, v := range vendorIDs {
|
for _, v := range vendorIDs {
|
||||||
storeMaps, _ := dao.GetStoresMapList(db, []int{v}, []int{store.ID}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "")
|
storeMaps, _ := dao.GetStoresMapList(db, []int{v}, []int{store.ID}, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "")
|
||||||
if len(storeMaps) > 0 {
|
if len(storeMaps) > 0 {
|
||||||
storeMap := storeMaps[0]
|
storeMap := storeMaps[0]
|
||||||
switch v {
|
switch v {
|
||||||
|
|||||||
Reference in New Issue
Block a user