补提上一版sql
This commit is contained in:
parent
1c42b3edf9
commit
ad02e519ad
|
|
@ -408,8 +408,8 @@
|
|||
<if test="dto.elderId != null and dto.elderId != ''">
|
||||
AND o.elder_id = #{dto.elderId}
|
||||
</if>
|
||||
<if test="dto.nuId != null and dto.nuId != ''">
|
||||
AND o.nu_id = #{dto.nuId}
|
||||
<if test="dto.instructionTagId != null and dto.instructionTagId != ''">
|
||||
AND s.instruction_tag_id = #{dto.instructionTagId}
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue