This commit is contained in:
richboo111
2022-11-02 14:21:23 +08:00
parent d6deabb82b
commit ccc4526349
2 changed files with 5 additions and 2 deletions

View File

@@ -304,6 +304,7 @@ func (v *VendorSync) SyncStore2(ctx *jxcontext.Context, db *dao.DaoDB, vendorIDs
failedList = putils.GetErrMsg2FailedSingleList(nil, err, storeMap.StoreID, model.VendorChineseNames[storeMap.VendorID], "删除门店")
}
} else {
globals.SugarLogger.Debugf("进入UpdateStorestoreMap.StoreID====%d, userName=========%s", storeMap.StoreID, userName)
if err = handler.UpdateStore(db, storeMap.StoreID, userName); err == nil {
resultList = append(resultList, 1)
} else {