提交代码
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user