From 190dcc3d5515f4108a945fb8b1b5427e9a2eb7c7 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 01 十二月 2021 17:50:05 +0800
Subject: [PATCH] 设备点检记录和保养记录选设备带出默认点检规程和默认保养规程数据

---
 WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs b/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
index 0bfaf70..3e0aa8b 100644
--- a/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
+++ b/WebAPI/Controllers/BaseSet/Gy_ClassTimePrjSubController.cs
@@ -134,8 +134,8 @@
                 long HItemID = list[0].HItemID;
                 string HNumber = list[0].HNumber;
                 string HName = list[0].HName;
-                long hparentid = list[0].hparentid; ;
-                string HMaker = list[0].HMaker; ;
+                long hparentid = list[0].hparentid;
+                string HMaker = list[0].HMaker;
                 string HSumWorkTimes = list[0].HSumWorkTimes;
                 string HRate = list[0].HRate;
                 decimal HSumMoney = list[0].HSumMoney;

--
Gitblit v1.9.1