cookie检查测试

This commit is contained in:
苏尹岚
2020-04-13 13:40:04 +08:00
parent bc9b7ea059
commit 3e34509f86
3 changed files with 4 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ func (p *PurchaseHandler) UpdateStore(db *dao.DaoDB, storeID int, userName strin
`
if err = dao.GetRows(db, &stores, sql, model.VendorIDEBAI, utils.DefaultTimeValue, storeID); err == nil {
for _, store := range stores {
// globals.SugarLogger.Debug(utils.Format4Output(params, false))
globals.SugarLogger.Debugf("testUpdateStoreStatus1 storeID", storeID, utils.Format4Output(store, false))
if globals.EnableEbaiStoreWrite {
shopID := 0
if store.SyncStatus&model.SyncFlagDeletedMask == 0 {