Commit 35feac20 by Administrator

Merge branch 'feature/updateIsbn' into 'master'

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

See merge request rays/pcloud-book!1307
parents 5b48f921 17db261a
...@@ -1661,6 +1661,9 @@ ...@@ -1661,6 +1661,9 @@
<if test="serialNumber != null"> <if test="serialNumber != null">
SERIAL_NUMBER = #{serialNumber, jdbcType=VARCHAR}, SERIAL_NUMBER = #{serialNumber, jdbcType=VARCHAR},
</if> </if>
<if test="isbn != null">
ISBN = #{isbn, jdbcType=VARCHAR},
</if>
edition = #{edition}, edition = #{edition},
LAST_MODIFIED_DATE = NOW(), LAST_MODIFIED_DATE = NOW(),
VERSION = VERSION + 1 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