- enableEbaiStoreWrite = true for jxgy

This commit is contained in:
gazebo
2019-04-25 14:28:23 +08:00
parent 05bcae3dd9
commit 170bd34a15
2 changed files with 2 additions and 1 deletions

View File

@@ -166,7 +166,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
shopID = store.ID
}
store2, err2 := p.ReadStore(store.VendorStoreID)
globals.SugarLogger.Debugf("ebai UpdateStore2 store2:%s, err2:%v", utils.Format4Output(store2, true), err2)
// globals.SugarLogger.Debugf("ebai UpdateStore2 store2:%s, err2:%v", utils.Format4Output(store2, true), err2)
if err = err2; err == nil {
if store2.ID == store.ID {
shopID = -1