diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index b9ff1e7a3..2e3f2f960 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -969,7 +969,7 @@ func RefreshMtpsWaybillFee(ctx *jxcontext.Context, isAsync, isContinueWhenError if err = dao.GetRows(db, &waybillList, ` SELECT * FROM waybill - WHERE status_time > '2019-05-10' AND waybill_vendor_id = 102 AND desired_fee = 0 + WHERE status_time > '2019-04-01' AND waybill_vendor_id = 102 AND desired_fee = 0 `); err == nil { globals.SugarLogger.Debugf("RefreshMtpsWaybillFee, count:%d", len(waybillList)) rootTask := tasksch.NewParallelTask("RefreshMtpsWaybillFee", tasksch.NewParallelConfig().SetIsContinueWhenError(isContinueWhenError), ctx,