Commit 6c7251e7 authored by shangtx's avatar shangtx

fix: 订单sql bug

parent 02908591
......@@ -16,7 +16,6 @@
t.price,
t.create_time,
t.total_price,
t.price,
ifnull(t2.user_name, t2.nick_name) user_name
from service_order t
join user t2 on t.account_no = t2.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment