代码回滚
This commit is contained in:
hejiayang
2026-03-20 08:46:55 +08:00
parent 307cc42437
commit 412e66b3dd
@@ -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}