diff --git a/DataBase/版本日志/SGGLDB_V2021-12-07-001(与博晟对接数据记录表).sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-07-001(与博晟对接数据记录表).sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2021-12-07-001(与博晟对接数据记录表).sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-07-001(与博晟对接数据记录表).sql diff --git a/DataBase/版本日志/SGGLDB_V2021-12-07-001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-07-001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2021-12-07-001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-07-001.sql diff --git a/DataBase/版本日志/SGGLDB_V2021-12-08-001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-08-001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2021-12-08-001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-08-001.sql diff --git a/DataBase/版本日志/SGGLDB_V2021-12-10-001.sql b/DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-10-001.sql similarity index 100% rename from DataBase/版本日志/SGGLDB_V2021-12-10-001.sql rename to DataBase/版本日志/已更新脚本/SGGLDB_V2021-12-10-001.sql diff --git a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs index a589b881..bee5a19a 100644 --- a/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs +++ b/SGGL/BLL/ZHGL/RealName/SynchroSetService.cs @@ -188,7 +188,7 @@ namespace BLL string clientId = SynchroSet.ClientId; string userName = SynchroSet.UserName; string password = Funs.EncryptionPassword(SynchroSet.Password); - string timestamp = string.Format("{0:yyyy-MM-dd HH:mm:ss}", DateTime.Now.AddMinutes(-2)); + string timestamp = string.Format("{0:yyyy-MM-dd HH:mm:ss}", DateTime.Now.AddMinutes(-4)); string sign = Funs.EncryptionPassword(clientId + userName + password + timestamp); var getToken = new { diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt index e4243e68..e69de29b 100644 --- a/SGGL/FineUIPro.Web/ErrLog.txt +++ b/SGGL/FineUIPro.Web/ErrLog.txt @@ -1,58 +0,0 @@ - -错误信息开始=====> -错误类型:EndpointNotFoundException -错误信息:没有终结点在侦听可以接受消息的 http://localhost/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。 -错误堆栈: - -Server stack trace: - 在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) - 在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) - 在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) - 在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) - 在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) - 在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) - 在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) - -Exception rethrown at [0]: - 在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) - 在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) - 在 BLL.CNCECHSSEService.HSSEService.GetSupervise_SubUnitReportListToSUB() - 在 BLL.CNCECHSSEWebService.getSupervise_SubUnitReport() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 1013 -----错误类型:WebException -----错误信息: -----远程服务器返回错误: (404) 未找到。 -----错误堆栈: - 在 System.Net.HttpWebRequest.GetResponse() - 在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) -出错时间:12/08/2021 11:00:20 -出错时间:12/08/2021 11:00:20 - - -错误信息开始=====> -错误类型:EndpointNotFoundException -错误信息:没有终结点在侦听可以接受消息的 http://localhost/CNCECHSSE/HSSEService.svc。这通常是由于不正确的地址或者 SOAP 操作导致的。如果存在此情况,请参见 InnerException 以了解详细信息。 -错误堆栈: - -Server stack trace: - 在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason) - 在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) - 在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) - 在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) - 在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) - 在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) - 在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) - -Exception rethrown at [0]: - 在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) - 在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) - 在 BLL.CNCECHSSEService.HSSEService.GetSupervise_SubUnitReportListToSUB() - 在 BLL.CNCECHSSEWebService.getSupervise_SubUnitReport() 位置 E:\工作\五环施工平台\SGGL_CWCEC\SGGL\BLL\WebService\CNCECHSSEWebService.cs:行号 1013 -----错误类型:WebException -----错误信息: -----远程服务器返回错误: (404) 未找到。 -----错误堆栈: - 在 System.Net.HttpWebRequest.GetResponse() - 在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout) -出错时间:12/10/2021 09:49:08 -出错时间:12/10/2021 09:49:09 - diff --git a/SGGL/FineUIPro.Web/FileUpload/SafetyQuarterlyReport/202111300610056034~密码.txt b/SGGL/FineUIPro.Web/FileUpload/SafetyQuarterlyReport/202111300610056034~密码.txt deleted file mode 100644 index a3855f54..00000000 --- a/SGGL/FineUIPro.Web/FileUpload/SafetyQuarterlyReport/202111300610056034~密码.txt +++ /dev/null @@ -1 +0,0 @@ -B59C67BF196A4758191E42F76670CEBA \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/FileUpload/SubUnitReport/2021-12/637739725689263027_微信图片_20210826151152.png b/SGGL/FineUIPro.Web/FileUpload/SubUnitReport/2021-12/637739725689263027_微信图片_20210826151152.png deleted file mode 100644 index 4cf58b2d..00000000 Binary files a/SGGL/FineUIPro.Web/FileUpload/SubUnitReport/2021-12/637739725689263027_微信图片_20210826151152.png and /dev/null differ diff --git a/SGGL/FineUIPro.Web/FileUpload/SuperviseCheckReport/202112011048548342~无标题.png b/SGGL/FineUIPro.Web/FileUpload/SuperviseCheckReport/202112011048548342~无标题.png deleted file mode 100644 index fad4af81..00000000 Binary files a/SGGL/FineUIPro.Web/FileUpload/SuperviseCheckReport/202112011048548342~无标题.png and /dev/null differ