安全检查库 保存修改

This commit is contained in:
wyw 2024-06-21 16:09:45 +08:00
parent 680a7a90a0
commit 2ad259b913

View File

@ -814,7 +814,7 @@ namespace APT.BS.WebApi.Controllers.Api
}
}
entity.CHECKPROOF = "";
if (listLaw != null || !listLaw.Any())
if (listLaw != null && listLaw.Any())
{
foreach (var item in listLaw)
{