Commit 78ea841b by 徐高华

企微托管

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