This commit is contained in:
parent
99183556c1
commit
ccdd4970f4
|
@ -62,7 +62,7 @@ namespace BLL
|
|||
};
|
||||
var pushContent = JsonConvert.SerializeObject(upCheckReport.ToList());
|
||||
|
||||
//ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}");
|
||||
ErrLogInfo.WriteLog($"【集团检查整改上报数据】:{pushContent}");
|
||||
var strJosn = APIGetHttpService.Http(baseurl, "Post", contenttype, newToken, pushContent);
|
||||
if (!string.IsNullOrEmpty(strJosn))
|
||||
{
|
||||
|
|
|
@ -95,6 +95,7 @@ namespace FineUIPro.Web.DCGL.ServerCheck
|
|||
|
||||
if (attachFile != null)
|
||||
{
|
||||
CNCECPath = !string.IsNullOrWhiteSpace(CNCECPath) ? CNCECPath : "https://qhse.cncecoa.com/QHSE/";
|
||||
url = BLL.UploadAttachmentService.ShowImage(CNCECPath, attachFile.AttachUrl);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue