问题修复

This commit is contained in:
hejinbo
2023-09-23 10:51:08 +08:00
parent 5a0d1dbe0b
commit b4549fa2cc
5 changed files with 80 additions and 62 deletions
@@ -13,7 +13,7 @@
<result property="userId" column="use_id" />
<result property="userName" column="use_account" />
</resultMap>
<insert id="save">
<insert id="save" useGeneratedKeys="true" keyProperty="annexId">
INSERT INTO case_attach (case_appli_id, annex_name, annex_path , annex_type,note,use_id,use_account)
VALUES (#{caseAppliId}, #{annexName}, #{annexPath},#{annexType},#{note},#{userId},#{userName})
</insert>