Commit 78ea841b by 徐高华

企微托管

parent 62f74969
......@@ -103,10 +103,10 @@
<update id="updateStopTime">
update tab_haoban_open_staff
<if test="type==1">
add_stop_time = add_stop_time + #{time}
add_stop_time = #{time}
</if>
<if test="type==2">
del_stop_time = del_stop_time + #{time}
del_stop_time = #{time}
</if>
where open_staff_id = #{id}
</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