标准法规清单-国家/地区清单中的 每个国家或者地区只能建立一次清单,需做限制

还有标准清单的回显
This commit is contained in:
yanyizhou
2021-08-18 22:09:12 +08:00
parent d457a93c13
commit 801eea7e50
2 changed files with 13 additions and 13 deletions
@@ -342,7 +342,7 @@ public class SarLawsDetailedListServiceImpl extends ServiceImpl<SarLawsDetailedL
if (StringUtils.isBlank(detailedUpDto.getCountryArea())) list.setCountryArea(null);
else if ("null".equals(detailedUpDto.getCountryArea())) ;
else list.setCountryArea(detailedUpDto.getCountryArea());
//项目名称
//车型类别
if (StringUtils.isBlank(detailedUpDto.getCarType())) list.setCarType(null);
else if ("null".equals(detailedUpDto.getCarType())) ;
else list.setCarType(detailedUpDto.getCarType());