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