|
@@ -7,7 +7,7 @@
|
|
|
a.out_id as wxxmguid,'guangfo' as created_by,
|
|
|
a.create_time as created_date,'guangfo' as last_modified_by,
|
|
|
a.update_time as last_modified_date,
|
|
|
- b.brand_wxjsguid as wxjsguid,a.repair_item_id as wxxmh,
|
|
|
+ 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,
|
|
|
a.repair_item_name as wxxmhmc,case b.flag when 'A' then '上门' else '送修' end as smorsx
|