This commit is contained in:
邹宗楠
2024-04-08 14:24:17 +08:00
parent 072aecb493
commit f32b4a0da0

View File

@@ -223,6 +223,7 @@ func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isA
globals.SugarLogger.Debugf("BatchInitData : %v", err)
}
if len(errDataList) > model.NO {
globals.SugarLogger.Debugf("errListData %d:= %s", i, utils.Format4Output(errDataList, false))
errList = append(errList, errDataList...)
}
globals.SugarLogger.Debugf("==============i: %d len: %d", i, len(fromFoodList))
@@ -231,7 +232,6 @@ func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isA
}
i++
}
globals.SugarLogger.Debugf("errListData := %s", utils.Format4Output(errList, false))
}
return
}