Commit 8ce4c49f by 徐高华

Merge branch 'feature/xgh/202504会员分组' into 'developer'

获取msgid提前30秒

See merge request !2885
parents a68db764 6795163c
......@@ -895,7 +895,7 @@ public class GroupChatPlanServiceImpl implements GroupChatPlanService {
@Override
public String getQwMsgId(String staffId , Date sendTime, GroupMessageServiceImpl.GroupMsgChatType groupMsgChatType) {
Date startTime = DateUtil.addNumForSecond(sendTime,-10) ;
Date startTime = DateUtil.addNumForSecond(sendTime,-30) ;
Date endTime = DateUtil.addNumForMinute(sendTime,1) ;
TabHaobanStaff staff = this.staffMapper.selectByPrimaryKey(staffId) ;
String wxEnterpriseId = staff.getWxEnterpriseId() ;
......
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