fix: 修正参数名映射错误

This commit is contained in:
ws
2026-04-29 18:25:23 +08:00
parent f30726a9a7
commit 72e6be8395
2 changed files with 2 additions and 2 deletions
@@ -93,7 +93,7 @@
<update id="updateCheckStatusById">
UPDATE visit_application
SET check_status = #{status}
SET check_status = #{checkStatus}
WHERE id = #{id}
</update>