咨询模块及IM模块调整

This commit is contained in:
2026-03-13 17:32:47 +08:00
parent b5c87ed3ff
commit 858e23a311
6 changed files with 8 additions and 22 deletions
@@ -23,7 +23,7 @@
<select id="selectMsgRecordList" resultType="com.renkang.consultation.entity.MsgRecord">
select
<include refid="MsgRecordColumns"/>
from im_msg_record_all a
from QH_CON_IM_MSG_ALL a
<where>
and a.del_flag = '0' and status = 1
<if test="fromAccount != null and fromAccount != ''">