Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -79,7 +79,8 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic | @@ -79,7 +79,8 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic | ||
| 79 | || FlowInstanceStatus.FINISH.getCode().equals(flowStatus)) { | 79 | || FlowInstanceStatus.FINISH.getCode().equals(flowStatus)) { |
| 80 | customerDevelopPlanService.updateStatus(businessId, CustomerDevelopStatus.PASS); | 80 | customerDevelopPlanService.updateStatus(businessId, CustomerDevelopStatus.PASS); |
| 81 | } else if (FlowInstanceStatus.REVOKE.getCode().equals(flowStatus) | 81 | } else if (FlowInstanceStatus.REVOKE.getCode().equals(flowStatus) |
| 82 | - || FlowInstanceStatus.REFUSE.getCode().equals(flowStatus)) { | 82 | + || FlowInstanceStatus.REFUSE.getCode().equals(flowStatus) |
| 83 | + || FlowInstanceStatus.TERMINATION.getCode().equals(flowStatus)) { | ||
| 83 | customerDevelopPlanService.updateStatus(businessId, CustomerDevelopStatus.REFUSE); | 84 | customerDevelopPlanService.updateStatus(businessId, CustomerDevelopStatus.REFUSE); |
| 84 | } | 85 | } |
| 85 | } | 86 | } |