Compare commits
2 Commits
5846de1445
...
bd806cc2ba
Author | SHA1 | Date |
---|---|---|
tangqian | bd806cc2ba | |
tangqian | 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