|
|
|
@ -1339,7 +1339,7 @@
|
|
|
|
|
( lawo.create_time + INTERVAL 3 DAY ) AS endCreateTime, |
|
|
|
|
lawo.update_time AS updateTime, |
|
|
|
|
GROUP_CONCAT( lapr.result_type ) AS resultType, |
|
|
|
|
IFNULL( SUM( lapr.money ), 0 ) AS money, |
|
|
|
|
(SELECT SUM(money) FROM logpm_aftersales_processing_results WHERE is_deleted = 0 AND work_order_id = lawo.id) AS money, |
|
|
|
|
lawo.warehouse_service_name AS warehouseServiceName, |
|
|
|
|
lawo.headquarters_name AS headquartersName, |
|
|
|
|
lawo.over_time AS overTime, |
|
|
|
|