- 饿百门店健康导出差评率
- 每晚京东刷新从强制刷新改为正常刷新
This commit is contained in:
@@ -1125,6 +1125,7 @@ func ExportShopsHealthInfo(ctx *jxcontext.Context, vendorIDs, storeIDs []int, is
|
|||||||
"sku_num",
|
"sku_num",
|
||||||
"target_jiedan",
|
"target_jiedan",
|
||||||
"is_healthy",
|
"is_healthy",
|
||||||
|
"bad_order_rate",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
excelBin = excel.Obj2Excel([]*excel.Obj2ExcelSheetConfig{excelConf})
|
excelBin = excel.Obj2Excel([]*excel.Obj2ExcelSheetConfig{excelConf})
|
||||||
|
|||||||
@@ -98,6 +98,6 @@ func StartDailyWork() {
|
|||||||
func doDailyWork() {
|
func doDailyWork() {
|
||||||
globals.SugarLogger.Debug("doDailyWork")
|
globals.SugarLogger.Debug("doDailyWork")
|
||||||
cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true)
|
cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true)
|
||||||
cms.CurVendorSync.FullSyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD}, nil, true, true)
|
// cms.CurVendorSync.FullSyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD}, nil, true, true)
|
||||||
cms.CurVendorSync.SyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDEBAI, model.VendorIDMTWM}, nil, nil, false, true, true)
|
cms.CurVendorSync.SyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD, model.VendorIDEBAI, model.VendorIDMTWM}, nil, nil, false, true, true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user