From de07d16d483d1d2fc6f3dd238829979ab3c5e161 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 16 八月 2023 13:48:00 +0800
Subject: [PATCH] #报价完善
---
src/main/resources/mapper/OrderMapper.xml | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/OrderMapper.xml b/src/main/resources/mapper/OrderMapper.xml
index 55e8538..92140e8 100644
--- a/src/main/resources/mapper/OrderMapper.xml
+++ b/src/main/resources/mapper/OrderMapper.xml
@@ -57,6 +57,19 @@
<choose>
<when test="deptId != null and deptId != ''">
AND (CHARINDEX(','+#{deptId}+',', ','+sd.path+',') > 0 OR sd.id = #{deptId})
+ or
+ (
+ user_id = #{userId}
+ or
+ mo.id in
+ (
+ select
+ order_id
+ from man_order_foll
+ where 1=1
+ and user_id = #{userId}
+ )
+ )
</when>
<otherwise>
and
--
Gitblit v1.9.1