This commit is contained in:
wanghao
2026-03-19 17:33:39 +08:00
@@ -109,10 +109,10 @@
)
</if>
<if test="conSession.fromName != null and conSession.fromName != ''">
AND c.from_name LIKE CONCAT('%', #{conSession.fromName}, '%')
AND INSTR(c.from_name, #{conSession.fromName}) > 0
</if>
<if test="conSession.doctorName != null and conSession.doctorName != ''">
AND c.to_name LIKE CONCAT('%', #{conSession.doctorName}, '%')
AND INSTR(c.to_name, #{conSession.doctorName}) > 0
</if>
<if test="conSession.contentStatus != null and conSession.contentStatus != ''">
AND c.content_status = #{conSession.contentStatus}