|
@@ -1512,13 +1512,7 @@ public class ContentPlatformPlanServiceImpl implements ContentPlatformPlanServic
|
|
|
if (Objects.isNull(type)) {
|
|
if (Objects.isNull(type)) {
|
|
|
return "";
|
|
return "";
|
|
|
}
|
|
}
|
|
|
- if (type == 0) {
|
|
|
|
|
- return "自动回复";
|
|
|
|
|
- }
|
|
|
|
|
- if (type == 1) {
|
|
|
|
|
- return "每日推送";
|
|
|
|
|
- }
|
|
|
|
|
- return String.valueOf(type);
|
|
|
|
|
|
|
+ return QwPlanTypeEnum.from(type).getDescription();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
private String convertQwPlanSceneText(Integer scene) {
|
|
private String convertQwPlanSceneText(Integer scene) {
|