安全检查库 保存修改
This commit is contained in:
parent
680a7a90a0
commit
2ad259b913
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user