From ba65a8ba87c236d97dec1da5fd59c0f16fdee320 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期四, 12 六月 2025 10:38:50 +0800 Subject: [PATCH] 工具管理-修复使用MapStruct做属性复制存在的问题 --- lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/InboundDetailMapper.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/InboundDetailMapper.xml b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/InboundDetailMapper.xml index dbf39d6..5b638ab 100644 --- a/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/InboundDetailMapper.xml +++ b/lxzn-module-tms/src/main/java/org/jeecg/modules/tms/mapper/xml/InboundDetailMapper.xml @@ -12,9 +12,11 @@ t1.in_storage_quantity inStorageQuantity, t1.in_actual_count inActualCount, t3.tool_code toolCode, + t1.tool_id onlyCode, t3.chinese_name chineseName, t3.tool_model toolModel, t5.item_text applicationType, + t6.id classifyId, t6.classify_id classifyNum, t8.item_text inStorehouseType from tms_inbound_detail t1 -- Gitblit v1.9.3