解决长者审核历史能看到其他老人信息bug
This commit is contained in:
parent
ad02e519ad
commit
8244c9d43d
|
|
@ -100,6 +100,9 @@
|
|||
<if test="dto.name != null and dto.name != ''">
|
||||
and mi.name like concat('%', #{dto.name}, '%')
|
||||
</if>
|
||||
<if test="dto.guardianOpenId != null and dto.guardianOpenId != ''">
|
||||
and mi.guardian_open_id = #{dto.guardianOpenId}
|
||||
</if>
|
||||
<if test="dto.guardianName != null and dto.guardianName != ''">
|
||||
and mi.guardian_name like concat('%', #{dto.guardianName}, '%')
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue