From cc9b1c0e9286a7b4f17b8dba515ef0a3acd2f27f Mon Sep 17 00:00:00 2001 From: Joshi <3040996759@qq.com> Date: Tue, 18 Nov 2025 15:24:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms):=20=E6=96=B0=E5=A2=9E=E5=BE=85?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=8A=A8=E4=BD=9C=E8=A1=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加备注字段 remark - 添加创建时间字段 createTime - 添加创建人字段 createBy - 添加更新时间字段 updateTime - 添加更新人字段 updateBy --- .../main/resources/mapper/klp/WmsCoilPendingActionMapper.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/klp-wms/src/main/resources/mapper/klp/WmsCoilPendingActionMapper.xml b/klp-wms/src/main/resources/mapper/klp/WmsCoilPendingActionMapper.xml index e7f40ef7..13c72e82 100644 --- a/klp-wms/src/main/resources/mapper/klp/WmsCoilPendingActionMapper.xml +++ b/klp-wms/src/main/resources/mapper/klp/WmsCoilPendingActionMapper.xml @@ -42,6 +42,11 @@ wcpa.operator_name as operatorName, wcpa.process_time as processTime, wcpa.complete_time as completeTime, + wcpa.remark as remark, + wcpa.create_time as createTime, + wcpa.create_by as createBy, + wcpa.update_time as updateTime, + wcpa.update_by as updateBy, wmc.enter_coil_no as enterCoilNo, wmc.supplier_coil_no as supplierCoilNo, wmc.item_id as itemId,