|
@@ -428,7 +428,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
lso.second_order_id,lso.score,lso.service_total_price,lso.order_status,lso.volunteer_settlement_status,lso.address,
|
|
lso.second_order_id,lso.score,lso.service_total_price,lso.order_status,lso.volunteer_settlement_status,lso.address,
|
|
lso.volunteer_review,lso.volunteer_picture,lso.service_category,lso.user_review,lso.user_picture,
|
|
lso.volunteer_review,lso.volunteer_picture,lso.service_category,lso.user_review,lso.user_picture,
|
|
lso.ability_score,lso.clothing_score,lso.protocol_score,lso.quality_score,lso.province_code,lso.province_name,lso.city_name,lso.city_code,
|
|
lso.ability_score,lso.clothing_score,lso.protocol_score,lso.quality_score,lso.province_code,lso.province_name,lso.city_name,lso.city_code,
|
|
- lso.work_date,lso.work_start_time,lso.single_quantity,lso.work_number,lso.service_duration,
|
|
|
|
|
|
+ lso.work_date,lso.work_start_time,lso.single_quantity,lso.work_number,lso.out_trade_no as secondOutTradeNo,lso.service_duration,
|
|
(select sd.dept_name from sys_dept sd where lso.area_distribution_id = sd.dept_id) as areaDistributionName,
|
|
(select sd.dept_name from sys_dept sd where lso.area_distribution_id = sd.dept_id) as areaDistributionName,
|
|
(select sd.dept_name from sys_dept sd where lso.service_center_id = sd.dept_id) as serviceCenterName
|
|
(select sd.dept_name from sys_dept sd where lso.service_center_id = sd.dept_id) as serviceCenterName
|
|
from l_second_order lso where lso.main_order_id = #{mainOrderId};
|
|
from l_second_order lso where lso.main_order_id = #{mainOrderId};
|