From 0875fd93dbdf0dcfcda7ff8b86c7d8611ff9623f Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Wed, 29 Jun 2022 09:47:52 +0800 Subject: [PATCH] update --- .../main/resources/mapper/IcCommunitySelfOrganizationDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}