|
@@ -258,7 +258,7 @@ public class ProductOrderServiceImpl implements ProductOrderService { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if(!EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode().equals(productOrder.getProfitSharing())){ |
|
|
|
|
|
|
|
|
if(!EnumProductOrderStatus.ORDER_STATUS_PENDING_PAYMENT.getCode().equals(productOrder.getOrderStatus())){ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
Date hourDateBefore = DateUtils.getHourDateBefore(1, new Date()); |
|
|
Date hourDateBefore = DateUtils.getHourDateBefore(1, new Date()); |
|
|