Commit 11515084 by 邹磊浩

修改代码

parent d7fc30c7
......@@ -141,4 +141,6 @@ public class ZqghOrderVo {
* 预约数量
*/
private Integer num;
private String serviceName;
}
......@@ -40,7 +40,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
tlo.evaluation_content AS evaluationContent,
yyod.over_time AS overtime,
yyod.voucher AS voucher,
yyod.create_time as createTime
yyod.create_time as createTime,
yyod.visitor as visitor
FROM yypz_order AS yyod
LEFT JOIN total_order AS tlo ON yyod.order_id = tlo.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