From 29dcac1a7bb5758b6f9a39fd0738f6ab367b5418 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期二, 10 六月 2025 13:29:52 +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