Commit 9b5ce256 by 邹磊浩

修改代码

parent be2f2db5
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
yyod.over_time AS overtime, yyod.over_time AS overtime,
yyod.voucher AS voucher, yyod.voucher AS voucher,
su.user_name AS userName, su.user_name AS userName,
yyod.create_Time as createTime yyod.create_Time as createTime,
yyod.time_of_appointment as timeOfAppointment
FROM zqgh_order AS yyod FROM zqgh_order AS yyod
LEFT JOIN total_order AS tlo ON yyod.order_id = tlo.id LEFT JOIN total_order AS tlo ON yyod.order_id = tlo.id
LEFT JOIN city AS c ON c.id = tlo.city_id LEFT JOIN city AS c ON c.id = tlo.city_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