Browse Source

updateCommunitySelfOrganization

master
yinzuomei 3 years ago
parent
commit
205f388278
  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

@ -16,7 +16,8 @@
ORGANIZATION_CREATED_TIME = #{organizationCreatedTime}, ORGANIZATION_CREATED_TIME = #{organizationCreatedTime},
REMARK = #{remark}, REMARK = #{remark},
UPDATED_TIME = NOW(), UPDATED_TIME = NOW(),
UPDATED_BY = #{updatedBy} UPDATED_BY = #{updatedBy},
CATEGORY_CODE =#{categoryCode}
WHERE DEL_FLAG = 0 WHERE DEL_FLAG = 0
AND ID = #{orgId} AND ID = #{orgId}
</update> </update>

Loading…
Cancel
Save