This commit is contained in:
邹宗楠
2022-11-07 18:39:59 +08:00
parent c1a4797932
commit 3ab6528e60
9 changed files with 0 additions and 16 deletions

View File

@@ -309,7 +309,6 @@ 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 {