diff --git a/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml b/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml index e16146e827..fd457a3628 100644 --- a/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml +++ b/epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml @@ -17,7 +17,8 @@ REMARK = #{remark}, UPDATED_TIME = NOW(), UPDATED_BY = #{updatedBy}, - CATEGORY_CODE =#{categoryCode} + CATEGORY_CODE =#{categoryCode}, + ADDRESS = #{address} WHERE DEL_FLAG = 0 AND ID = #{orgId}