Commit 3c32e415 by 徐高华

朋友圈

parent 0734c004
...@@ -27,6 +27,7 @@ import com.gic.haoban.manage.service.pojo.ClerkStaffBO; ...@@ -27,6 +27,7 @@ import com.gic.haoban.manage.service.pojo.ClerkStaffBO;
import com.gic.haoban.manage.service.service.WxEnterpriseService; import com.gic.haoban.manage.service.service.WxEnterpriseService;
import com.gic.haoban.manage.service.service.moment.QwMomentPlanAttendService; import com.gic.haoban.manage.service.service.moment.QwMomentPlanAttendService;
import com.gic.haoban.manage.service.service.moment.QwMomentPlanService; import com.gic.haoban.manage.service.service.moment.QwMomentPlanService;
import com.gic.haoban.manage.service.service.notify.PendingTaskService;
import com.gic.wechat.api.dto.qdto.group.QywxMomentInfoQDTO; import com.gic.wechat.api.dto.qdto.group.QywxMomentInfoQDTO;
import com.gic.wechat.api.dto.qywx.group.QywxMomentRespDTO; import com.gic.wechat.api.dto.qywx.group.QywxMomentRespDTO;
import com.gic.wechat.api.service.qywx.QywxSuiteApiService; import com.gic.wechat.api.service.qywx.QywxSuiteApiService;
...@@ -64,6 +65,8 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService ...@@ -64,6 +65,8 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
private StaffClerkRelationApiService staffClerkRelationApiService ; private StaffClerkRelationApiService staffClerkRelationApiService ;
@Autowired @Autowired
private QwMomentPlanService qwMomentPlanService ; private QwMomentPlanService qwMomentPlanService ;
@Autowired
private PendingTaskService pendingTaskService ;
@Override @Override
public ServiceResponse<Page<QwMomentPlanAttendDTO>> attendList(PlanClerkListQDTO qdto) { public ServiceResponse<Page<QwMomentPlanAttendDTO>> attendList(PlanClerkListQDTO qdto) {
...@@ -219,6 +222,8 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService ...@@ -219,6 +222,8 @@ public class QwMomentPlanAttendServiceImpl implements QwMomentPlanAttendService
} }
this.qwMomentPlanAttendMapper.finishTask(attendId,sendDate) ; this.qwMomentPlanAttendMapper.finishTask(attendId,sendDate) ;
this.qwMomentPlanMapper.updateClerkNum(planId,-1,-1,1); this.qwMomentPlanMapper.updateClerkNum(planId,-1,-1,1);
// 完成代办
this.pendingTaskService.updateFinish(attendId+"") ;
} }
public String getMomentId(String staffId , Date sendTime) { public String getMomentId(String staffId , Date sendTime) {
......
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