|
@@ -77,6 +77,7 @@
|
|
|
<if test="status != null and status != '' ">status,</if>
|
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
+ <if test="total != null and total != ''">total,</if>
|
|
|
<if test="image != null and image != ''">image,</if>
|
|
|
<if test="publisherName != null and publisherName != ''">publisher_name,</if>
|
|
|
<if test="formwork != null and formwork != ''">formwork,</if>
|
|
@@ -93,6 +94,7 @@
|
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
+ <if test="total != null and total != ''">#{total},</if>
|
|
|
<if test="image != null and image != ''">#{image},</if>
|
|
|
<if test="publisherName != null and publisherName != ''">#{publisherName},</if>
|
|
|
<if test="formwork != null and formwork != ''">#{formwork},</if>
|
|
@@ -113,6 +115,7 @@
|
|
|
<if test="status != null and status != '' ">status,</if>
|
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
+ <if test="total != null and total != ''">total,</if>
|
|
|
<if test="image != null and image != ''">image,</if>
|
|
|
<if test="publisherName != null and publisherName != ''">publisher_name,</if>
|
|
|
<if test="formwork != null and formwork != ''">formwork,</if>
|
|
@@ -130,6 +133,7 @@
|
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
+ <if test="total != null and total != ''">#{total},</if>
|
|
|
<if test="image != null and image != ''">#{image},</if>
|
|
|
<if test="publisherName != null and publisherName != ''">#{publisherName},</if>
|
|
|
<if test="formwork != null and formwork != ''">#{formwork},</if>
|
|
@@ -152,6 +156,7 @@
|
|
|
<if test="status != null and status != ''">status = #{status},</if>
|
|
|
<if test="remark != null and remark != ''">remark = #{remark},</if>
|
|
|
<if test="createBy != null and createBy != ''">create_by = #{createBy},</if>
|
|
|
+ <if test="total != null and total != ''">total = #{total},</if>
|
|
|
<if test="image != null and image != ''">image = #{image},</if>
|
|
|
<if test="publisherName != null and publisherName != ''">publisher_name = #{publisherName},</if>
|
|
|
<if test="formwork != null and formwork != ''">formwork = #{formwork},</if>
|