This commit is contained in:
2025-09-26 16:17:40 +08:00
parent 99183556c1
commit ccdd4970f4
2 changed files with 2 additions and 1 deletions
@@ -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))
{