Commit 3c32e415 by 徐高华

朋友圈

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