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