From d24ba14f1f526cf8d2a68777d684988ab46fbdc3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 十一月 2022 13:58:47 +0800
Subject: [PATCH] #
---
src/main/resources/mapper/LocDetlMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 8073e34..74bbc51 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -370,7 +370,7 @@
)
and a.matnr = #{matnr}
and b.bay1 = #{bay}
- and b.loc_sts = 'F'
+ and b.loc_sts = 'F' and b.frozen != 1
order by b.row1
<if test="orderBy != null and orderBy != '' and orderBy == 'false'">
desc
--
Gitblit v1.9.1