Browse Source

文档、环境清单

master
陈裕财 4 years ago
parent
commit
8fe5b8cda4
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmEnvListMapper.xml

2
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmEnvListMapper.xml

@ -18,7 +18,7 @@
<if test="linkProductId!=null and linkProductId!=''">
and exists( select 1 from xm_product_project_link l where l.product_id=#{linkProductId} and l.project_id=res.project_id)
</if>
and ((res.create_userid=#{userid} and res.read_qx='9') or (res.branch_id=#{branchId} and res.read_qx='1') or res.read_qx in ('0','2'))
and (res.read_qx='0' or (res.create_userid=#{userid} and res.read_qx='9') or (res.branch_id=#{branchId} and res.read_qx='1') or (res.project_id=#{projectId} and res.read_qx ='0'))
</sql>

Loading…
Cancel
Save