Browse Source

/gov/org/enterprise/list

dev
yinzuomei 2 years ago
parent
commit
65cc3a319a
  1. 4
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/IcEnterpriseDao.xml

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

@ -70,7 +70,9 @@
AND ie.GRID_ID = #{orgId} AND ie.GRID_ID = #{orgId}
</if> </if>
<if test='"agency" == orgType'> <if test='"agency" == orgType'>
AND (ie.AGENCY_ID = #{orgId} or ie.AGENCY_PIDS like concat('%',#{orgId},'%')) <if test='null != orgId and "" != orgId'>
AND (ie.AGENCY_ID = #{orgId} or ie.AGENCY_PIDS like concat('%',#{orgId},'%'))
</if>
</if> </if>
<if test='null==orgType or "" == orgType'> <if test='null==orgType or "" == orgType'>
AND ( AND (

Loading…
Cancel
Save