1
This commit is contained in:
@@ -223,6 +223,7 @@ func CopyMtToMT(ctx *jxcontext.Context, fromStore, toStore *dao.StoreDetail, isA
|
|||||||
globals.SugarLogger.Debugf("BatchInitData : %v", err)
|
globals.SugarLogger.Debugf("BatchInitData : %v", err)
|
||||||
}
|
}
|
||||||
if len(errDataList) > model.NO {
|
if len(errDataList) > model.NO {
|
||||||
|
globals.SugarLogger.Debugf("errListData %d:= %s", i, utils.Format4Output(errDataList, false))
|
||||||
errList = append(errList, errDataList...)
|
errList = append(errList, errDataList...)
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("==============i: %d len: %d", i, len(fromFoodList))
|
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++
|
i++
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("errListData := %s", utils.Format4Output(errList, false))
|
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user