From dd9383914ca8d446518ad5bf6faf5a6806bb7c7c Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期六, 14 九月 2024 19:06:55 +0800
Subject: [PATCH] 打印功能修改

---
 jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml b/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
index 7e77647..63fac1b 100644
--- a/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
+++ b/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
@@ -262,4 +262,12 @@
     <select id="getLastOrder" resultMap="OmProductionOrdeInfoResult">
         select top 1 * from om_production_orde_info order by id desc
     </select>
+
+    <select id="listLoopLine" parameterType="OmProductionOrdeInfo" resultMap="OmProductionOrdeInfoResult">
+        <include refid="selectOmProductionOrdeInfoVo"/>
+        <where>
+            <if test="productNum != null  and productNum != ''"> and product_num like concat('%', #{productNum}, '%')</if>
+        </where>
+        ORDER BY stream_number DESC
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3