From 8235eb1e4c420ef2cbe6d6b5e94cd5e8d7b7d74c Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期五, 10 四月 2026 13:33:57 +0800
Subject: [PATCH] 1.数字孪生--库位和库存详情 新增按堆垛机去查库位
---
src/main/resources/mapper/ViewDigitalTwinMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/mapper/ViewDigitalTwinMapper.xml b/src/main/resources/mapper/ViewDigitalTwinMapper.xml
index 15f8554..bfd8ea2 100644
--- a/src/main/resources/mapper/ViewDigitalTwinMapper.xml
+++ b/src/main/resources/mapper/ViewDigitalTwinMapper.xml
@@ -49,7 +49,7 @@
FROM asr_wrk_mast_log
WHERE io_time BETWEEN #{startTime} AND #{endTime}
AND user_no IS NOT NULL
- AND LTRIM(RTRIM(user_no)) <> ''
+ AND LTRIM(RTRIM(user_no)) <> ''
) combined
GROUP BY orderDate
ORDER BY orderDate
--
Gitblit v1.9.1