src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -62,6 +62,12 @@ <if test="place.houseCode!=null and place.houseCode!=''"> and jp.house_code = #{place.houseCode} </if> <if test="place.townStreetName!=null and place.townStreetName!=''"> and jda.town_street_name like concat('%',#{place.townStreetName},'%') </if> <if test="place.neiName!=null and place.neiName!=''"> and jda.nei_name like concat('%',#{place.neiName},'%') </if> <if test="place.id!=null"> and jp.id = #{place.id} </if>