@@ -283,10 +283,10 @@ public class RepairApplicationFormController {
RepairBaseStrategy strategy = RepairStrategyFactory.getStrategy(applicationFormDTO.getCategory());
switch (applicationFormDTO.getReportHandleType()){
case 3:
+ case 2:
strategy.stopRepairByPerson(applicationFormDTO);
break;
case 1:
- case 2:
strategy.reportLeaderHandle(applicationFormDTO);
}