修改了流量用户详情接口,使其能够给前端返回operatorIdEvcs的值

This commit is contained in:
wen 2021-09-23 11:28:25 +08:00
parent a1964fed4b
commit 99dfaf6d03

View File

@ -239,6 +239,7 @@
xiu.create_by createBy ,xiu.create_time createTime,
xiu.update_time updateTime, xiu.update_by updateBy,
xiu.del_flag delflag, xiu.remark ,
xiu.operator_id_evcs operatorIdEvcs,
CASE WHEN xiu.`status` = 0 THEN '正常' else '禁用' end statusName,
CASE WHEN xiu.commission_type = 0 THEN '总金额提成' else '服务费提成' end commissionTypeName
from xhpc_internet_user xiu