master
kira 6 years ago
parent a0e0827bc4
commit 35ff5437c0

@ -3,7 +3,7 @@
<mapper namespace="au.com.royalpay.payment.manage.mappers.system.SysCustomerServiceMapper">
<select id="findOnline" resultType="com.alibaba.fastjson.JSONObject">
select user_id from sys_customer_service
where `status` = 1
where `onoff` = 1
</select>
<update id="onoff">

Loading…
Cancel
Save