|
@@ -88,7 +88,7 @@
|
|
|
and t1.adjust_type is not null
|
|
and t1.adjust_type is not null
|
|
|
</if>
|
|
</if>
|
|
|
<if test="dto.studentName != null and dto.studentName != ''">
|
|
<if test="dto.studentName != null and dto.studentName != ''">
|
|
|
- and (t1.name like concat('$',#{dto.studentName},'%') or t1.credential_number like concat('$',#{dto.studentName},'%'))
|
|
|
|
|
|
|
+ and (t3.name like concat('$',#{dto.studentName},'%') or t3.credential_number like concat('$',#{dto.studentName},'%'))
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|