|
@@ -86,9 +86,9 @@
|
|
|
<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="publisherId != null and publisherId != ''">#{publisher_id},</if>
|
|
|
- <if test="userId != null and userId != ''">#{user_id},</if>
|
|
|
- <if test="readUserId != null and readUserId != ''">#{read_userid},</if>
|
|
|
+ <if test="publisherId != null and publisherId != ''">#{publisherId},</if>
|
|
|
+ <if test="userId != null and userId != ''">#{userId},</if>
|
|
|
+ <if test="readUserId != null and readUserId != ''">#{readUserId},</if>
|
|
|
0,
|
|
|
sysdate()
|
|
|
)
|