Commit d85a6570 by 阮思源

修改

parent d8d9c3de
......@@ -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