From 7411ef8110abb9b8cedefd2b018521056f001063 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 26 十二月 2023 19:27:50 +0800
Subject: [PATCH] 加入工作单功能
---
java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml
index 048c397..60b9356 100644
--- a/java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/oa/WorkPoolFileV1ServiceDaoImplMapper.xml
@@ -64,9 +64,7 @@
, t.path_url= #{pathUrl}
</if>
- <if test="workId !=null and workId != ''">
- , t.work_id= #{workId}
- </if>
+
where 1=1
<if test="fileId !=null and fileId != ''">
@@ -84,6 +82,9 @@
<if test="fileType !=null and fileType != ''">
and t.file_type= #{fileType}
</if>
+ <if test="workId !=null and workId != ''">
+ and t.work_id= #{workId}
+ </if>
</update>
--
Gitblit v1.8.0