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