银豹同步到京西,初版

This commit is contained in:
苏尹岚
2020-04-28 09:11:35 +08:00
parent 09fc959fff
commit 3243ac42e1
4 changed files with 9 additions and 2 deletions

View File

@@ -360,6 +360,8 @@ func doDailyWork() {
cms.DisabledStoreWithoutVendor(jxcontext.AdminCtx, true, true)
//刷新物料订单状态
localjx.RefreshAllMatterOrderStatus(jxcontext.AdminCtx)
//同步银豹到京西
cms.CurVendorSync.SyncStoreSkusFromYb(jxcontext.AdminCtx, nil, true, true)
}
func RefreshRealMobile(ctx *jxcontext.Context, vendorID int, fromTime, toTime time.Time, isAsync, isContinueWhenError bool) (hint string, err error) {