Commit 77fa93d5 by 徐高华

群发

parent 0b30c2c4
......@@ -214,6 +214,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
ownerLog.setRemark(sendResp.getMessage());
ownerLog.setSendStatus(0);
}
ownerLog.setWxEnterpriseId(wxEnterpriseId);
this.groupChatPlanOwnerLogService.update(ownerLog);
// 代办
if (StringUtils.isNotBlank(ownerLog.getClerkId())) {
......
......@@ -145,6 +145,9 @@
<select id="listPage" parameterType="com.gic.haoban.manage.api.dto.qdto.chat.GroupChatPlanSearchQDTO" resultType="com.gic.haoban.manage.api.dto.chat.GroupChatPlanOwnerLogDTO">
select
a.owner_log_id ownerLogId ,
a.wx_enterprise_id wxEnterpriseId ,
a.plan_id planId ,
b.staff_name staffName ,
a.staff_id staffId ,
a.clerk_id clerkId ,
......
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