标准法规清单-国家/地区清单中的 每个国家或者地区只能建立一次清单,需做限制
还有标准清单的回显
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user