Commit 3e6d7386 by 徐高华

朋友圈

parent 25976c7a
...@@ -332,7 +332,7 @@ public class QwMomentController { ...@@ -332,7 +332,7 @@ public class QwMomentController {
public RestResponse<HaobanQwMomentPlanVO> detail(Long planId) { public RestResponse<HaobanQwMomentPlanVO> detail(Long planId) {
ServiceResponse<QwMomentPlanDTO> detaiResp = this.qwMomentApiService.detail(planId) ; ServiceResponse<QwMomentPlanDTO> detaiResp = this.qwMomentApiService.detail(planId) ;
if (!detaiResp.isSuccess()) { if (!detaiResp.isSuccess()) {
return RestResponse.failure("1", "任务不存在"); return RestResponse.failure("1", "活动不存在");
} }
// 查询素材列表 // 查询素材列表
HaobanQwMomentPlanVO vo = EntityUtil.changeEntityByJSON(HaobanQwMomentPlanVO.class, detaiResp.getResult()); HaobanQwMomentPlanVO vo = EntityUtil.changeEntityByJSON(HaobanQwMomentPlanVO.class, detaiResp.getResult());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment