yinzuomei 3 years ago
parent
commit
0875fd93db
  1. 3
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcCommunitySelfOrganizationDao.xml

3
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}
</update>

Loading…
Cancel
Save