|
|
@@ -607,6 +607,7 @@ public class PlanNewController {
|
|
|
});
|
|
|
return RStatus.success(map);
|
|
|
}
|
|
|
+
|
|
|
throw new BaseException("type类型错误");
|
|
|
}
|
|
|
public void fxBackgroupSettingsUpdate( ServiceGroupSettingItemRequest request,String planNewId,Integer qsOrFx){
|
|
|
@@ -626,8 +627,8 @@ public class PlanNewController {
|
|
|
ZonedDateTime.now(),
|
|
|
null,
|
|
|
planNewId,null,null);
|
|
|
- template.insert(planNewBackgroupPoster).subscribe();
|
|
|
-
|
|
|
+ // template.insert(planNewBackgroupPoster).subscribe();
|
|
|
+ // return planNewBackgroupPoster;
|
|
|
}
|
|
|
/**
|
|
|
* 复制计划
|