商品分类修改

This commit is contained in:
苏尹岚
2020-05-22 15:37:00 +08:00
parent e176bd8754
commit dc7c9d210c
3 changed files with 68 additions and 53 deletions

View File

@@ -402,7 +402,8 @@ func doDailyWork() {
//刷新京东商城订单结算价
orderman.RefreshJdShopOrdersEarningPrice(jxcontext.AdminCtx, time.Now().AddDate(0, 0, -3).Format("20060102"), time.Now().Format("20060102"))
//同步京东商城门店库存和商品
//同步上架京东商城待售商品
cms.RefreshJdsSkusStatus(jxcontext.AdminCtx)
}
func RefreshRealMobile(ctx *jxcontext.Context, vendorID int, fromTime, toTime time.Time, isAsync, isContinueWhenError bool) (hint string, err error) {