springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/common/PageComPbCheckUnitDto.java
@@ -87,5 +87,8 @@ @ApiModelProperty(value = "技能特长") private String specialtyName; @ApiModelProperty("区级") private String belongTo; } springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComPbCheckUnitMapper.xml
@@ -48,6 +48,9 @@ <if test="dto.specialtyName != null and dto.specialtyName != ''"> and cpcu.specialty_name like concat('%',#{dto.specialtyName},'%') </if> <if test="dto.belongTo != null and dto.belongTo != ''"> and cpcu.belong_to =#{dto.belongTo} </if> </where> order by cpcu.create_at desc </select>