From 161402178c31b19aaa2de204d94c085e1b6da9c9 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期二, 01 七月 2025 16:40:32 +0800 Subject: [PATCH] 安灯发送消息添加类型字段 --- 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