From 5c1f217dcbf10754a2495c5a75b75fd946a4031e Mon Sep 17 00:00:00 2001
From: wangzhijiang <12345678>
Date: Thu, 27 Oct 2022 15:13:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E6=9F=A5?=
=?UTF-8?q?=E8=AF=A2=E5=AE=8C=E5=96=84=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/xml/ProcessInfoEOMapper.xml | 225 +++++++++---------
.../impl/ProcessInfoEOServiceImpl.java | 1 +
2 files changed, 120 insertions(+), 106 deletions(-)
diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml
index 57501c8f3..546b830d8 100644
--- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml
+++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/todoCenter/mapper/xml/ProcessInfoEOMapper.xml
@@ -19,81 +19,102 @@
- (
- pi.id IN (
- SELECT
- pid.process_info_id
- FROM
- process_info_detail pid
-
- pid.user_id = #{params.currentUserId}
-
- and pid.status = #{params.taskStatus}
-
-
- )
- )
and (
- pni.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
- or pyni.year_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
+ temp.project_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
+ or temp.year_name like CONCAT(CONCAT('%',#{params.projectName}),'%')
)
-
- and (
- pli.serial_number like CONCAT(CONCAT('%',#{params.serialNumber}),'%')
- )
+
+ and temp.standard_info like CONCAT(CONCAT('%',#{params.standardInfo}),'%')
- and pi.flow_type = #{params.flowType}
+ and temp.flow_type = #{params.flowType}
- and pi.status = #{params.status}
-
-
- and pi.flow_type in
-
- #{item}
-
-
-
- and pi.create_by = #{params.createBy}
+ and temp.status = #{params.status}