This commit is contained in:
kuang.yife 2024-08-20 17:00:16 +08:00
parent 8444c592e8
commit 05a454112e
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
<if test="itemId != null">#{itemId},</if>
<if test="readCount != null">read_count = #{readCount},</if>
<if test="transmitCount != null">transmit_count = #{transmitCount},</if>
<if test="content != null and content != ''">content = #{content},</if>
<if test="content != null">content = #{content},</if>
<if test="address != null and address != ''">address = #{address},</if>
<if test="title != null and title != ''">title = #{title},</if>
<if test="type != null and type != ''">type = #{type},</if>