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