From cec1ded044e662e9de019eaaacc1ea3c76bda556 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 21 五月 2025 11:40:48 +0800
Subject: [PATCH] 项目开发人员在开发过程中修改了pom.xml配置文件,破坏了系统架构设计,造成pom凌乱,导致不好管理依赖,当下重新规范了pom.xml配置文件内容,使重新符合系统架构设计规范。

---
 pms-parent/pms-web-report/src/main/java/com/dy/pmsReport/deviceReport/DeviceReportSv.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pms-parent/pms-web-report/src/main/java/com/dy/pmsReport/deviceReport/DeviceReportSv.java b/pms-parent/pms-web-report/src/main/java/com/dy/pmsReport/deviceReport/DeviceReportSv.java
index 91fcdc9..177494d 100644
--- a/pms-parent/pms-web-report/src/main/java/com/dy/pmsReport/deviceReport/DeviceReportSv.java
+++ b/pms-parent/pms-web-report/src/main/java/com/dy/pmsReport/deviceReport/DeviceReportSv.java
@@ -56,13 +56,13 @@
         Map<String, Object> deviceInfo =new HashMap<>();
         deviceInfo.put("deviceInfo", deviceLast);
         //鏌ヨ璁惧鏃ュ織
-        List<StaDeviceProductionLog> log = deviceProductionLogDao.selectByEquipNo(deviceNo);
+        List<StaDeviceProductionLog> log = deviceProductionLogDao.selectByDeviceNo(deviceNo);
         deviceInfo.put("deviceLog", log);
         // 鏌ヨ璁惧鐢熷懡鍛ㄦ湡
-        List<StaDeviceLife> deviceLife = deviceLifeDao.selectByEquipNo(deviceNo);
+        List<StaDeviceLife> deviceLife = deviceLifeDao.selectByDeviceNo(deviceNo);
         deviceInfo.put("deviceLife", deviceLife);
         // 鏌ヨ璁惧缁翠慨淇℃伅
-        List<StaRepairInfo> repairInfo = repairInfoDao.selectByEquipNo(deviceNo);
+        List<StaRepairInfo> repairInfo = repairInfoDao.selectByDeviceNo(deviceNo);
         deviceInfo.put("deviceRepair", repairInfo);
         // 鏌ヨ璁惧闄勪欢淇℃伅
         List<StaWipSnEx> wipSnEx = wipSnExDao.selectByDeviceNo(deviceNo);

--
Gitblit v1.8.0