|
|
|
@ -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">
|
|
|
|
|