lwhhszx 2 년 전
부모
커밋
cf41914999
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      RMS/src/main/java/cn/cslg/report/service/business/AssoTaskPatentSplitService.java

+ 2 - 2
RMS/src/main/java/cn/cslg/report/service/business/AssoTaskPatentSplitService.java

@@ -57,8 +57,8 @@ public class AssoTaskPatentSplitService extends ServiceImpl<AssoTaskPatentSplitM
             if (report != null) {
                 map.put("splitBy", report.getSplitBy());
                 map.put("splitType", report.getSplitType());
-
-            } else {
+            }
+            else {
                 map.put("splitBy", null);
                 map.put("splitType", null);
             }