diff --git a/business/jxstore/cms/store.go b/business/jxstore/cms/store.go index 3fcc94cc2..e358b4704 100644 --- a/business/jxstore/cms/store.go +++ b/business/jxstore/cms/store.go @@ -794,8 +794,9 @@ func UpdateStore(ctx *jxcontext.Context, storeID int, payload map[string]interfa } notifyStoreOperatorChanged(store, valid["operatorPhone"]) if err == nil { + fmt.Println("valid") + fmt.Println(valid) if valid["openTime1"] != 0 || valid["closeTime1"] != 0 || valid["openTime2"] != 0 || valid["closeTime2"] != 0 { - fmt.Println(valid) err = CurVendorSync.ChangeStoreSkuSaleStatus(ctx, storeID, true, true) } }