Commit 6033c5bb by 徐高华

SQL

parent 00c10ee8
...@@ -24,7 +24,7 @@ public interface GroupChatInitMapper { ...@@ -24,7 +24,7 @@ public interface GroupChatInitMapper {
* @Param @param TabHaobanGroupChatInit * @Param @param TabHaobanGroupChatInit
* @Throws * @Throws
*/ */
public int update(@Param("wxEnterprseId")String wxEnterprseId, @Param("statusFlag") int status); public int update(@Param("wxEnterpriseId")String wxEnterpriseId, @Param("statusFlag") int status);
/** /**
* 通过主键查询 * 通过主键查询
......
...@@ -21,7 +21,7 @@ import com.gic.haoban.manage.service.entity.chat.TabGroupChat; ...@@ -21,7 +21,7 @@ import com.gic.haoban.manage.service.entity.chat.TabGroupChat;
*/ */
public interface GroupChatMapper { public interface GroupChatMapper {
public int updateChatErrorRemark(Long groupChatId , String chatRemark) ; public int updateChatErrorRemark(@Param("groupChatId")Long groupChatId , @Param("chatRemark")String chatRemark) ;
public int getCountByStaffId(String staffId); public int getCountByStaffId(String staffId);
......
...@@ -126,7 +126,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -126,7 +126,7 @@ public class GroupChatServiceImpl implements GroupChatService {
private static GicMQClient mqClient = GICMQClientUtil.getClientInstance(); private static GicMQClient mqClient = GICMQClientUtil.getClientInstance();
// 每次拉取成员数 // 每次拉取成员数
private int pageSize = 8; private int pageSize = 800;
// 每次拉取群数 // 每次拉取群数
private int limit = 1; private int limit = 1;
// 群下线成员数 // 群下线成员数
......
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