From 3f23422c13226ce37150afed0b4d8d0309da45d3 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期二, 25 三月 2025 19:24:40 +0800
Subject: [PATCH] 修改

---
 billion-main/src/main/resources/mapper/om/OmProductionOrderInfoMapper.xml |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/billion-main/src/main/resources/mapper/om/OmProductionOrderInfoMapper.xml b/billion-main/src/main/resources/mapper/om/OmProductionOrderInfoMapper.xml
index 6cabb0e..a4b609c 100644
--- a/billion-main/src/main/resources/mapper/om/OmProductionOrderInfoMapper.xml
+++ b/billion-main/src/main/resources/mapper/om/OmProductionOrderInfoMapper.xml
@@ -41,7 +41,6 @@
             SELECT TOP 1 *
             FROM om_production_order_info
             WHERE body_status IN (0,1)
-            AND body_qty != plan_qty
             ORDER BY plan_start_time ASC
     </select>
     <select id="updateBodyStatus1" resultType="OmProductionOrderInfo">
@@ -69,7 +68,6 @@
         SELECT TOP 1 *
         FROM om_production_order_info
         WHERE head_status IN (0,1)
-          AND head_qty != plan_qty
         ORDER BY plan_start_time ASC
     </select>
     <select id="updateHeadStatus1" resultType="OmProductionOrderInfo">
@@ -97,7 +95,6 @@
         SELECT TOP 1 *
         FROM om_production_order_info
         WHERE pre_status IN (0,1)
-          AND pre_qty != plan_qty
         ORDER BY plan_start_time ASC
     </select>
     <select id="updatePreStatus1" resultType="OmProductionOrderInfo">

--
Gitblit v1.9.3