Compare commits

2 Commits
Author SHA1 Message Date
hejiayang 344cd1ff5e Merge remote-tracking branch 'origin/xc' into xc 2026-03-20 08:50:04 +08:00
hejiayang 412e66b3dd fix:
代码回滚
2026-03-20 08:46:55 +08:00
@@ -109,10 +109,10 @@
)
</if>
<if test="conSession.fromName != null and conSession.fromName != ''">
AND INSTR(c.from_name, #{conSession.fromName}) > 0
AND c.from_name LIKE CONCAT('%', #{conSession.fromName}, '%')
</if>
<if test="conSession.doctorName != null and conSession.doctorName != ''">
AND INSTR(c.to_name, #{conSession.doctorName}) > 0
AND c.to_name LIKE CONCAT('%', #{conSession.doctorName}, '%')
</if>
<if test="conSession.contentStatus != null and conSession.contentStatus != ''">
AND c.content_status = #{conSession.contentStatus}