From a0e0abca5ac5b5494315c441f210a78921b63c21 Mon Sep 17 00:00:00 2001 From: PoffyZhang <99775271@qq.com> Date: Wed, 27 Sep 2023 17:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=202=E8=BE=B9=E9=83=BD?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml b/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml index d648542..e9a7c02 100644 --- a/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml +++ b/pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectMapper.xml @@ -93,10 +93,10 @@ and p.approval_amount <= #{req.approveAmountMax} - and p.buil_org_code = #{req.userValue} + and p.build_org_code = #{req.userValue} - 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}))