fix: 订单管理备注和订单查询
parent
3948729a18
commit
7b919a32e4
|
@ -119,7 +119,13 @@
|
|||
a.status,
|
||||
CONVERT(a.pay_price*e.member_commission/100, DECIMAL(15,2)) as commissionPrice,
|
||||
a.paid,
|
||||
d.parent_organization_name
|
||||
d.parent_organization_name,
|
||||
a.refund_type,
|
||||
a.refund_name,
|
||||
a.member_reason,
|
||||
a.admin_reason,
|
||||
a.apply_time,
|
||||
a.apply_succeed_time
|
||||
from cy_recharge_order a
|
||||
left join member_user b on a.promoter_id = b.id
|
||||
left join system_dept d on d.id = a.dept_id
|
||||
|
|
Loading…
Reference in New Issue