fix(nurse-station): 修复住院护士站门户护理级别筛选功能失效问题 (Bug #172)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user