Commit 1a8ebe50 by 徐高华

群事件

parent be1678ff
package com.gic.haoban.manage.api.service.chat;
/**
*
* @ClassName: GroupChatPlanApiService
* @Description: 群群发
* @author xugh
* @date 2022年12月1日 下午10:58:07
*
*/
public interface GroupChatPlanApiService {
// 群列表
// 群详情
}
......@@ -118,7 +118,8 @@
chat_notice=#{chatNotice},
chat_status=#{chatStatus},
update_time=now(),
status_flag=#{statusFlag}
status_flag=#{statusFlag},
init_flag = 1
where group_chat_id = #{groupChatId}
]]>
</update>
......
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