补提上一版sql

This commit is contained in:
1378012178@qq.com 2026-02-04 10:16:24 +08:00
parent 1c42b3edf9
commit ad02e519ad
1 changed files with 2 additions and 2 deletions

View File

@ -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>