Browse Source

/gov/org/enterprise/list

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

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

@ -67,8 +67,10 @@
WHERE
ie.DEL_FLAG = '0'
<if test='"grid" == orgType'>
<if test='null != orgId and "" != orgId'>
AND ie.GRID_ID = #{orgId}
</if>
</if>
<if test='"agency" == orgType'>
<if test='null != orgId and "" != orgId'>
AND (ie.AGENCY_ID = #{orgId} or ie.AGENCY_PIDS like concat('%',#{orgId},'%'))

Loading…
Cancel
Save