src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -66,10 +66,10 @@ and jp.source = #{place.source} </if> <if test="place.isPerfect==1"> and jpe.confirm_flag = 4 and jp.status = 1 </if> <if test="place.isPerfect==2"> and jpe.confirm_flag >= 1 and jpe.confirm_flag < 4 and jp.status = 2 </if> <if test="place.regionCode != null and place.regionCode !='' "> and jg.community_code like concat('%',#{place.regionCode},'%')