Commit 91f600bf by wuwenlong

存货档案自动生成返回ID

parent 56ed24e0
......@@ -147,6 +147,9 @@
#status#, #spec#, #length#, #width#, #thick#, #material#, #coefficient#,
#unit#, #createdBy#, #createdName#, #createdTime#
)
<selectKey resultClass="long" keyProperty="id">
SELECT MAX(ID) AS "id" FROM ${hpjxSchema}.T_HPPZ006
</selectKey>
</insert>
<!-- 逻辑删除 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment