Commit 6e766c8c by 徐高华

Merge branch 'feature/社群' into 'developer'

SQL

See merge request !770
parents 702a4acd 6033c5bb
......@@ -24,7 +24,7 @@ public interface GroupChatInitMapper {
* @Param @param TabHaobanGroupChatInit
* @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;
*/
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);
......
......@@ -126,7 +126,7 @@ public class GroupChatServiceImpl implements GroupChatService {
private static GicMQClient mqClient = GICMQClientUtil.getClientInstance();
// 每次拉取成员数
private int pageSize = 8;
private int pageSize = 800;
// 每次拉取群数
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