|
|
@@ -103,7 +103,7 @@ public class WxVtwoActivitySpecialTopicController extends BaseController { |
|
|
return new ResultData(Result.ERROR,"包含活动不能为空"); |
|
|
return new ResultData(Result.ERROR,"包含活动不能为空"); |
|
|
} |
|
|
} |
|
|
wxVtwoActivitySpecialTopicService.saveOrUpdate(specialTopic); |
|
|
wxVtwoActivitySpecialTopicService.saveOrUpdate(specialTopic); |
|
|
return new ResultData(); |
|
|
|
|
|
|
|
|
return new ResultData(specialTopic); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ApiVersion(group = SwaggerConstant.V_A_2_0) |
|
|
@ApiVersion(group = SwaggerConstant.V_A_2_0) |
|
|
|