From 4caaa99d9c223835f8788745273b812bfcefb987 Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期六, 06 七月 2024 11:17:38 +0800
Subject: [PATCH] 2号堆垛机寻找排号修改
---
src/main/resources/mapper/LocMastMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/LocMastMapper.xml b/src/main/resources/mapper/LocMastMapper.xml
index 66c977c..c0431d3 100644
--- a/src/main/resources/mapper/LocMastMapper.xml
+++ b/src/main/resources/mapper/LocMastMapper.xml
@@ -186,7 +186,7 @@
and row1 in(1,2,3)
</if>
<if test="crnNo == 2">
- and row1 in(5,6)
+ and row1 in(4,5)
</if>
<if test="crnNo == 3">
and row1 in(6,7)
--
Gitblit v1.9.1