diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index ed6098102..9045e8357 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -1140,6 +1140,7 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa kv[model.FieldStatus] = status //} } + globals.SugarLogger.Debugf("data := %s,%d", utils.Format4Output(kv, false), store.ID) _, err2 := dao.UpdateEntityLogicallyAndUpdateSyncStatus(db, dummy, kv, userName, map[string]interface{}{ model.FieldStoreID: store.ID, }, model.FieldSyncStatus, syncStatus)