Commit fe5c0f68 by caosy

多次退款

parent 29d62c53
...@@ -234,7 +234,7 @@ public abstract class AbstractNotifyService extends CorePaymentService { ...@@ -234,7 +234,7 @@ public abstract class AbstractNotifyService extends CorePaymentService {
if(!this.isAllRefund(notifyRequestBean, order)){ if(!this.isAllRefund(notifyRequestBean, order)){
logger.info("现付状态===================================》"+ order.getProcessStatus()); logger.info("现付状态===================================》"+ order.getProcessStatus());
if(order.getProcessStatus() != 2327){ if(order.getProcessStatus() != 2327 && order.getProcessStatus() != 279){
order.setProcessStatus(order.getProcessStatus()+3 ) ; order.setProcessStatus(order.getProcessStatus()+3 ) ;
} }
} }
...@@ -500,7 +500,7 @@ public abstract class AbstractNotifyService extends CorePaymentService { ...@@ -500,7 +500,7 @@ public abstract class AbstractNotifyService extends CorePaymentService {
if(!this.isAllRefund(notifyRequestBean, order)){ if(!this.isAllRefund(notifyRequestBean, order)){
logger.info("现付状态===================================》"+ order.getProcessStatus()); logger.info("现付状态===================================》"+ order.getProcessStatus());
if(order.getProcessStatus() != 2327){ if(order.getProcessStatus() != 2327 && order.getProcessStatus() != 279){
order.setProcessStatus(order.getProcessStatus()+3); order.setProcessStatus(order.getProcessStatus()+3);
} }
} }
......
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 sign in to comment