diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index 757026e3e..805283309 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -1317,6 +1317,7 @@ func updateStoresSkusWithoutSync(ctx *jxcontext.Context, db *dao.DaoDB, storeIDs updateFieldMap["AutoSaleAt"] = 1 skuBind.AutoSaleAt = utils.DefaultTimeValue } + fmt.Println("testupdates", utils.Format4Output(skuBind, false)) if num, err = dao.UpdateEntity(db, skuBind /*, utils.Map2KeySlice(updateFieldMap)...*/); err != nil { dao.Rollback(db) return nil, err