소스 검색

报修审核

guarantee-lsq 1 년 전
부모
커밋
6789e21aff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-service/src/main/java/com/platform/service/repair/strategy/impl/LongYanPlanRepairStrategy.java

+ 1 - 1
platform-service/src/main/java/com/platform/service/repair/strategy/impl/LongYanPlanRepairStrategy.java

@@ -682,7 +682,7 @@ public class LongYanPlanRepairStrategy extends AbstractRepairBaseStrategy {
 
     @Override
     public void handleCallRepair(RepairApplicationFormDTO model) {
-
+        throw new DeniedException("暂不支持审核时,修改工单类别");
     }
 
     /**