From 8945ac4b1c0a1f5e040a5c75e6ae630ba2b32f99 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期二, 13 九月 2022 20:23:55 +0800
Subject: [PATCH] App设备点检获取单号修改接口, 开发委外表表 开发班组工资报表查询接口

---
 VueWebApi/DLL/DAL/AppDeviceManageDAL.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/VueWebApi/DLL/DAL/AppDeviceManageDAL.cs b/VueWebApi/DLL/DAL/AppDeviceManageDAL.cs
index cd32133..244af37 100644
--- a/VueWebApi/DLL/DAL/AppDeviceManageDAL.cs
+++ b/VueWebApi/DLL/DAL/AppDeviceManageDAL.cs
@@ -1,4 +1,5 @@
 锘縰sing Dapper;
+using Newtonsoft.Json;
 using System;
 using System.Collections.Generic;
 using System.Data;
@@ -108,14 +109,16 @@
             try
             {
                 list.Clear();
-                mes = SeachEncode.EncodingSeach("1036");  //鐢熸垚鍗曞彿
+                mes = SeachEncode.EncodingSeach("1027");  //鐢熸垚鍗曞彿
                 if (mes.code == "300")
                 {
                     return mes;
                 }
                 else
                 {
-                    djwo = mes.data.GetType().GetProperty("Encode").GetValue(mes.data, null).ToString(); //鑾峰彇鍗曞彿
+                    List<string> wo = (List<string>)mes.data;
+                    djwo = wo[0].ToString(); //鑾峰彇鍗曞彿
+                    
                 }
                 if (json == null || json.children.Count <= 0)
                 {
@@ -281,7 +284,7 @@
             try
             {
                 list.Clear();
-                mes = SeachEncode.EncodingSeach("1037");  //鐢熸垚鍗曞彿
+                mes = SeachEncode.EncodingSeach("1028");  //鐢熸垚鍗曞彿
                 if (mes.code == "300")
                 {
                     return mes;

--
Gitblit v1.9.3