From d2841b6f0a7862c748e63783ef09698a4967c5f1 Mon Sep 17 00:00:00 2001
From: houjie <714924425@qq.com>
Date: 星期二, 22 八月 2023 16:00:16 +0800
Subject: [PATCH] 精度参数: 优化查询

---
 lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java
index 75e8f21..ae9b2d8 100644
--- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java
+++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/SpecialtyInspectionStandardController.java
@@ -13,7 +13,9 @@
 import org.jeecg.common.system.query.QueryGenerator;
 import org.jeecg.modules.eam.entity.SpecialtyInspectionStandard;
 import org.jeecg.modules.eam.entity.SpecialtyInspectionStandardDetail;
-import org.jeecg.modules.eam.service.*;
+import org.jeecg.modules.eam.service.IEamEquipmentService;
+import org.jeecg.modules.eam.service.ISpecialtyInspectionStandardDetailService;
+import org.jeecg.modules.eam.service.ISpecialtyInspectionStandardService;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.transaction.annotation.Transactional;
 import org.springframework.web.bind.annotation.*;

--
Gitblit v1.9.3