From 94b7e690bc6941b440720eb5702b924db1edf00c Mon Sep 17 00:00:00 2001
From: huangjiayang <5265313@qq.com>
Date: 星期一, 12 五月 2025 17:27:08 +0800
Subject: [PATCH] 【UPDATE】1.新增库存信息存入到Redis中 2.修改为批量插入Redis 3.同步库存数据后将库存数据存入到Redis中
---
aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml b/aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml
index dfc842a..cfac9e3 100644
--- a/aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml
+++ b/aps-modules/aps-core/src/main/resources/mapper/core/ApsProcessRouteMapper.xml
@@ -52,6 +52,7 @@
<if test="plant != null and plant != ''"> and plant = #{plant}</if>
<if test="workCenter != null and workCenter != ''"> and work_center = #{workCenter}</if>
</where>
+ order by process_number asc
</select>
<select id="selectApsProcessRouteById" parameterType="String" resultMap="ApsProcessRouteResult">
--
Gitblit v1.9.3