解决组织机构更新接口的bug

This commit is contained in:
jishenghua
2024-03-05 15:59:00 +08:00
parent 9705e786d4
commit 6318fe78a4
3 changed files with 2 additions and 3 deletions

View File

@@ -84,8 +84,7 @@
update jsh_organization
set update_time=#{updateTime},
org_no = #{orgNo},org_abr = #{orgAbr},
delete_flag = #{deleteFlag},parent_id = #{parentId},
sort = #{sort},remark = #{remark}
parent_id = #{parentId}, sort = #{sort},remark = #{remark}
where id =#{id}
</update>