|
@@ -5,7 +5,8 @@
|
|
|
select a.pgid,a.pgguid,'REPAIR' as order_type,c.order_state as order_status,d.order_state as last_order_status,
|
|
|
a.dqjdsj as order_status_time,IFNULL(a.yxji,'1') as priority,a.xjwdsj as dispatch_time,
|
|
|
a.xjwdsj as dispatch_websit_time,a.yhmc as user_name,a.yddh as user_mobile,
|
|
|
- a.yddh2 as user_mobile2,a.yhsx as user_attr,a.quhao as area_code,a.dhhm as tel_phone,a.fjhm,a.email,a.vip,
|
|
|
+ a.yddh2 as user_mobile2,a.yhsx as user_attr,a.quhao as area_code,a.dhhm as tel_phone,
|
|
|
+ a.fjhm as gree_virtualnumber,a.email,a.vip,
|
|
|
a.sfen as province,a.cshi as city,a.xian as area,a.xzhen as street,
|
|
|
a.sfenid as province_id,a.cshiid as city_id,a.xianid as area_id,a.xzhenid as street_id,
|
|
|
a.dizi as address,IFNULL(a.gpsdzxx,'') as gps_address,
|
|
@@ -55,8 +56,10 @@
|
|
|
a.xxqdid as info_channel_id,ifnull(a.xxqd,'') as info_channel,a.xxlyid as info_source_id,ifnull(a.xxly,'') as info_source,
|
|
|
a.wcsj as over_time,IFNULL(a.zjczsj,a.last_modified_date) as last_operator_time,
|
|
|
IFNULL(a.last_modified_date,a.zjczsj) as update_time,a.yhsx as user_attr,a.yhsxid as user_attr_id,
|
|
|
- a.fjhm,a.gdhao as file_no,a.zxhao as seat_no,a.xjwdsj as rece_time,a.yhqwsmsj as appointment_time,
|
|
|
- a.yhqwsmsj as expect_start_time,a.qwsmjssj as expect_end_time,a.fjhm,a.wxcount as out_wxcount
|
|
|
+ a.fjhm as gree_virtualnumber,
|
|
|
+ a.gdhao as file_no,a.zxhao as seat_no,a.xjwdsj as rece_time,a.yhqwsmsj as appointment_time,
|
|
|
+ a.yhqwsmsj as expect_start_time,a.qwsmjssj as expect_end_time,
|
|
|
+ a.wxcount as out_wxcount
|
|
|
from itf_tbl_assign_download a
|
|
|
where a.syn_req_id = #{request.synReqId}
|
|
|
</select>
|