Commit 6c156d14 by Wangmin

修改业务显示名称和服务显示名称

parent 2aba02fc
......@@ -56,11 +56,16 @@ public class OrderCommonVo {
private Float commission;
/**
* 业务项目
* 服务名称名称
*/
private String project;
/**
* 业务名称
*/
private String businessName;
/**
* 其他需求
*/
private String description;
......
......@@ -70,7 +70,8 @@
total_order.business_id,
total_order.status as orderStatus,
dbgh_order.status as serviceStatus,
business.name as project,
services.name as project,
business.name as businessName,
CONVERT((1 - services.fenmo / 100), decimal(10, 2)) *
CONVERT(services.price, decimal(10, 2)) as commission,
user_vsitor.name as userName,
......
......@@ -71,7 +71,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
total_order.business_id,
total_order.status as orderStatus,
dbmy_order.status as serviceStatus,
business.name as project,
services.name as project,
business.name as businessName,
CONVERT((1 - services.fenmo / 100), decimal(10, 2)) *
CONVERT(services.price, decimal(10, 2)) as commission,
dbmy_order.yp_name,
......
......@@ -72,7 +72,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
total_order.business_id,
total_order.status as orderStatus,
dbwz_order.status as serviceStatus,
business.name as project,
services.name as project,
business.name as businessName,
CONVERT((1 - services.fenmo / 100), decimal(10, 2)) *
CONVERT(services.price, decimal(10, 2)) as commission,
user_vsitor.name as userName,
......
......@@ -74,7 +74,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
yypz_order.status as serviceStatus,
yypz_order.phone,
yypz_order.visit_time,
business.name as project,
services.name as project,
business.name as businessName,
total_order.evaluation_content,
total_order.is_satisfaction as evaluation_flag,
total_order.remark as description,
......
......@@ -76,7 +76,8 @@
total_order.business_id,
total_order.status as orderStatus,
zyph_order.status as serviceStatus,
business.name as project,
services.name as project,
business.name as businessName,
CONVERT((1 - services.fenmo / 100), decimal(10, 2)) *
CONVERT(services.price, decimal(10, 2)) as commission,
user_vsitor.name as userName,
......
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