Commit e872a769 by 裴大威

Merge branch 'fix-rsy-1022562' into 'master'

修改bug1022562

See merge request rays/pcloud-book!625
parents d8d9c3de d85a6570
......@@ -87,6 +87,9 @@
<if test="previewQrcodeUrl != null">
preview_qrcode_url = #{previewQrcodeUrl,jdbcType=VARCHAR},
</if>
<if test="confirmFeedbackReply != null">
confirm_feedback_reply = #{confirmFeedbackReply},
</if>
<if test="robotType != null">
robot_type = #{robotType},
</if>
......@@ -105,7 +108,7 @@
<if test="customTimeControlId != null">
custom_time_control_id = #{customTimeControlId},
</if>
update_time = NOW(),confirm_feedback_reply = #{confirmFeedbackReply}
update_time = NOW()
</set>
where id = #{id,jdbcType=INTEGER}
</update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment