From e935889261ef38c8eaef31e54cbfc466d63d2ef4 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期四, 17 七月 2025 09:42:28 +0800 Subject: [PATCH] fanuc获取程序名、获取报警描述 --- 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