档案配置
This commit is contained in:
parent
f44a17b573
commit
0bdcbbef7b
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue