release_3.0.0
liu 10 months ago
parent b348972990
commit a2c65ca6b8

@ -76,7 +76,7 @@
left join vp_user t3 on t1.user_id = t3.id
left join vp_disease t4 on t1.disease_id = t4.id
where 1 = 1
and t1. status <![CDATA[ >= ]]> 1
and t1.status <![CDATA[ >= ]]> 1
<if test="studentName != null and studentName != ''">
and t3.name like concat("%",#{studentName}, "%")
</if>

Loading…
Cancel
Save