|
@@ -460,7 +460,7 @@ public class PayController {
|
|
|
if (list != null && list.size() == 1) {
|
|
|
String status = list.get(0).getStatus();
|
|
|
int ordId= list.get(0).getOrderId();
|
|
|
- //状态为未支付 1 修改状态为已支付
|
|
|
+ //状态为未支付 0 修改状态为1已支付
|
|
|
if (status.equals("0")) {
|
|
|
PayOrder payOrder = new PayOrder();
|
|
|
payOrder.setOrderId(ordId);
|