|user_service|select count ( 0 ) from user_service.tenant_member t1 join user_service.tenant_member_info t2 on t1.tenant_id = t2.tenant_id and t1.id = t2.id join user_service.user_employee t3 on t1.tenant_id = t3.tenant_id and t1.tenant_app_id = t3.tenant_wechatapp_id and t1.user_id = t3.user_id and t3.employee_id = :1 where t1.tenant_id = :2 and t1.tenant_app_id = :3 and t2.shop_id = :4|40|53|2||0|0|23025571|734846|40|1|
|user_service|select count ( 0 ) from ( select tm.user_id as id , tm.user_name as username , tm.head_img_url as headimgurl , tm.user_name as nickname , tm.mobile_no as mobile , tm.sex , if ( ifnull ( wu.is_subscribe , 0 ) = 0 , false , true ) as hassubscribe from user_service.tenant_member tm left join user_service.user_employee ue on tm.tenant_id = ue.tenant_id and tm.tenant_app_id = ue.tenant_wechatapp_id and tm.user_id = ue.user_id join user_service.tenant_member_info tmi on tmi.tenant_id = tm.tenant_id and tmi.id = tm.id join user_service.tenant_member_bind tmb on tmb.tenant_id = tm.tenant_id and tmb.tenant_app_id = tm.tenant_app_id and tmb.user_id = tm.user_id left join user_service.wx_user wu on wu.id = tmb.wx_user_id where tm.tenant_id = :1 and tm.tenant_app_id = :2 order by tm.id desc ) tmp_count|38|168|13||0|0|10970364|452595|38|1|
|tenant|select count ( * ) from tenant.sneak_guest_maintain s join tenant.sneak_guest sg on sg.tenant_id = s.tenant_id and sg.tenant_app_id = s.tenant_app_id and sg.id = s.sneak_guest_id join tenant.employee e on e.tenant_id = s.tenant_id and e.id = s.employee_id where s.tenant_id = :1 and s.tenant_app_id = :2 and sg.create_shop_id = :3 and s.event_type = :4 and s.create_time between :5 and :6|19|26|2||0|0|185795|19117|19|1|
|tenant|select es.id , es.sales_no , es.sales_date , es.member_erp_id , es.sales_erp_id , es.is_sales from erp_sales es where es.tenant_id = :1 and es.tenant_wechatapp_id = :2 and es.sales_status = :3 and es.sales_no like concat ( :4 , :5 ) order by es.sales_date desc limit :6|8|18|6||0|0|1127699|222880|1|1|
|shop_work|select t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name , sum ( if ( ti.field_type = 'type_bool' and ti.value in ( :1 , :2 ) , :3 , :4 ) ) as bool_true_count , sum ( if ( ti.field_type = :5 and ti.value in ( :6 , :7 ) , :8 , :9 ) ) as bool_false_count , sum ( if ( ti.field_type = :10 , :11 , :12 ) ) as string_count , sum ( if ( ti.field_type = :13 , :14 , :15 ) ) as date_count , sum ( if ( ti.field_type = :16 , ti.value , :17 ) ) as number_sum , sum ( if ( ti.field_type = :18 , substring_index ( ti.value , :19 , :20 ) , :21 ) ) as progress_target , sum ( if ( ti.field_type = :22 , substring_index ( ti.value , :23 , :24 ) , :25 ) ) as progress_reach from shop_work.work_report wr join shop_work.task t on wr.id = t.task_group_id join shop_work.task_item ti on ti.task_id = t.id where wr.tenant_id = :26 and wr.shop_id = :27 and wr.create_time >= :28 and wr.create_time < :29 and wr.report_type = :30 and wr.status = :31 and wr.execute_role = :32 and ti.status != :33 and ti.field_type in ( :34 , :35 , :36 , :37 , :38 ) and ti.value is not null and t.status = :39 group by t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name|8|15|2||0|0|7397316|1144650|111|21|
|tenant|select es.id , es.sales_no , es.sales_date , es.member_erp_id , es.sales_erp_id , es.is_sales from erp_sales es where es.tenant_id = :1 and es.tenant_wechatapp_id = :2 and es.sales_status = :3 and es.sales_no like concat ( :4 , :5 ) order by es.sales_date desc limit :6|8|18|6||0|0|1127699|222880|1|1|
|user_service|select count ( * ) from user_service.tenant_member_info t where t.tenant_id = :1 and t.tenant_app_id = :2 and t.shop_id = :3|7|12|3||0|0|2063412|384358|7|1|
|erp_sync|select * from erp_sync.retry_data where ( need_erp_member_id = :1 or ( need_erp_member_id = :2 and erp_member_id is not null ) ) and retry_times > :3 order by id|6|11|2||0|0|705891|117651|138|23|
|tenant|select esd.id , esd.sales_erp_id , es.employee_name , esd.product_barcode , es.sales_no , es.member_erp_id , esd.category_name , es.sales_date , esd.category_erp_id , esd.product_name , esd.cert_no , esd.amount_pay , esd.sales_index , ifnull ( ee.not_add_value_plan , 0 ) as not_add_value_plan from erp_sales_detail esd join erp_sales es on es.tenant_wechatapp_id = esd.tenant_wechatapp_id and es.sales_erp_id = esd.sales_erp_id left join erp_sales_extend ee on es.tenant_wechatapp_id = ee.tenant_wechatapp_id and es.sales_erp_id = ee.sales_erp_id and esd.sales_index = ee.sales_index where es.sales_status = :1 and es.tenant_wechatapp_id = :2 and esd.product_barcode = :3 order by es.sales_date desc|6|6|1||0|0|48748|8151|9108|1523|
...
...
@@ -19,56 +19,56 @@
|coupon_service|update coupon_service.coupon_write_off_log set state = :1 where coupon_id = :2|4|9|3||0|0|2952443|739787|0|0|
|employee|select tenant_id , tenant_app_id , employee_id , scene , shop_id , count ( * ) as record from backlog where tenant_app_id = :1 and employee_id = :2 and expire_time >= :3 and status in ( :4 , :5 ) group by tenant_id , tenant_app_id , employee_id , scene , shop_id|2|2|1||0|0|10679|6995|5|5|
|tenant|select count ( 0 ) from erp_sales es where es.tenant_id = :1 and es.tenant_wechatapp_id = :2 and es.sales_date >= :3 and es.employee_erp_id = :4 and es.sales_status = :5 and es.is_sales = :6|2|8|6||0|0|137845|68936|2|1|
|corpwx|select id , tenant_id , cwx_user_id , user_id , union_id , name , create_time , update_time , sex , avatar , tenant_user_id , un_assign_flag , corp_user_id , wx_user_id from external_user where ( tenant_id = :1 and un_assign_flag = :2 and wx_user_id = :3 )|2|2|1||0|0|177479|121100|0|0|
|item_manage|select id , tenant_id , `name` , `describe` , `type` , parent_id , employee_id , status , start_time , end_time , startup_time , submit_time , sub_num , sub_complete_num , delete_flag , dynamic_update_time , before_status from task where ( tenant_id = :1 and type = :2 and parent_id = :3 )|2|2|1||0|0|64992|32511|1|1|
|corpwx|select id , tenant_id , cwx_user_id , user_id , union_id , name , create_time , update_time , sex , avatar , tenant_user_id , un_assign_flag , corp_user_id , wx_user_id from external_user where ( tenant_id = :1 and union_id = :2 )|2|3|1||0|0|101056|79956|0|0|
|user_service|select * from user_service.user_employee where employee_erp_id = :1 and tenant_id = :2 and tenant_wechatapp_id = :3 and date_format ( update_time , :4 ) = date_format ( now ( ) , :5 )|2|2|1||0|0|365391|286613|14|10|
|employee|select tenant_id , tenant_app_id , employee_id , scene , shop_id , count ( * ) as record from backlog where tenant_app_id = :1 and employee_id = :2 and expire_time >= :3 and status in ( :4 , :5 ) group by tenant_id , tenant_app_id , employee_id , scene , shop_id|2|2|1||0|0|10679|6995|5|5|
|user_service|select t1.user_id as userid , t1.user_name as username , t1.sex , t1.mobile_no as mobileno , t1.head_img_url as headimg from user_service.tenant_member t1 join user_service.tenant_member_info t2 on t1.tenant_id = t2.tenant_id and t1.id = t2.id join user_service.user_employee t3 on t1.tenant_id = t3.tenant_id and t1.tenant_app_id = t3.tenant_wechatapp_id and t1.user_id = t3.user_id and t3.employee_id = :1 where t1.tenant_id = :2 and t1.tenant_app_id = :3 and t2.shop_id = :4 order by t3.update_time desc limit :5 , :6|1|1|1||0|0|562626|562626|10|10|
|sms|select count ( 0 ) from ( select a.phone_numbers as phoneno , concat ( '【' , a.sign_name , '】' , case when b.content is not null then b.content when stc.content is not null then stc.content else a.template_param end ) as content , a.template_code , a.out_id as outid , a.template_param , a.create_time as sendtime , a.create_time as recevietime , a.code as state , a.send_count , a.message , a.source_type from sms_send a left join sms_template b on a.template_code = b.code left join sms_template_custom stc on a.tenant_app_id = stc.tenant_app_id and a.template_code = stc.code and stc.status = :1 where a.tenant_app_id = :2 ) table_count|1|10|10||0|0|200284|200284|1|1|
|facepass_sync|select id , tenant_id , tenant_wechatapp_id , shop_id , status , retries , success_time , send_fail_msg , create_time , update_time , send_data from customer_face_register_message where status in ( :1 , :2 ) and retries < :3 limit :4|1|1|1||0|0|15888|15888|0|0|
|coupon_service|select count ( 0 ) from ( select cu.id , cu.coupon_name , cu.coupon_type , cu.coupon_no , cu.source as couponchannel , cu.coupon_state , ce.user_name , ce.creator_user_name as creatorname , if ( coupon_type in ( 'point' , 'interact_point' ) , cu.face_value , round ( cu.face_value/100 , 2 ) ) as facevalue , cu.begin_time , cu.end_time , ce.remark , ce.mobile_no , ce.creator_mobile_no , cu.create_time , wol.create_time as writeofftime , r.create_time as reservationdate , r.shop_name as reservationshopname , if ( wol.employee_id is null , wol.user_name , wol.employee_name ) writeoffusername , wol.shop_id as shopid , wol.dept_erp_id as erpdeptid , cu.user_id , ce.source_user_id , ce.source_user_type , cal.create_time as abolishtime , cal.employee_id as abolishemployeeid from coupon_service.coupon cu join coupon_service.coupon_extend ce on ce.id = cu.id left join coupon_service.coupon_write_off_log wol on wol.tenant_app_id = cu.tenant_app_id and wol.coupon_id = cu.id and wol.state = :1 left join coupon_service.reservation r on r.coupon_user_id = cu.id and r.state = :2 left join coupon_service.coupon_abolish_log cal on cal.tenant_id = cu.tenant_id and cal.tenant_app_id = cu.tenant_app_id and cal.coupon_id = cu.id where cu.tenant_app_id = :3 and cu.template_id = :4 ) tmp_count|1|5|5||0|0|70865|70865|1|1|
|user_service|select count ( 0 ) from user_service.tenant_member t1 join user_service.tenant_member_info t2 on t1.tenant_id = t2.tenant_id and t1.id = t2.id join user_service.user_employee t3 on t1.tenant_id = t3.tenant_id and t1.tenant_app_id = t3.tenant_wechatapp_id and t1.user_id = t3.user_id and t3.employee_id = :1 where t1.tenant_id = :2 and t1.tenant_app_id = :3 and t2.shop_id = :4 and ( t1.mobile_no like concat ( :5 , :6 ) or t1.user_name like concat ( :7 , :8 , :9 ) )|1|1|1||0|0|358125|358125|1|1|
|shop_work|select t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name , sum ( if ( ti.field_type = 'type_bool' and ti.value in ( :1 , :2 ) , :3 , :4 ) ) as bool_true_count , sum ( if ( ti.field_type = :5 and ti.value in ( :6 , :7 ) , :8 , :9 ) ) as bool_false_count , sum ( if ( ti.field_type = :10 , :11 , :12 ) ) as string_count , sum ( if ( ti.field_type = :13 , :14 , :15 ) ) as date_count , sum ( if ( ti.field_type = :16 , ti.value , :17 ) ) as number_sum , sum ( if ( ti.field_type = :18 , substring_index ( ti.value , :19 , :20 ) , :21 ) ) as progress_target , sum ( if ( ti.field_type = :22 , substring_index ( ti.value , :23 , :24 ) , :25 ) ) as progress_reach from shop_work.work_report wr join shop_work.task t on wr.id = t.task_group_id join shop_work.task_item ti on ti.task_id = t.id where wr.tenant_id = :26 and wr.area_id = :27 and wr.shop_id = :28 and wr.create_time >= :29 and wr.create_time < :30 and wr.report_type = :31 and wr.status = :32 and wr.execute_role = :33 and ti.status != :34 and ti.field_type in ( :35 , :36 , :37 , :38 , :39 ) and ti.value is not null and t.status = :40 group by t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name|1|1|1||0|0|949102|949102|12|12|
|user_service|select count ( 0 ) from user_service.user_employee ue join user_service.tenant_member tm on tm.tenant_id = ue.tenant_id and tm.tenant_app_id = ue.tenant_wechatapp_id and tm.user_id = ue.user_id join user_service.tenant_member_info tmi on tmi.tenant_id = tm.tenant_id and tmi.id = tm.id where ue.employee_id = :1 and ue.tenant_id = :2 and ue.tenant_wechatapp_id = :3 and tmi.shop_id = :4|1|1|1||0|0|721287|721287|1|1|
|coupon_service|select count ( 0 ) from ( select cu.id , cu.coupon_name , cu.coupon_type , cu.coupon_no , cu.source as couponchannel , cu.coupon_state , ce.user_name , ce.creator_user_name as creatorname , if ( coupon_type in ( 'point' , 'interact_point' ) , cu.face_value , round ( cu.face_value/100 , 2 ) ) as facevalue , cu.begin_time , cu.end_time , ce.remark , ce.mobile_no , ce.creator_mobile_no , cu.create_time , wol.create_time as writeofftime , r.create_time as reservationdate , r.shop_name as reservationshopname , if ( wol.employee_id is null , wol.user_name , wol.employee_name ) writeoffusername , wol.shop_id as shopid , wol.dept_erp_id as erpdeptid , cu.user_id , ce.source_user_id , ce.source_user_type , cal.create_time as abolishtime , cal.employee_id as abolishemployeeid from coupon_service.coupon cu join coupon_service.coupon_extend ce on ce.id = cu.id left join coupon_service.coupon_write_off_log wol on wol.tenant_app_id = cu.tenant_app_id and wol.coupon_id = cu.id and wol.state = :1 left join coupon_service.reservation r on r.coupon_user_id = cu.id and r.state = :2 left join coupon_service.coupon_abolish_log cal on cal.tenant_id = cu.tenant_id and cal.tenant_app_id = cu.tenant_app_id and cal.coupon_id = cu.id where cu.tenant_app_id = :3 and cu.coupon_state = :4 and cu.create_time >= :5 and cu.create_time <= :6 and cu.template_id = :7 and cu.source = :8 ) tmp_count|1|3|3||0|0|17129|17129|1|1|
|coupon_service|select * from coupon_service.coupon where datediff ( date_format ( end_time , :1 ) , date_format ( now ( ) , :2 ) ) = :3 and coupon_state in ( :4 )|1|15|15||0|0|2039008|2039008|172|172|
|mysql|delete from wx_gateway.wx_template_msg where create_time < date_sub ( now ( ) , interval :1 day )|1|51|51||0|0|1795680|1795680|0|0|
|facepass_sync|select id , tenant_id , tenant_wechatapp_id , shop_id , status , create_time , update_time , receive_data , response_data from customer_face_sync_message where status = :1 and create_time < date_add ( now ( ) , interval :2 minute ) order by id asc limit :3|1|1|1||0|0|11265|11265|0|0|
|value_added|-- 增值达到最大天数 select 'value_added_limit_contact' as limitdaytype , t.tenant_wechatapp_id as tenantappid , t.user_id as userid , min ( ue.employee_erp_id ) employee_erp_id , group_concat ( t.product_barcode order by product_barcode asc ) as productcode , group_concat ( t.product_name order by product_barcode asc ) as productname from value_added_user t inner join value_added_user_extend ue on t.id = ue.id where t.tenant_wechatapp_id = :1 and t.state = :2 and t.start_add_time >= date_add ( date_format ( :3 , :4 ) , interval :5 * ( t.add_days-1 ) day ) and t.start_add_time < date_add ( date_format ( :6 , :7 ) , interval ( :8 * ( t.add_days-1 ) :9 :10 ) day ) group by t.tenant_wechatapp_id , t.user_id|1|2|2||0|0|45680|45680|19|19|
|mysql|delete from message_push.message_log where create_time < date_sub ( now ( ) , interval :1 day )|1|32|32||0|0|1792640|1792640|0|0|
|coupon_service|select count ( 0 ) from ( select cu.id , cu.coupon_name , cu.coupon_type , cu.coupon_no , cu.source as couponchannel , cu.coupon_state , ce.user_name , ce.creator_user_name as creatorname , if ( coupon_type in ( 'point' , 'interact_point' ) , cu.face_value , round ( cu.face_value/100 , 2 ) ) as facevalue , cu.begin_time , cu.end_time , ce.remark , ce.mobile_no , ce.creator_mobile_no , cu.create_time , wol.create_time as writeofftime , r.create_time as reservationdate , r.shop_name as reservationshopname , if ( wol.employee_id is null , wol.user_name , wol.employee_name ) writeoffusername , wol.shop_id as shopid , wol.dept_erp_id as erpdeptid , cu.user_id , ce.source_user_id , ce.source_user_type , cal.create_time as abolishtime , cal.employee_id as abolishemployeeid from coupon_service.coupon cu join coupon_service.coupon_extend ce on ce.id = cu.id left join coupon_service.coupon_write_off_log wol on wol.tenant_app_id = cu.tenant_app_id and wol.coupon_id = cu.id and wol.state = :1 left join coupon_service.reservation r on r.coupon_user_id = cu.id and r.state = :2 left join coupon_service.coupon_abolish_log cal on cal.tenant_id = cu.tenant_id and cal.tenant_app_id = cu.tenant_app_id and cal.coupon_id = cu.id where cu.tenant_app_id = :3 and cu.coupon_state = :4 and cu.create_time >= :5 and cu.create_time <= :6 and cu.template_id = :7 and cu.source = :8 ) tmp_count|1|3|3||0|0|17129|17129|1|1|
|user_service|select * from user_employee where tenant_wechatapp_id = :1 and employee_id = :2|1|1|1||0|0|187459|187459|2625|2625|
|facepass_sync|select id , tenant_id , tenant_wechatapp_id , shop_id , status , create_time , update_time , receive_data , response_data from customer_face_sync_message where status = :1 and create_time < date_add ( now ( ) , interval :2 minute ) order by id asc limit :3|1|1|1||0|0|11265|11265|0|0|
|shop_work|select t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name , sum ( if ( ti.field_type = 'type_bool' and ti.value in ( :1 , :2 ) , :3 , :4 ) ) as bool_true_count , sum ( if ( ti.field_type = :5 and ti.value in ( :6 , :7 ) , :8 , :9 ) ) as bool_false_count , sum ( if ( ti.field_type = :10 , :11 , :12 ) ) as string_count , sum ( if ( ti.field_type = :13 , :14 , :15 ) ) as date_count , sum ( if ( ti.field_type = :16 , ti.value , :17 ) ) as number_sum , sum ( if ( ti.field_type = :18 , substring_index ( ti.value , :19 , :20 ) , :21 ) ) as progress_target , sum ( if ( ti.field_type = :22 , substring_index ( ti.value , :23 , :24 ) , :25 ) ) as progress_reach from shop_work.work_report wr join shop_work.task t on wr.id = t.task_group_id join shop_work.task_item ti on ti.task_id = t.id where wr.tenant_id = :26 and wr.area_id = :27 and wr.shop_id = :28 and wr.create_time >= :29 and wr.create_time < :30 and wr.report_type = :31 and wr.status = :32 and wr.execute_role = :33 and ti.status != :34 and ti.field_type in ( :35 , :36 , :37 , :38 , :39 ) and ti.value is not null and t.status = :40 group by t.task_category , t.task_template_id , ti.task_item_template_id , ti.field_type , ti.field_name|1|1|1||0|0|949102|949102|12|12|
|corpwx|select id , tenant_id , cwx_user_id , user_id , union_id , name , create_time , update_time , sex , avatar , tenant_user_id , un_assign_flag , corp_user_id , wx_user_id from external_user where ( tenant_id = :1 and wx_user_id in ( :2 , :3 , :4 , :5 , :6 , :7 ) )|1|1|1||0|0|37789|37789|8|8|
|user_service|select count ( * ) num from user_service.user_employee_alloc_log where tenant_id = :1 and tenant_wechatapp_id = :2 and alloc_employee_id = :3 and alloc_date_time between :4 and :5|1|1|1||0|0|180|180|1|1|
|coupon_service|select *from coupon_service.coupon_market_order where pay_type in ( :1 , :2 ) and order_state = :3 and update_time <= date_sub ( now ( ) , interval :4 minute )|1|1|1||0|0|140859|140859|0|0|
|user_service|select count ( 0 ) from user_service.user_employee ue join user_service.tenant_member tm on tm.tenant_id = ue.tenant_id and tm.tenant_app_id = ue.tenant_wechatapp_id and tm.user_id = ue.user_id join user_service.tenant_member_info tmi on tmi.tenant_id = tm.tenant_id and tmi.id = tm.id where ue.employee_id = :1 and ue.tenant_id = :2 and ue.tenant_wechatapp_id = :3 and tmi.shop_id = :4|1|1|1||0|0|721287|721287|1|1|
|value_added|select id , tenant_wechatapp_id as tenantwechatappid , user_id as userid , template_id as templateid , sales_erp_id as saleserpid , product_name as productname , shop_name as shopname , product_barcode as productbarcode , amount_total as amounttotal , amount_pay as amountpay , amount_added as amountadded , state as state , add_days , added_percent_per_day as addedpercentperday , devalue_percent_per_day as devaluepercentperday , keeping_days as keepingdays , exchange_days as exchangedays , coupon_user_id as couponuserid , sales_index as salesindex , start_add_time as createtime , date_add ( start_add_time , interval add_days-1 day ) , date_add ( start_add_time , interval add_days + keeping_days-1 day ) from value_added_user where keeping_days > :1 and state = :2 and start_add_time = date_add ( curdate ( ) , interval :3 * ( add_days-1 ) day )|1|3|3||0|0|701167|701167|841|841|
|value_added|select count ( 0 ) from ( select t1.id , t2.sales_no as salesno , date_format ( t2.sales_date , '%y-%m-%d' ) as salesdate , date_format ( t1.start_add_time , '%y-%m-%d' ) as valueadddate , t2.dept_erp_id as shopid , t1.shop_name as shopname , t2.employee_erp_id as userid , t2.employee_name as username , t1.product_name as productname , t1.amount_pay as amountpay , t1.id as valueaddno , t1.amount_added as valueaddamount , t1.state , if ( t1.state = 2 , t1.coupon_user_id , null ) as valueaddcoupon , t1.user_id as memberuserid from value_added.value_added_user t1 join value_added.`value_added_user_extend` t2 on t1.id = t2.id where t1.tenant_wechatapp_id = :1 and exists ( select null from value_added.value_added_category t3 join value_added.value_added_template t4 on t3.template_id = t4.id and t4.is_disable = :2 where t1.tenant_wechatapp_id = t3.tenant_wechatapp_id and t2.category_erp_id = t3.erp_product_category_id ) and t2.dept_erp_id = :3 and t2.sales_date >= :4 and t2.sales_date < :5 and t1.state != :6 ) tmp_count|1|1|1||0|0|7530|7530|1|1|
|mysql|delete from message_push.message_log where create_time < date_sub ( now ( ) , interval :1 day )|1|32|32||0|0|1792640|1792640|0|0|
|coupon_service|select count ( 0 ) from ( select cu.id , cu.coupon_name , cu.coupon_type , cu.coupon_no , cu.source as couponchannel , cu.coupon_state , ce.user_name , ce.creator_user_name as creatorname , if ( coupon_type in ( 'point' , 'interact_point' ) , cu.face_value , round ( cu.face_value/100 , 2 ) ) as facevalue , cu.begin_time , cu.end_time , ce.remark , ce.mobile_no , ce.creator_mobile_no , cu.create_time , wol.create_time as writeofftime , r.create_time as reservationdate , r.shop_name as reservationshopname , if ( wol.employee_id is null , wol.user_name , wol.employee_name ) writeoffusername , wol.shop_id as shopid , wol.dept_erp_id as erpdeptid , cu.user_id , ce.source_user_id , ce.source_user_type , cal.create_time as abolishtime , cal.employee_id as abolishemployeeid from coupon_service.coupon cu join coupon_service.coupon_extend ce on ce.id = cu.id left join coupon_service.coupon_write_off_log wol on wol.tenant_app_id = cu.tenant_app_id and wol.coupon_id = cu.id and wol.state = :1 left join coupon_service.reservation r on r.coupon_user_id = cu.id and r.state = :2 left join coupon_service.coupon_abolish_log cal on cal.tenant_id = cu.tenant_id and cal.tenant_app_id = cu.tenant_app_id and cal.coupon_id = cu.id where cu.tenant_app_id = :3 and cu.template_id = :4 ) tmp_count|1|5|5||0|0|70865|70865|1|1|
|shop_work|select wr.team_id as object_id , ti.task_item_template_id , sum ( if ( ti.field_type = 'type_bool' and ti.value in ( :1 , :2 ) , :3 , :4 ) ) as bool_true_count , sum ( if ( ti.field_type = :5 and ti.value in ( :6 , :7 ) , :8 , :9 ) ) as bool_false_count , sum ( if ( ti.field_type = :10 , :11 , :12 ) ) as string_count , sum ( if ( ti.field_type = :13 , :14 , :15 ) ) as date_count , sum ( if ( ti.field_type = :16 , ti.value , :17 ) ) as number_sum , sum ( if ( ti.field_type = :18 , substring_index ( ti.value , :19 , :20 ) , :21 ) ) as progress_target , sum ( if ( ti.field_type = :22 , substring_index ( ti.value , :23 , :24 ) , :25 ) ) as progress_reach from shop_work.work_report wr join shop_work.task_item ti on wr.id = ti.task_group_id join shop_work.task t on t.task_group_id = wr.id and t.id = ti.task_id where wr.tenant_id = :26 and wr.report_type = :27 and wr.status = :28 and wr.execute_role = :29 and t.status = :30 and ti.task_item_template_id = :31 and ti.status != :32 and ti.field_type in ( :33 , :34 , :35 , :36 , :37 ) and ti.value is not null and wr.create_time >= :38 and wr.create_time < :39 and wr.shop_id = :40 group by object_id , ti.task_item_template_id|1|1|1||0|0|558022|558022|1|1|
|user_service|select count ( 0 ) from user_service.tenant_member t1 join user_service.tenant_member_info t2 on t1.tenant_id = t2.tenant_id and t1.id = t2.id join user_service.user_employee t3 on t1.tenant_id = t3.tenant_id and t1.tenant_app_id = t3.tenant_wechatapp_id and t1.user_id = t3.user_id and t3.employee_id = :1 where t1.tenant_id = :2 and t1.tenant_app_id = :3 and t2.shop_id = :4 and ( t1.mobile_no like concat ( :5 , :6 ) or t1.user_name like concat ( :7 , :8 , :9 ) )|1|1|1||0|0|358125|358125|1|1|
|user_service|select t1.user_id as userid , t1.user_name as username , t1.sex , t1.mobile_no as mobileno , t1.head_img_url as headimg from user_service.tenant_member t1 join user_service.tenant_member_info t2 on t1.tenant_id = t2.tenant_id and t1.id = t2.id join user_service.user_employee t3 on t1.tenant_id = t3.tenant_id and t1.tenant_app_id = t3.tenant_wechatapp_id and t1.user_id = t3.user_id and t3.employee_id = :1 where t1.tenant_id = :2 and t1.tenant_app_id = :3 and t2.shop_id = :4 order by t3.update_time desc limit :5 , :6|1|1|1||0|0|562626|562626|10|10|
|facepass_sync|select id , tenant_id , tenant_wechatapp_id , shop_id , status , retries , success_time , send_fail_msg , create_time , update_time , send_data from customer_face_register_message where status in ( :1 , :2 ) and retries < :3 limit :4|1|1|1||0|0|15888|15888|0|0|
|corpwx|select id , tenant_id , cwx_user_id , user_id , union_id , name , create_time , update_time , sex , avatar , tenant_user_id , un_assign_flag , corp_user_id , wx_user_id from external_user where ( tenant_id = :1 and wx_user_id in ( :2 , :3 , :4 , :5 , :6 , :7 ) )|1|1|1||0|0|37789|37789|8|8|
|user_service|select count ( 0 ) from user_service.user_employee ue join user_service.tenant_member tm on tm.tenant_id = ue.tenant_id and tm.tenant_app_id = ue.tenant_wechatapp_id and tm.user_id = ue.user_id join user_service.tenant_member_info tmi on tmi.tenant_id = tm.tenant_id and tmi.id = tm.id where ue.employee_id = :1 and ue.tenant_id = :2 and ue.tenant_wechatapp_id = :3 and tmi.shop_id = :4 and ( tm.user_name like concat ( :5 , :6 , :7 ) or tm.mobile_no like concat ( :8 , :9 ) )|1|1|1||0|0|208162|208162|1|1|
|coupon_service|select * from coupon_service.coupon where datediff ( date_format ( end_time , :1 ) , date_format ( now ( ) , :2 ) ) = :3 and coupon_state in ( :4 )|1|15|15||0|0|2039008|2039008|172|172|
|sms|select count ( 0 ) from ( select a.phone_numbers as phoneno , concat ( '【' , a.sign_name , '】' , case when b.content is not null then b.content when stc.content is not null then stc.content else a.template_param end ) as content , a.template_code , a.out_id as outid , a.template_param , a.create_time as sendtime , a.create_time as recevietime , a.code as state , a.send_count , a.message , a.source_type from sms_send a left join sms_template b on a.template_code = b.code left join sms_template_custom stc on a.tenant_app_id = stc.tenant_app_id and a.template_code = stc.code and stc.status = :1 where a.tenant_app_id = :2 ) table_count|1|10|10||0|0|200284|200284|1|1|
|coupon_service|select *from coupon_service.coupon_market_order where pay_type in ( :1 , :2 ) and order_state = :3 and update_time <= date_sub ( now ( ) , interval :4 minute )|1|1|1||0|0|140859|140859|0|0|
|shop_work|select wr.team_id as object_id , ti.task_item_template_id , sum ( if ( ti.field_type = 'type_bool' and ti.value in ( :1 , :2 ) , :3 , :4 ) ) as bool_true_count , sum ( if ( ti.field_type = :5 and ti.value in ( :6 , :7 ) , :8 , :9 ) ) as bool_false_count , sum ( if ( ti.field_type = :10 , :11 , :12 ) ) as string_count , sum ( if ( ti.field_type = :13 , :14 , :15 ) ) as date_count , sum ( if ( ti.field_type = :16 , ti.value , :17 ) ) as number_sum , sum ( if ( ti.field_type = :18 , substring_index ( ti.value , :19 , :20 ) , :21 ) ) as progress_target , sum ( if ( ti.field_type = :22 , substring_index ( ti.value , :23 , :24 ) , :25 ) ) as progress_reach from shop_work.work_report wr join shop_work.task_item ti on wr.id = ti.task_group_id join shop_work.task t on t.task_group_id = wr.id and t.id = ti.task_id where wr.tenant_id = :26 and wr.report_type = :27 and wr.status = :28 and wr.execute_role = :29 and t.status = :30 and ti.task_item_template_id = :31 and ti.status != :32 and ti.field_type in ( :33 , :34 , :35 , :36 , :37 ) and ti.value is not null and wr.create_time >= :38 and wr.create_time < :39 and wr.shop_id = :40 group by object_id , ti.task_item_template_id|1|1|1||0|0|558022|558022|1|1|
|coupon_service|select count ( 0 ) from ( select cu.id , cu.coupon_name , cu.coupon_type , cu.coupon_no , cu.source as couponchannel , cu.coupon_state , ce.user_name , ce.creator_user_name as creatorname , if ( coupon_type in ( 'point' , 'interact_point' ) , cu.face_value , round ( cu.face_value/100 , 2 ) ) as facevalue , cu.begin_time , cu.end_time , ce.remark , ce.mobile_no , ce.creator_mobile_no , cu.create_time , wol.create_time as writeofftime , r.create_time as reservationdate , r.shop_name as reservationshopname , if ( wol.employee_id is null , wol.user_name , wol.employee_name ) writeoffusername , wol.shop_id as shopid , wol.dept_erp_id as erpdeptid , cu.user_id , ce.source_user_id , ce.source_user_type , cal.create_time as abolishtime , cal.employee_id as abolishemployeeid from coupon_service.coupon cu join coupon_service.coupon_extend ce on ce.id = cu.id left join coupon_service.coupon_write_off_log wol on wol.tenant_app_id = cu.tenant_app_id and wol.coupon_id = cu.id and wol.state = :1 left join coupon_service.reservation r on r.coupon_user_id = cu.id and r.state = :2 left join coupon_service.coupon_abolish_log cal on cal.tenant_id = cu.tenant_id and cal.tenant_app_id = cu.tenant_app_id and cal.coupon_id = cu.id where cu.tenant_app_id = :3 and cu.coupon_state = :4 and cu.template_id = :5 and cu.source = :6 ) tmp_count|1|3|3||0|0|40806|40806|1|1|
|corpwx|select id , tenant_id , cwx_user_id , user_id , union_id , name , create_time , update_time , sex , avatar , tenant_user_id , un_assign_flag , corp_user_id , wx_user_id from external_user where ( tenant_id = :1 and wx_user_id = :2 )|1|1|1||0|0|121303|121303|0|0|
|user_service|select tu.user_id , tm.shop_id , mb.erp_member_id membererpid , tu.mobile_no , tu.user_name , ue.employee_id , tm.grade_id from user_service.tenant_member tu inner join user_service.tenant_member_info tm on tu.tenant_id = tm.tenant_id and tu.id = tm.id inner join user_service.tenant_member_bind mb on tu.tenant_id = mb.tenant_id and tu.id = mb.id left join user_service.user_employee ue on tu.tenant_app_id = ue.tenant_wechatapp_id and tu.user_id = ue.user_id where tu.tenant_id = :1 and tu.tenant_app_id = :2 and mb.erp_member_id in ( :3 , :4 , :5 , :6 , :7 , :8 , :9 , :10 , :11 , :12 , :13 , :14 , :15 , :16 , :17 , :18 , :19 , :20 , :21 , :22 , :23 , :24 , :25 , :26 , :27 , :28 , :29 , :30 , :31 , :32 )|1|3|3||0|0|454252|454252|30|30|