Commit 774ee2f1 by jinxin

转移接口处理

parent 5134e66d
......@@ -616,13 +616,13 @@
</select>
<update id="updateStaffInfoByWxOpenUserId">
<update id="updateStaffInfoByStaffId">
update tab_haoban_staff set
active_time = #{activeTime},
expire_time = #{expireTime},
active_code = #{activeCode},
active_status = #{activeStatus}
where wx_open_user_id = #{wxOpenUseId}
where wx_open_user_id = #{staffId}
</update>
</mapper>
\ No newline at end of file
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