Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop

This commit is contained in:
邹宗楠
2024-01-30 10:20:31 +08:00

View File

@@ -94,7 +94,7 @@ func createOneShopAct(act *model.Act2, vendorStoreID string, actStoreSku []*mode
//5873
if err2 != nil && strings.Contains(err2.Error(), "未获取有效门店id") {
temp, err := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), vendorStoreID, 0, "")
temp, err := dao.GetStoreDetailForDD(dao.GetDB(), 0, model.VendorIDMTWM, vendorStoreID, "")
globals.SugarLogger.Debugf("createOneShopAct test0130 temp=%s", utils.Format4Output(temp, false))
if err == nil {
actResult, faileInfoList, err2 = getAPI(temp.VendorOrgCode, 0, vendorStoreID).RetailDiscountBatchSave2(vendorStoreID, jxActType2Mtwm(act.Type), actData)