tangzy
2021-07-08 ccf2461b913d8053f6430de8e2d89b971960c1ca
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>