GDOrderBaseMapper.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
  3. <mapper namespace="com.zfire.jiasm.syncdata.dao.mapper.GDOrderBaseMapper">
  4. <select id="getAzOrderBase" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfTblAzAssignLcLsUpload">
  5. select a.id as worker_order_no,a.pgguid,'guangfo' as created_by,a.create_time as created_date,'guangfo' as last_modified_by,
  6. a.update_time as last_modified_date,a.pgid,a.user_name as yhmc,a.user_mobile as yddh,a.user_mobile2 as yddh2,
  7. a.area_code as quhao,a.tel_phone as dhhm,if(length(a.address)>200,left(a.address,200),a.address) as dizi,
  8. a.info_channel as xxqd,ifnull(a.info_source_id,1) as xxlyid,a.info_source as xxly,
  9. a.remark as beiz,a.user_attr as yhsx,c.ref_dict_code as spid,c.ref_dict_name as spmc,
  10. a.worker_name as azren,a.websit_id as azwdno,a.rece_websit_id as jspgwdno,a.rece_time as jspgwdsj,
  11. a.external_sys as qqlyno,a.external_name2 as qqlymc,a.external_no as qqlyxh,a.external_pk as qqlyzj,
  12. a.expect_start_time as yhqwkssj,a.expect_end_time as yhqwjssj,m.brand_order_state as stat,
  13. if(length(a.gps_address)>130,left(a.gps_address,130),a.gps_address) as gpsdzxx,
  14. a.create_websit_id as cjren,a.create_name as cjrmc,a.create_time as cjdt,
  15. a.last_operator_time as zjczsj,a.sale_type as xslx,a.appointment_time as yyazsj,
  16. case a.is_delivery_over when 'NO' then '0'
  17. when 'YES' then '1' else '0' end as sfwcps,
  18. a.sale_no as xsdh,j.engin_no as gcbh,j.engin_name as gcmc,
  19. a.total_num as azsl,a.undone_num as wwsl,a.link_name as lxren,a.sale_websit_id as xsdwno,
  20. a.invoice_no as fphm,a.buy_time as gmsj,
  21. a.cross_no as kqbh,a.data_push_attr as xsorsh,a.order_status_time as dqjdsj,l.brand_order_state as syjd,
  22. m.brand_order_state as dqjd,a.sale_websit_name as xswdmc,
  23. case when length(a.lng) >12 then left(a.lng,12) else ifnull(a.lng,'') end as jindu,
  24. ifnull(a.lat,'') as weidu,a.delivery_time as shsj,ifnull(a.sale_type_id,1) as xslxid,
  25. ifnull(a.user_attr_id,1) as yhsxid,a.over_time as wcsj,0 as extendfiled1,
  26. case when a.vip = '1' then 'VIP1' when a.vip = '2' then 'VIP2' when a.vip = '3' then 'VIP3'
  27. when a.vip = '4' then 'VIP4' when a.vip = '5' then 'VIP5'
  28. else a.vip end as extendfiled2,
  29. '1' as extendfiled5,a.dispatch_time as pgsj,
  30. a.province as sfen,a.province_id as sfenid,a.city as cshi,a.city_id as cshiid,
  31. a.area as xian,a.area_id as xianid,a.street as xzhen,a.street_id as xzhenid
  32. from order_base a
  33. left join sys_dict_ref c on c.dict_code=a.main_id and c.brand_id = #{request.brandId} and c.dict_type='MAIN_TYPE'
  34. left join order_install j on j.order_base_id=a.id and a.id = #{request.orderNo}
  35. left join order_state_contrast l on l.order_state=a.last_order_status and l.state_type=10 and l.brand_id = #{request.brandId} and l.flag=1
  36. left join order_state_contrast m on m.order_state=a.order_status and m.state_type=10 and m.brand_id = #{request.brandId} and m.flag=1
  37. where a.id = #{request.orderNo}
  38. </select>
  39. <select id="getItfTblAssignUpload" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfTblAssignUpload">
  40. select a.id as worker_order_no,a.pgid,'guangfo' as created_by,a.create_time as created_date,'guangfo' as last_modified_by,
  41. a.update_time as last_modified_date,IFNULL(a.user_name,'') as yhmc,IFNULL(a.user_mobile,'') as yddh,
  42. IFNULL(a.area_code,'') as quhao,IFNULL(a.tel_phone,'') as dhhm,
  43. a.gree_virtualnumber as fjhm,IFNULL(a.email,''),a.province as sfen,a.province_id as sfenid,a.city as cshi,a.city_id as cshiid,a.area as xian,
  44. a.area_id as xianid,a.street as xzhen,a.street_id as xzhenid,
  45. if(length(a.address)>100,left(a.address,100),a.address) as dizi,
  46. if(length(a.gps_address)>130,left(a.gps_address,130),a.gps_address) as gpsdzxx,
  47. a.info_channel_id as xxqdid,IFNULL(a.info_channel,'') as xxqd,IFNULL(a.info_source_id, 102) as xxlyid,IFNULL(a.info_source,'总部') as xxly,
  48. q.demand_type_name as xxlb,
  49. IFNULL(a.remark,'') as beiz,a.file_no as gdhao,
  50. m.brand_order_state as stat,a.expect_start_time as yhqwsmsj,IFNULL(c.ref_dict_code,0) as spid,IFNULL(c.ref_dict_name,'') as spmc,
  51. IFNULL(a.create_websit_id,'') as cjren,IFNULL(a.create_name,'') as cjrmc,a.create_time as cjdt,
  52. IFNULL(a.worker_name,'') as wxren,a.over_time as wcsj,a.websit_id as zjczwd,
  53. a.websit_id as wxwdno,IFNULL(a.priority,1) as yxji,0 as ldcs,IFNULL(a.user_mobile2,'') as yddh2,'' as cxyzm,
  54. IFNULL(a.sale_no,'') as xsdh,a.rece_websit_id as xjwdno,
  55. '' as chaoshiqe,IFNULL(q.zbby,'') as zbby,a.over_time as fwrybwgsj,
  56. a.external_name2 as qqlymc,a.external_no as qqlyxh,IFNULL(a.user_attr,'') as yhsx,
  57. a.sale_websit_id as xswdno,a.dispatch_time as xjwdsj,a.last_operator_time as zjczsj,
  58. 0 as yhgyhf,p.brand_order_state as auth_state,o.brand_order_state as qystat,'' as zptype,'' as yhif,
  59. case a.complaint when 'FIRST' then '一级投诉' when 'SECOND' then '二级投诉' when 'THIRD' then '三级投诉'
  60. when 'SUPER' then '特级投诉' else ' ' end as tsdengji,
  61. a.expect_end_time as qwsmjssj,
  62. a.seat_no as zxhao,a.id as qqlyzj,a.order_status_time as dqjdsj,
  63. case when length(a.lng) >12 then left(a.lng,12) else IFNULL(a.lng,'') end as jindu,
  64. case when length(a.lat) >12 then left(a.lat,12) else IFNULL(a.lat,'') end as weidu,
  65. IFNULL(a.pgguid, '') as pgguid,q.demand_type_id as xxlbid,
  66. IFNULL(a.user_attr_id, 1) as yhsxid,IFNULL(a.out_wxcount,1) as wxcount,
  67. '1' as extjson5,
  68. case when a.vip = '1' then 'VIP1' when a.vip = '2' then 'VIP2' when a.vip = '3' then 'VIP3'
  69. when a.vip = '4' then 'VIP4' when a.vip = '5' then 'VIP5'
  70. else a.vip end as vip
  71. from order_base a
  72. left join sys_dict_ref c on c.dict_code=a.main_id and c.brand_id = #{request.brandId} and c.dict_type='MAIN_TYPE'
  73. left join order_state_contrast m on m.order_state=a.order_status and m.state_type=60 and m.brand_id = #{request.brandId} and m.flag=1
  74. left join order_state_contrast o on o.order_state=a.last_order_status and o.state_type=60 and o.brand_id = #{request.brandId} and o.flag=1
  75. left join order_state_contrast p on p.order_state=a.order_status and p.state_type=60 and p.brand_id = #{request.brandId} and p.flag=1
  76. left join order_repair q on q.order_base_id=a.id
  77. where a.id = #{request.orderNo}
  78. </select>
  79. <select id="getItfMessagehuifangentity" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfMessagehuifangentity">
  80. select id as order_base_id, 2 as sendtype,2 as azorwx,now() as crdt,pgid as fjid,
  81. if(hour(now())>20,concat(date(DATE_ADD(NOW(),INTERVAL 1 day)),' 07:00:00'),DATE_ADD(NOW(),INTERVAL 2 HOUR)) as plansendtime,
  82. websit_id as fjwd,replace(trim(user_mobile),' ','') as sjid
  83. from order_base
  84. where id = #{request.orderNo} and (timestampdiff(DAY,FROM_UNIXTIME(over_time),now()) &lt; 7
  85. or timestampdiff(DAY,FROM_UNIXTIME(websit_over_time),now()) &lt; 7
  86. or timestampdiff(DAY,FROM_UNIXTIME(worker_sort_time),now()) &lt; 7)
  87. </select>
  88. <select id="getItfMessagehuifangentityT" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfMessagehuifangentity">
  89. select id as order_base_id, 2 as azorwx,now() as crdt,pgid as fjid,websit_id as fjwd,replace(trim(user_mobile),' ','') as sjid
  90. from order_base
  91. where id = #{request.orderNo} and (timestampdiff(DAY,FROM_UNIXTIME(over_time),now()) &lt; 7
  92. or timestampdiff(DAY,FROM_UNIXTIME(websit_over_time),now()) &lt; 7
  93. or timestampdiff(DAY,FROM_UNIXTIME(worker_sort_time),now()) &lt; 7)
  94. </select>
  95. <select id="getAZItfMessagehuifangentity" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfMessagehuifangentity">
  96. select id as order_base_id, 2 as sendtype,1 as azorwx,now() as crdt,pgguid as fjid,
  97. if(hour(now())>20,concat(date(DATE_ADD(NOW(),INTERVAL 1 day)),' 07:00:00'),DATE_ADD(NOW(),INTERVAL 2 HOUR)) as plansendtime,
  98. websit_id as fjwd,replace(trim(user_mobile),' ','') as sjid
  99. from order_base
  100. where id = #{request.orderNo} and (timestampdiff(DAY,FROM_UNIXTIME(over_time),now()) &lt; 7
  101. or timestampdiff(DAY,FROM_UNIXTIME(websit_over_time),now()) &lt; 7
  102. or timestampdiff(DAY,FROM_UNIXTIME(worker_sort_time),now()) &lt; 7)
  103. </select>
  104. <select id="getAZItfMessagehuifangentityT" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfMessagehuifangentity">
  105. select id as order_base_id, 1 as sendtype,1 as azorwx,now() as crdt,pgguid as fjid,
  106. replace(trim(user_mobile),' ','') as sjid
  107. from order_base
  108. where id = #{request.orderNo} and (timestampdiff(DAY,FROM_UNIXTIME(over_time),now()) &lt; 7
  109. or timestampdiff(DAY,FROM_UNIXTIME(websit_over_time),now()) &lt; 7
  110. or timestampdiff(DAY,FROM_UNIXTIME(worker_sort_time),now()) &lt; 7)
  111. </select>
  112. <select id="getAzOrderBaseCj" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.ItfTblAzAssignLcLsUpload">
  113. select 44 as syn_status,a.id as worker_order_no,a.pgguid,'guangfo' as created_by,a.create_time as created_date,'guangfo' as last_modified_by,
  114. a.update_time as last_modified_date,a.pgid,a.user_name as yhmc,a.user_mobile as yddh,a.user_mobile2 as yddh2,
  115. a.area_code as quhao,a.tel_phone as dhhm,if(length(a.address)>200,left(a.address,200),a.address) as dizi,
  116. a.info_channel as xxqd,ifnull(a.info_source_id,1) as xxlyid,a.info_source as xxly,
  117. a.remark as beiz,a.user_attr as yhsx,c.ref_dict_code as spid,c.ref_dict_name as spmc,a.worker_name as azren,
  118. a.websit_id as azwdno,a.rece_websit_id as jspgwdno,a.rece_time as jspgwdsj,a.rece_websit_id as ssqy,
  119. a.external_sys as qqlyno,a.external_name2 as qqlymc,a.external_no as qqlyxh,a.external_pk as qqlyzj,
  120. ifnull(a.appointment_time,a.expect_start_time) as yhqwkssj,ifnull(a.appointment_end_time,a.expect_end_time) as yhqwjssj,
  121. m.brand_order_state as stat,
  122. if(length(a.gps_address)>130,left(a.gps_address,130),a.gps_address) as gpsdzxx,
  123. a.create_websit_id as cjren,a.create_name as cjrmc,a.create_time as cjdt,
  124. a.last_operator_time as zjczsj,a.sale_type as xslx,a.appointment_time as yyazsj,
  125. case a.is_delivery_over when 'NO' then '0' when 'YES' then '1' else '0' end as sfwcps,
  126. a.sale_no as xsdh,j.engin_no as gcbh,j.engin_name as gcmc,
  127. a.total_num as azsl,a.undone_num as wwsl,a.link_name as lxren,a.sale_websit_id as xsdwno,
  128. a.invoice_no as fphm,a.buy_time as gmsj,
  129. a.cross_no as kqbh,a.data_push_attr as xsorsh,a.order_status_time as dqjdsj,l.brand_order_state as syjd,
  130. m.brand_order_state as dqjd,
  131. case when length(a.lng) >12 then left(a.lng,12) else a.lng end as jindu,
  132. ifnull(a.lat,'') as weidu,a.delivery_time as shsj,ifnull(a.sale_type_id,1) as xslxid,
  133. ifnull(a.user_attr_id,1) as yhsxid,a.over_time as wcsj,
  134. case when a.vip = '1' then 'VIP1' when a.vip = '2' then 'VIP2' when a.vip = '3' then 'VIP3'
  135. when a.vip = '4' then 'VIP4' when a.vip = '5' then 'VIP5'
  136. else a.vip end as extendfiled2,
  137. '1' as extendfiled5,a.dispatch_time as pgsj,
  138. a.province as sfen,a.province_id as sfenid,a.city as cshi,a.city_id as cshiid,
  139. a.area as xian,a.area_id as xianid,a.street as xzhen,a.street_id as xzhenid
  140. from order_base a
  141. left join sys_dict_ref c on c.dict_code=a.main_id and c.brand_id = #{request.brandId} and c.dict_type='MAIN_TYPE'
  142. left join order_install j on j.order_base_id=a.id and a.id = #{request.orderNo}
  143. left join order_state_contrast l on l.order_state=a.last_order_status and l.state_type=10 and l.brand_id = #{request.brandId} and l.flag=1
  144. left join order_state_contrast m on m.order_state=a.order_status and m.state_type=10 and m.brand_id = #{request.brandId} and m.flag=1
  145. where a.id = #{request.orderNo}
  146. </select>
  147. <select id="getOrderBaseLog" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.OrderRepairOperatingLog">
  148. select create_websit_id as websit_id,create_websit_id as websit_name, id as order_base_id,user_name as customer_name,
  149. user_mobile as customer_phone,'指派服务商' as type,'[JSM](家用空调)派工服务商' as content,'指派服务商' as feedback,
  150. create_websit_id as operator,create_websit_name as operate_websit,last_order_status as before_order_status,order_status,
  151. last_dispatch_status as before_dispatch_status,dispatch_status,pgguid,pgid,2 as data_source,1 as upload_notify_flag,
  152. create_time,update_time,create_by,update_by
  153. from order_base
  154. where a.id = #{request.orderNo}
  155. </select>
  156. <select id="getOrderBaseLogT" parameterType="com.zfire.jiasm.syncdata.parameter.OrderPar" resultType="com.zfire.jiasm.syncdata.plus.entity.OrderRepairOperatingLog">
  157. select sale_websit_id as websit_id,sale_websit_name as websit_name, id as order_base_id,user_name as customer_name,
  158. user_mobile as customer_phone,'工单派网点' as type,'[JSM](家用空调)派工服务商' as content,'工单派网点' as feedback,
  159. create_websit_id as operator,create_websit_name as operate_websit,last_order_status as before_order_status,order_status,
  160. last_dispatch_status as before_dispatch_status,dispatch_status,pgguid,pgid,2 as data_source,1 as upload_notify_flag,
  161. create_time,update_time,create_by,update_by
  162. from order_base
  163. where a.id = #{request.orderNo}
  164. </select>
  165. </mapper>