1
This commit is contained in:
@@ -801,7 +801,8 @@ func CreateActForMtByOrder(ctx *jxcontext.Context, act *model.Act, vendorIDs []i
|
||||
actIdResult := make(map[string]int64, 0)
|
||||
mtApi := mtwm.GetAPI(vendorOrgCode, storeID, storeDetail.VendorStoreID)
|
||||
actResult, fileInfoList, err6 := mtApi.RetailDiscountBatchSave2(storeDetail.VendorStoreID, actType, actData)
|
||||
globals.SugarLogger.Debugf("-----------err6 : %v", err6)
|
||||
globals.SugarLogger.Debugf("-----------actResult : %s", utils.Format4Output(actResult, false))
|
||||
globals.SugarLogger.Debugf("-----------err6 : %v,%d", err6, actType)
|
||||
for _, v := range actResult {
|
||||
var (
|
||||
actStoreSkuMapUpdate *model.ActStoreSkuMap
|
||||
|
||||
Reference in New Issue
Block a user