From 4daea7b3b251c29a5ab51bf08eb1f787d7d9ae92 Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期二, 20 一月 2026 11:20:25 +0800
Subject: [PATCH] 用户托盘条码改成6位,WCS相应从PLC读取6位
---
src/main/resources/mapper/BasDevpMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/BasDevpMapper.xml b/src/main/resources/mapper/BasDevpMapper.xml
index 2ac3d4f..d6c01b5 100644
--- a/src/main/resources/mapper/BasDevpMapper.xml
+++ b/src/main/resources/mapper/BasDevpMapper.xml
@@ -14,6 +14,9 @@
<result column="memo" property="memo" />
<result column="station_list" property="stationList" />
<result column="barcode_station_list" property="barcodeStationList" />
+ <result column="in_station_list" property="inStationList" />
+ <result column="out_station_list" property="outStationList" />
+ <result column="run_block_reassign_loc_station_list" property="runBlockReassignLocStationList" />
</resultMap>
--
Gitblit v1.9.1