提交代码

This commit is contained in:
2025-01-16 11:24:15 +08:00
parent 79a4b53ee5
commit 726383b62e
7 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ namespace FineUIPro.Web.HJGL.FL
if (project != null && !string.IsNullOrEmpty(project.HJProjectCode))
{
//无损检测一次合格率
var str2 = APIGetHttpService.Http("http://192.168.30.40:8102/csm/third/getNondestructiveTestOnceQualifiedRate/" + project.HJProjectCode, "GET");
var str2 = APIGetHttpService.Http("https://4dgd.cwcec.com:443/csm/third/getNondestructiveTestOnceQualifiedRate/" + project.HJProjectCode, "GET");
if (!string.IsNullOrEmpty(str2))
{
JArray arr1 = JArray.Parse(str2);