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