|
|
|
@ -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>
|
|
|
|
|