|
@@ -9,7 +9,7 @@
|
|
|
a.update_time as last_modified_date,
|
|
|
b.brand_wxjsguid as wxjsguid,ifnull(a.repair_item_id,'') as wxxmh,
|
|
|
a.repair_item_name as mshu,ifnull(b.repair_fees,0) as wxfy,c.number as xxyyh,
|
|
|
- c.xxyyguid,ifnull(c.wxjsguid,'') as wxjsmxguid,a.create_time as cjsj,ifnull(a.repair_item_name,'') as mshu
|
|
|
+ c.xxyyguid,ifnull(c.wxjsguid,'') as wxjsmxguid,a.create_time as cjsj,ifnull(a.repair_item_name,'') as mshu,
|
|
|
a.repair_item_name as wxxmhmc,case b.flag when 'A' then '上门' else '送修' end as smorsx
|
|
|
from order_repair_detail_reason a
|
|
|
left join order_repair_detail b on b.id=a.order_repair_detail_id
|