fix
This commit is contained in:
parent
8444c592e8
commit
05a454112e
|
|
@ -147,7 +147,7 @@
|
||||||
<if test="itemId != null">#{itemId},</if>
|
<if test="itemId != null">#{itemId},</if>
|
||||||
<if test="readCount != null">read_count = #{readCount},</if>
|
<if test="readCount != null">read_count = #{readCount},</if>
|
||||||
<if test="transmitCount != null">transmit_count = #{transmitCount},</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="address != null and address != ''">address = #{address},</if>
|
||||||
<if test="title != null and title != ''">title = #{title},</if>
|
<if test="title != null and title != ''">title = #{title},</if>
|
||||||
<if test="type != null and type != ''">type = #{type},</if>
|
<if test="type != null and type != ''">type = #{type},</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue