Browse Source

/gov/org/enterprise/list

dev
yinzuomei 2 years ago
parent
commit
2709356787
  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

@ -67,7 +67,9 @@
WHERE WHERE
ie.DEL_FLAG = '0' ie.DEL_FLAG = '0'
<if test='"grid" == orgType'> <if test='"grid" == orgType'>
AND ie.GRID_ID = #{orgId} <if test='null != orgId and "" != orgId'>
AND ie.GRID_ID = #{orgId}
</if>
</if> </if>
<if test='"agency" == orgType'> <if test='"agency" == orgType'>
<if test='null != orgId and "" != orgId'> <if test='null != orgId and "" != orgId'>

Loading…
Cancel
Save