From 9d175aec573808196f738db730edd67db393ecc7 Mon Sep 17 00:00:00 2001
From: whyczh <hzjl@qq.com>
Date: 星期一, 29 三月 2021 12:14:07 +0800
Subject: [PATCH] 字段对应调整

---
 src/main/java/com/whyc/controller/TestConfigController.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/whyc/controller/TestConfigController.java b/src/main/java/com/whyc/controller/TestConfigController.java
index ce848bf..9227e34 100644
--- a/src/main/java/com/whyc/controller/TestConfigController.java
+++ b/src/main/java/com/whyc/controller/TestConfigController.java
@@ -32,7 +32,8 @@
         DeviceInf deviceInf = deviceInfService.getOneByDeviceId(deviceId);
         DeviceType deviceType = deviceTypeService.getOneByDeviceTypeId(deviceInf.getSystemId());
         deviceInf.setLoadStartType(deviceType.getLoadStartType());
-        deviceInf.setLoadRuntime(deviceType.getLoadRuntime());
+        deviceInf.setLoadRuntimeHour(deviceType.getLoadRuntimeHour());
+        deviceInf.setLoadRuntimeMin(deviceType.getLoadRuntimeMin());
         deviceInf.setLoadCurrStd(deviceType.getLoadCurrStd());
         deviceInf.setLoadVolStd(deviceType.getLoadVolStd());
         deviceInf.setLoadRpm(deviceType.getLoadRpm());

--
Gitblit v1.9.1