From da2330bb7951c602ebe72a9f53ff13d0895b3349 Mon Sep 17 00:00:00 2001
From: jinlin <jinlin>
Date: 星期五, 15 十二月 2023 10:57:55 +0800
Subject: [PATCH] 修改
---
modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml b/modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml
index fe296f4..c84b44b 100644
--- a/modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/configItemOutbound/ConfigItemChangeDao.xml
@@ -17,4 +17,9 @@
ORDER BY ${orderBySql}
</if>
</select>
+ <select id="getFilesByBusiId" resultType="com.zt.modules.oss.model.SysOss">
+ select b.* from config_item_outbound_detail a , sys_oss b where a.outbound_id= #{id} and a.IS_DELETE=0 and b.IS_DELETE=0 and
+ a.select_id=b.BUSI_ID and BUSI_TYPE='config_item_warehouse'
+ </select>
+
</mapper>
--
Gitblit v1.9.1