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>