From 6419162a10ee7979644d98d394e7d2f0875bd37b Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 04 三月 2025 13:59:02 +0800
Subject: [PATCH] art: 所有设备 台账 合并 保养标准菜单,增加 有无点检标准,有无二保标准,有无三保标准

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderActualMaterialMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderActualMaterialMapper.xml b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderActualMaterialMapper.xml
index 94fd7e8..9a0d493 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderActualMaterialMapper.xml
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/RepairOrderActualMaterialMapper.xml
@@ -69,7 +69,7 @@
                  LEFT JOIN mom_eam_spare_part t2 on t2.id = t1.spare_part_id
                  LEFT JOIN mom_base_constructor t3 on t3.id = t2.constructor_id
                  LEFT JOIN mom_eam_spare_part_outbound t4 on t4.id = t1.outbound_order_id
-                 LEFT JOIN mom_eam_spare_part_outbound_detail t5 on t5.spare_part_outbound_id = t4.id
+--                  LEFT JOIN mom_eam_spare_part_outbound_detail t5 on t5.spare_part_outbound_id = t4.id
                  LEFT JOIN mom_base_unit t6 on t6.id = t2.main_unit_id
                  LEFT JOIN mom_eam_report_after_repair t7 on t7.id = t1.report_after_repair_id
                  LEFT JOIN mom_eam_equipment t8 on t8.id = t7.equipment_id

--
Gitblit v1.9.3