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