lwhhszx há 2 anos atrás
pai
commit
cf41914999

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