From bae0eea39bf68d4df8f472b94384d6ce46cf34f2 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 09 一月 2025 15:56:34 +0800
Subject: [PATCH] #再入库工作档历史更新BUG修福
---
src/main/resources/mapper/LocDetlMapper.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/mapper/LocDetlMapper.xml b/src/main/resources/mapper/LocDetlMapper.xml
index 09bcd34..1faecb9 100644
--- a/src/main/resources/mapper/LocDetlMapper.xml
+++ b/src/main/resources/mapper/LocDetlMapper.xml
@@ -67,10 +67,9 @@
</select>
<select id="selectItemByLocNo" resultMap="BaseResultMap">
- select top 1 *
+ select *
from asr_loc_detl
- where 1=1
- and loc_no = #{locNo}
+ where loc_no = #{locNo}
</select>
<delete id="deleteItem">
--
Gitblit v1.9.1