提交 1a75e864 编写于 作者: 1 18356073052

重构群发消息任务

上级 be8029e1
package com.linkwechat.wecom.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.linkwechat.common.utils.SecurityUtils;
import com.linkwechat.common.utils.SnowFlakeUtil;
import com.linkwechat.wecom.domain.WeCustomerMessage;
import com.linkwechat.wecom.mapper.WeCustomerMessageMapper;
import com.linkwechat.wecom.service.IWeCustomerMessageService;
......@@ -25,4 +23,9 @@ public class WeCustomerMessageServiceImpl extends ServiceImpl<WeCustomerMessageM
return weCustomerMessageMapper.updateWeCustomerMessageMsgIdById(customerMessage);
}
@Override
public int updateWeCustomerMessageActualSend(Long messageId, Integer actualSend) {
return weCustomerMessageMapper.updateWeCustomerMessageActualSend(messageId, actualSend);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册