From 8876c234904459d038a2b282b3fdc30e006f9925 Mon Sep 17 00:00:00 2001
From: wujian <14790700720@163.com>
Date: 星期日, 18 八月 2024 14:21:40 +0800
Subject: [PATCH] fix8-气动打码

---
 jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml |   10 ++++++++++
 1 files changed, 10 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 0a917ee..345652f 100644
--- a/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
+++ b/jcdm-main/src/main/resources/mapper/om/productionOrde/OmProductionOrdeInfoMapper.xml
@@ -243,4 +243,14 @@
     <select id="getMaxStreamNumber" resultType="Integer">
         SELECT MAX(stream_number) AS streamNumber FROM om_production_orde_info
     </select>
+    <select id="selectOmProductionOrderListById"
+            resultMap="OmProductionOrdeInfoResult">
+        <include refid="selectOmProductionOrdeInfoVo"/>
+            <where>
+                id in
+                <foreach item="id" collection="array" open="(" separator="," close=")">
+                    #{id}
+                </foreach>
+            </where>
+    </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3