Commit 98099606 authored by shangtx's avatar shangtx

Merge branch 'dev' into 'master'

fix: 订单sql bug

See merge request !17
parents 0635c06f 6c7251e7
......@@ -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