Browse Source

修改二级套餐查询权限

wlcbszxyy
ccsens_zhengzhichuan 2 months ago
parent
commit
c736940c4f
  1. 7
      ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/ScaleDao.xml

7
ruisi_java/ruisi-web-client/src/main/resources/mapper/dao/ScaleDao.xml

@ -144,6 +144,13 @@
left join hms_version v on v.id = c.version
where
c.del_flag = 0 and c.parent_id != 0 and s.is_show = 1 and c.status = 1
and (
c.level = 20
or
(c.level = 10 and c.hospital_id = #{hospitalId})
or
c.create_by = #{userName}
)
<if test="isFemale != null and isFemale">
and c.id != 1982752141751750656
</if>

Loading…
Cancel
Save