Commit 17db261a by 桂前礼

feat: [none] 图书基本信息修改支持ISBN修改

parent 5b48f921
......@@ -1661,6 +1661,9 @@
<if test="serialNumber != null">
SERIAL_NUMBER = #{serialNumber, jdbcType=VARCHAR},
</if>
<if test="isbn != null">
ISBN = #{isbn, jdbcType=VARCHAR},
</if>
edition = #{edition},
LAST_MODIFIED_DATE = NOW(),
VERSION = VERSION + 1
......
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