档案配置

This commit is contained in:
liang.chao 2025-09-12 10:02:15 +08:00
parent f44a17b573
commit 0bdcbbef7b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<update id="updateContentsName">
UPDATE da_ky_project
SET
content_name = #{projectName}
content_name = #{contentsName}
WHERE
id = #{id}
</update>