Browse Source

placeCategory

master
yinzuomei 3 years ago
parent
commit
ffc956afcc
  1. 3
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcEnterpriseDao.xml

3
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcEnterpriseDao.xml

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

Loading…
Cancel
Save