Commit 037b4942 by tang

定时任务修改

parent 553d6227
......@@ -1360,7 +1360,7 @@ public class PayApiService {
for (OrderEntity order : list) {
// 快捷支付
if ("quick".equals(order.getPayMethod())) {
if ("quick".equals(order.getPayMethod()) && order.getPayStatus().equals("1")) {
QuickDto dto = new QuickDto();
dto.setOrderId(order.getPayCode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment