From 2566524594675a8d742f9ba0eff35dd5d8d33fa2 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 31 三月 2025 12:43:22 +0800
Subject: [PATCH] 排产:Excel导入功能,上传文件时,如果时宝工,则返回excel文件中维护的数量,不然则取生产订单的数量

---
 DAL/源单/InterFace源单/WMS/Cls_S_IF_PPBomBackList_Lite.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/WMS/Cls_S_IF_PPBomBackList_Lite.cs" "b/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/WMS/Cls_S_IF_PPBomBackList_Lite.cs"
index f27461e..7fc848b 100644
--- "a/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/WMS/Cls_S_IF_PPBomBackList_Lite.cs"
+++ "b/DAL/\346\272\220\345\215\225/InterFace\346\272\220\345\215\225/WMS/Cls_S_IF_PPBomBackList_Lite.cs"
@@ -15,7 +15,7 @@
         public Cls_S_IF_PPBomBackList_Lite()
         {
             base.ViewName = "h_v_IF_PPBomBackList_Lite";
-            base.sShowItemSql = " top 30 * ";
+            base.sShowItemSql = " * ";
             base.sCondtion = "";
             base.sOrderSql = " order by 鍗曟嵁鍙� desc,hmaternumber ";
         }

--
Gitblit v1.9.1