修改了流量用户编辑接口,让前端能够修改operatorIdEvcs的值

This commit is contained in:
wen 2021-09-23 11:46:10 +08:00
parent 99dfaf6d03
commit 05338e5ef2

View File

@ -216,7 +216,8 @@
<if test="null != createTime ">create_time = #{createTime},</if>
<if test="null != updateBy and '' != updateBy">update_by = #{updateBy},</if>
<if test="null != updateTime">update_time = #{updateTime},</if>
<if test="null != remark and '' != remark">remark = #{remark}</if>
<if test="null != remark and '' != remark">remark = #{remark},</if>
<if test="null != operatorIdEvcs and '' != operatorIdEvcs">operator_id_evcs = #{operatorIdEvcs}</if>
</set>
WHERE internet_user_id = #{internetUserId}
</update>