소스 검색

维修优化

guarantee-lsq 2 년 전
부모
커밋
0b7b92179a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-rest/src/main/java/com/platform/rest/controller/repair/RepairApplicationFormController.java

+ 1 - 1
platform-rest/src/main/java/com/platform/rest/controller/repair/RepairApplicationFormController.java

@@ -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);
                 break;
         }