This commit is contained in:
suyl
2021-05-31 15:09:13 +08:00
parent 213136e6fa
commit 8281dc3136

View File

@@ -1967,7 +1967,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
668159, 668159,
668183, 668183,
668185 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) dao.GetRows(db, &goods, sql, nil)
for _, v := range goods { for _, v := range goods {