This commit is contained in:
2025-09-28 10:45:28 +08:00
parent ccdd4970f4
commit e8cdc5c4b7
4 changed files with 11 additions and 11 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))
{