修复DSNIP提交/删除的bug

This commit is contained in:
wangxin
2018-03-27 19:00:57 +08:00
parent 15727d4c91
commit e3d8a491b1
4 changed files with 20 additions and 3 deletions

View File

@@ -116,6 +116,9 @@
#{isValid}, #{isAudit}, #{creator.id}, #{createTime}, #{request.id}, #{fakeId},
#{classify}, #{attribute}, #{lable}
)
<selectKey keyProperty="cfgId" resultType="java.lang.Long">
select LAST_INSERT_ID() as cfg_id
</selectKey>
</insert>
<update id="update">