diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 1f12f4929..5f303db8a 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1967,7 +1967,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { 668159, 668183, 668185 - ) AND order_created_at > '2021-05-29 17:00:00' AND status = 110 + ) AND order_created_at > '2021-05-29 17:00:00' AND order_created_at < '2021-05-31 14:20:00' AND status = 110 ` dao.GetRows(db, &goods, sql, nil) for _, v := range goods {