Commit dc97909f by 徐高华

朋友圈

parent 243ecc9d
......@@ -186,6 +186,9 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
@Override
public ServiceResponse<TaskDetailDTO> taskDetail(Long planId, String execClerkId) {
TaskDetailDTO dto = this.qwMomentPlanAttendMapper.taskDetail(planId,execClerkId) ;
if(null == dto) {
return ServiceResponse.failure("9999","活动不存在或已删除");
}
Long attendId = dto.getAttendId() ;
TabQwMomentPlanAttend attend = this.qwMomentPlanAttendMapper.getById(attendId) ;
TabQwMomentPlan plan = this.qwMomentPlanMapper.getById(planId) ;
......
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