From ed62b1bb0e4bbb8b7d4b6f4d980c941cfd11233e Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期三, 17 十二月 2025 17:36:20 +0800
Subject: [PATCH] 1.商品信息增加删除权限2.并板出库不带工作明细
---
src/main/resources/mapper/LocDetlMapper.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 1ea5ec3..e28d4f7 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -559,6 +559,15 @@
order by row1
</select>
+ <select id="select100" resultMap="BaseResultMap">
+ select TOP 100 a.*
+ from asr_loc_detl a
+ left join asr_loc_mast b on a.loc_no = b.loc_no
+ where 1=1
+ and b.loc_sts = 'F'
+ and a.length != 1
+ </select>
+
--
Gitblit v1.9.1