From 99e4035bdb26ff8f5cf0e6bb911f1cdb3a2dd290 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 09 九月 2023 16:59:24 +0800
Subject: [PATCH] #预警
---
src/main/resources/mapper/LocDetlMapper.xml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 05abd0f..b98527a 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -645,8 +645,6 @@
) warn ON locd.matnr = warn.matnr
WHERE
DATEDIFF( DAY, create_time, GETDATE( ) ) > inventory_age_max
- OR count_anfme > inventory_max
- OR count_anfme < inventory_min
) t
WHERE
1 = 1
@@ -694,17 +692,11 @@
) warn ON locd.matnr = warn.matnr
WHERE
DATEDIFF( DAY, create_time, GETDATE( ) ) > inventory_age_max
- OR count_anfme > inventory_max
- OR count_anfme < inventory_min
) t
WHERE
1 = 1
<include refid="selectAllWarningSql"></include>
) a
-
-
-
-
</select>
--
Gitblit v1.9.1