tangzy
2021-07-07 af8976a8e4ddb4a0a50a0b406785685e7d6224a3
1.保安单位
1 files modified
3 ■■■■■ changed files
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -34,6 +34,9 @@
        <if test="information.representative!=null and information.representative!=''">
            and representative like concat(concat('%', #{information.representative}),'%')
        </if>
        <if test="information.stats!=null and information.stats!=''">
            and stats=#{stats}
        </if>
    </select>
</mapper>