Browse Source

emm˚

master
zxc 4 years ago
parent
commit
ea91adbc2a
  1. 1
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml

1
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml

@ -30,6 +30,7 @@
<result property="serviceItem" column="serviceItem"/>
<result property="longitude" column="longitude"/>
<result property="latitude" column="latitude"/>
<result property="orgId" column="orgId"/>
<collection property="organizationPersonnel" ofType="com.epmet.dto.IcCommunitySelfOrganizationPersonnelDTO"
column="orgId" select="selectPerson"></collection>
</resultMap>

Loading…
Cancel
Save