|
|
@@ -90,8 +90,8 @@
|
|
|
<if test="dto.studentName != null and dto.studentName != ''">
|
|
|
and t1.name like concat('$',#{dto.studentName},'%')
|
|
|
</if>
|
|
|
- <if test="dto.name != null and dto.name != ''">
|
|
|
- and t1.name like concat('$',#{dto.name},'%')
|
|
|
+ <if test="dto.studentName != null and dto.studentName != ''">
|
|
|
+ and t1.name like concat('$',#{dto.studentName},'%')
|
|
|
</if>
|
|
|
<if test="dto.credentialNumber != null and dto.credential_number != ''">
|
|
|
and t3.credential_number = #{dto.credentialNumber}
|