fix(nurse-station): 修复住院护士站门户护理级别筛选功能失效问题 (Bug #172)

This commit is contained in:
2026-03-12 17:32:55 +08:00
parent 2bfdd686c7
commit 17b8ea7192
7 changed files with 42 additions and 12 deletions

View File

@@ -242,6 +242,14 @@
)
)
</if>
-- 护理级别筛选(多选)
<if test="nursingLevelList != null and nursingLevelList.size() > 0">
AND T2.priority_enum IN
<foreach collection="nursingLevelList" item="level" open="(" separator="," close=")">
#{level}
</foreach>
</if>
) patient_base
) ranked_result
WHERE rn = 1