标准法规清单-国家/地区清单中的 每个国家或者地区只能建立一次清单,需做限制
还有标准清单的回显
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());
|
||||
|
||||
+12
-12
@@ -70,18 +70,18 @@
|
||||
<if test="standId != null">
|
||||
and detailed_list_id = #{standId}
|
||||
</if>
|
||||
<if test="sar.standSort != null">
|
||||
and si.STAND_SORT = #{sar.standSort}
|
||||
</if>
|
||||
<if test="sar.standType != null">
|
||||
and si.STAND_TYPE = #{sar.standType}
|
||||
</if>
|
||||
<if test="sar.standNumber != null">
|
||||
and concat(concat(concat(concat(si.STAND_SORT,' '),si.STAND_NUMBER),'-'),si.STAND_YEAR) like concat(concat('%', #{sar.standNumber}),'%')
|
||||
</if>
|
||||
<if test="sar.standName != null">
|
||||
and si.STAND_NAME like concat(concat('%', #{sar.standName}),'%')
|
||||
</if>
|
||||
<!-- <if test="sar.standSort != null">-->
|
||||
<!-- and si.STAND_SORT = #{sar.standSort}-->
|
||||
<!-- </if>-->
|
||||
<!-- <if test="sar.standType != null">-->
|
||||
<!-- and si.STAND_TYPE = #{sar.standType}-->
|
||||
<!-- </if>-->
|
||||
<!-- <if test="sar.standNumber != null">-->
|
||||
<!-- and concat(concat(concat(concat(si.STAND_SORT,' '),si.STAND_NUMBER),'-'),si.STAND_YEAR) like concat(concat('%', #{sar.standNumber}),'%')-->
|
||||
<!-- </if>-->
|
||||
<!-- <if test="sar.standName != null">-->
|
||||
<!-- and si.STAND_NAME like concat(concat('%', #{sar.standName}),'%')-->
|
||||
<!-- </if>-->
|
||||
|
||||
</where>
|
||||
order by number
|
||||
|
||||
Reference in New Issue
Block a user