This commit is contained in:
2023-09-26 15:40:48 +08:00
parent 9942cdcf6f
commit 5768f1cc2e
5 changed files with 221 additions and 193 deletions
@@ -4,6 +4,7 @@
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Net;
public static class CNCECHSSEGetWebService
{
@@ -20,8 +21,8 @@
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{
var responeData = new Model.ResponeData();
try
{
try{
CNCECHSSEService.HSSEServiceClient hsseC = new CNCECHSSEService.HSSEServiceClient();
string thisUnitId = string.Empty;
var thisUnit = CommonService.GetIsThisUnit();