@ -76,6 +76,9 @@
<if test='null != placeType and "" != placeType'>
AND ie.PLACE_TYPE = #{placeType}
</if>
<if test='null != placeCategory and "" != placeCategory'>
AND ie.PLACE_CATEGORY = #{placeCategory}
<if test='null != placeOrgName and "" != placeOrgName'>
AND ie.PLACE_ORG_NAME LIKE concat( '%', #{placeOrgName}, '%' )