|
@@ -84,7 +84,6 @@
|
|
<if test="newsImage != null and newsImage != ''">news_image,</if>
|
|
<if test="newsImage != null and newsImage != ''">news_image,</if>
|
|
<if test="columnId != null">column_id,</if>
|
|
<if test="columnId != null">column_id,</if>
|
|
<if test="newsContent != null and newsContent != ''">news_content,</if>
|
|
<if test="newsContent != null and newsContent != ''">news_content,</if>
|
|
- <if test="status != null">status,</if>
|
|
|
|
<if test="isTop != null">is_top,</if>
|
|
<if test="isTop != null">is_top,</if>
|
|
<if test="isDel != null">is_del,</if>
|
|
<if test="isDel != null">is_del,</if>
|
|
<if test="reason != null">reason,</if>
|
|
<if test="reason != null">reason,</if>
|
|
@@ -99,7 +98,6 @@
|
|
<if test="newsImage != null and newsImage != ''">#{newsImage},</if>
|
|
<if test="newsImage != null and newsImage != ''">#{newsImage},</if>
|
|
<if test="columnId != null">#{columnId},</if>
|
|
<if test="columnId != null">#{columnId},</if>
|
|
<if test="newsContent != null and newsContent != ''">#{newsContent},</if>
|
|
<if test="newsContent != null and newsContent != ''">#{newsContent},</if>
|
|
- <if test="status != null">#{status},</if>
|
|
|
|
<if test="isTop != null">#{isTop},</if>
|
|
<if test="isTop != null">#{isTop},</if>
|
|
<if test="isDel != null">#{isDel},</if>
|
|
<if test="isDel != null">#{isDel},</if>
|
|
<if test="reason != null">#{reason},</if>
|
|
<if test="reason != null">#{reason},</if>
|