瀏覽代碼

标签 2边都可以设置

master
PoffyZhang 1 年之前
父節點
當前提交
a0e0abca5a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml

+ 2
- 2
pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml 查看文件

@@ -93,10 +93,10 @@
and p.approval_amount <= #{req.approveAmountMax}
</if>
<if test="req.userType != null and req.userType == 'normal'">
and p.buil_org_code = #{req.userValue}
and p.build_org_code = #{req.userValue}
</if>
<if test="req.userType != null and req.userType == 'org'">
and (p.buil_org_code = #{req.userValue} or
and (p.build_org_code = #{req.userValue} or
(p.stage = 10000 and p.status = 10003 and p.super_org_code = #{req.userValue}))
</if>
<if test="req.userType != null and req.userType == 'region'">


Loading…
取消
儲存