|
|
@@ -242,6 +242,10 @@ public class ProductOrderServiceImpl implements ProductOrderService { |
|
|
|
if(productOrder == null){ |
|
|
|
return; |
|
|
|
} |
|
|
|
if(productOrder.getPayVendor() == null){ |
|
|
|
return; |
|
|
|
} |
|
|
|
|
|
|
|
if(!EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode().equals(productOrder.getOrderStatus())){ |
|
|
|
return; |
|
|
|
} |
|
|
|