This commit is contained in:
邹宗楠
2023-03-25 17:56:36 +08:00
parent 5446166708
commit 20ac41784f
3 changed files with 25 additions and 7 deletions

View File

@@ -211,8 +211,6 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
}
fillOpTimeParams(storeParams, store.GetOpTimeList())
errList := errlist.New()
globals.SugarLogger.Debugf("=========storeParams :%s", utils.Format4Output(storeParams, false))
globals.SugarLogger.Debugf("=========store :%s", utils.Format4Output(store, false))
if globals.EnableJdStoreWrite {
store1 := fmt.Sprintf("门店id:%d,门店名称:%s,第三方门店状态:%d,本地修改前门店状态%d,本地门店修改后状态:%d,第三方平台Id(ebai):%s", storeID, store.Name, 100, store.Status, 100, store.VendorOrgCode)
event.AddOperateEvent(jxcontext.AdminCtx, jxcontext.AdminCtx.GetTrackInfo(), store1, "", "", 10, "UpdateStore")