linwei
2024-02-07 6750d41c4f75e8fd9ca91e78777ac6e50e5dc292
src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -154,6 +154,10 @@
            and jp.is_front = #{place.isFront}
        </if>
        <if test="place.frontType!=null and place.frontType!=''">
            and jp.front_type = #{place.frontType}
        </if>
        <if test="place.neiName!=null and place.neiName!=''">
            and br.name like concat('%',#{place.neiName},'%')
        </if>