Performance Profiling

Total processing time: 200 ms; Peak memory: 6.810 MB. Show Profiling Timeline

总计44条数据
TimeDurationCategoryInfo
  
16:11:42.58342.5 msyii\db\Command::querySELECT c.*, CASE WHEN p.client_id IS NULL THEN false ELSE true END AS cooperated, CASE WHEN c.sales_rep IS NULL THEN 0 ELSE 1 END AS is_public, sl.lost_contact_days, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, sl.last_contact, max(arrive.end_at) as last_arrive, CASE WHEN c.client_class IS NOT NULL THEN ( (CASE WHEN cl.contact_base > 0 THEN floor(CASE WHEN c.contact_count > cl.contact_base THEN 1 * 15 ELSE c.contact_count * 15 / cl.contact_base END) ELSE 15 END) + floor(c.client_base_info_count * 15 / 9) + (CASE WHEN cl.visit_base > 0 THEN floor(CASE WHEN c.visit_count > ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) THEN 1 * 20 ELSE c.visit_count * 20 / ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) END) ELSE 20 END) + (CASE WHEN cl.cooperate_base > 0 THEN floor(CASE WHEN c.cooperate_count > cl.cooperate_base THEN 1 * 20 ELSE c.cooperate_count * 20 / cl.cooperate_base END) ELSE 20 END) + (CASE WHEN cl.case_pre_sales_base > 0 THEN floor(CASE WHEN c.case_pre_sales_count > cl.case_pre_sales_base THEN 1 * 15 ELSE c.case_pre_sales_count * 15 / cl.case_pre_sales_base END) ELSE 15 END) + (CASE WHEN cl.case_implement_base > 0 THEN floor(CASE WHEN c.case_implement_count > cl.case_implement_base THEN 1 * 15 ELSE c.case_implement_count * 15 / cl.case_implement_base END) ELSE 15 END) ) ELSE NULL END as score FROM "a57be577deb434"."tbl_clients" "c" LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep LEFT JOIN "a57be577deb434"."tbl_client_classes" "cl" ON cl.id = c.client_class LEFT JOIN "a57be577deb434"."tbl_client_address_rels" "car" ON car.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_addresses" "a" ON car.address_id = a.id LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_projects" WHERE "project_status"=3 GROUP BY "client_id") "p" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.client_id = c.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN (SELECT extract(epoch from (now() - max(end_at))) / 86400 AS lost_contact_days, max(end_at) as last_contact, client_id FROM "a57be577deb434"."tbl_work_logs" WHERE "is_draft"=FALSE GROUP BY "client_id") "sl" ON sl.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr" ON ttr.object_id = c.id AND ttr.term_id = 14 LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_contacts" WHERE lower(name) LIKE '%%' GROUP BY "client_id") "cc" ON cc.client_id = c.id WHERE (("c"."sales_rep" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("c"."sales_rep" IS NULL) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1001))) AND ("deleted"=FALSE) GROUP BY "c"."id", "cl"."id", "cooperated", "lost_contact_days", "last_contact" ORDER BY "is_public" DESC, lost_contact_days DESC NULLS LAST, "c"."created_at" DESC LIMIT 20 OFFSET 20
16:11:42.55032.5 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT c.*, CASE WHEN p.client_id IS NULL THEN false ELSE true END AS cooperated, CASE WHEN c.sales_rep IS NULL THEN 0 ELSE 1 END AS is_public, sl.lost_contact_days, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, sl.last_contact, max(arrive.end_at) as last_arrive, CASE WHEN c.client_class IS NOT NULL THEN ( (CASE WHEN cl.contact_base > 0 THEN floor(CASE WHEN c.contact_count > cl.contact_base THEN 1 * 15 ELSE c.contact_count * 15 / cl.contact_base END) ELSE 15 END) + floor(c.client_base_info_count * 15 / 9) + (CASE WHEN cl.visit_base > 0 THEN floor(CASE WHEN c.visit_count > ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) THEN 1 * 20 ELSE c.visit_count * 20 / ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) END) ELSE 20 END) + (CASE WHEN cl.cooperate_base > 0 THEN floor(CASE WHEN c.cooperate_count > cl.cooperate_base THEN 1 * 20 ELSE c.cooperate_count * 20 / cl.cooperate_base END) ELSE 20 END) + (CASE WHEN cl.case_pre_sales_base > 0 THEN floor(CASE WHEN c.case_pre_sales_count > cl.case_pre_sales_base THEN 1 * 15 ELSE c.case_pre_sales_count * 15 / cl.case_pre_sales_base END) ELSE 15 END) + (CASE WHEN cl.case_implement_base > 0 THEN floor(CASE WHEN c.case_implement_count > cl.case_implement_base THEN 1 * 15 ELSE c.case_implement_count * 15 / cl.case_implement_base END) ELSE 15 END) ) ELSE NULL END as score FROM "a57be577deb434"."tbl_clients" "c" LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep LEFT JOIN "a57be577deb434"."tbl_client_classes" "cl" ON cl.id = c.client_class LEFT JOIN "a57be577deb434"."tbl_client_address_rels" "car" ON car.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_addresses" "a" ON car.address_id = a.id LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_projects" WHERE "project_status"=3 GROUP BY "client_id") "p" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.client_id = c.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN (SELECT extract(epoch from (now() - max(end_at))) / 86400 AS lost_contact_days, max(end_at) as last_contact, client_id FROM "a57be577deb434"."tbl_work_logs" WHERE "is_draft"=FALSE GROUP BY "client_id") "sl" ON sl.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr" ON ttr.object_id = c.id AND ttr.term_id = 14 LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_contacts" WHERE lower(name) LIKE '%%' GROUP BY "client_id") "cc" ON cc.client_id = c.id WHERE (("c"."sales_rep" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("c"."sales_rep" IS NULL) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1001))) AND ("deleted"=FALSE) GROUP BY "c"."id", "cl"."id", "cooperated", "lost_contact_days", "last_contact" ORDER BY "is_public" DESC, lost_contact_days DESC NULLS LAST, "c"."created_at" DESC) "c"
16:11:42.69924.2 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT c.*, CASE WHEN p.client_id IS NULL THEN false ELSE true END AS cooperated, CASE WHEN c.sales_rep IS NULL THEN 0 ELSE 1 END AS is_public, sl.lost_contact_days, extract(epoch from (now() - max(arrive.end_at))) / 86400 AS last_arrive_days, sl.last_contact, max(arrive.end_at) as last_arrive, CASE WHEN c.client_class IS NOT NULL THEN ( (CASE WHEN cl.contact_base > 0 THEN floor(CASE WHEN c.contact_count > cl.contact_base THEN 1 * 15 ELSE c.contact_count * 15 / cl.contact_base END) ELSE 15 END) + floor(c.client_base_info_count * 15 / 9) + (CASE WHEN cl.visit_base > 0 THEN floor(CASE WHEN c.visit_count > ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) THEN 1 * 20 ELSE c.visit_count * 20 / ceil((CASE WHEN extract(year from now()) = extract(year from c.created_at::date) THEN (now()::date - c.created_at::date + 1)::float ELSE 259::float END) / cl.visit_base::float) END) ELSE 20 END) + (CASE WHEN cl.cooperate_base > 0 THEN floor(CASE WHEN c.cooperate_count > cl.cooperate_base THEN 1 * 20 ELSE c.cooperate_count * 20 / cl.cooperate_base END) ELSE 20 END) + (CASE WHEN cl.case_pre_sales_base > 0 THEN floor(CASE WHEN c.case_pre_sales_count > cl.case_pre_sales_base THEN 1 * 15 ELSE c.case_pre_sales_count * 15 / cl.case_pre_sales_base END) ELSE 15 END) + (CASE WHEN cl.case_implement_base > 0 THEN floor(CASE WHEN c.case_implement_count > cl.case_implement_base THEN 1 * 15 ELSE c.case_implement_count * 15 / cl.case_implement_base END) ELSE 15 END) ) ELSE NULL END as score FROM "a57be577deb434"."tbl_clients" "c" LEFT JOIN "a57be577deb434"."tbl_sales_group_relationships" "sgr" ON sgr.sales_id = c.sales_rep LEFT JOIN "a57be577deb434"."tbl_client_classes" "cl" ON cl.id = c.client_class LEFT JOIN "a57be577deb434"."tbl_client_address_rels" "car" ON car.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_addresses" "a" ON car.address_id = a.id LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_projects" WHERE "project_status"=3 GROUP BY "client_id") "p" ON p.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_work_logs" "arrive" ON (arrive.client_id = c.id) AND ("arrive"."scenario_id"=1) AND ("arrive"."is_draft"=FALSE) AND ("arrive"."location_in_id" IS NOT NULL) AND ("arrive"."location_out_id" IS NOT NULL) AND ("arrive"."client_id" IS NOT NULL) LEFT JOIN (SELECT extract(epoch from (now() - max(end_at))) / 86400 AS lost_contact_days, max(end_at) as last_contact, client_id FROM "a57be577deb434"."tbl_work_logs" WHERE "is_draft"=FALSE GROUP BY "client_id") "sl" ON sl.client_id = c.id LEFT JOIN "a57be577deb434"."tbl_term_taxonomy_relationships" "ttr" ON ttr.object_id = c.id AND ttr.term_id = 14 LEFT JOIN (SELECT "client_id" FROM "a57be577deb434"."tbl_contacts" WHERE lower(name) LIKE '%%' GROUP BY "client_id") "cc" ON cc.client_id = c.id WHERE (("c"."sales_rep" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) OR ("c"."sales_rep" IS NULL) OR ("c"."id" IN (SELECT "client_id" FROM "a57be577deb434"."tbl_user_visit_clients" WHERE "user_id"=1001))) AND ("deleted"=FALSE) AND (("c"."sales_rep" IN (SELECT "id" FROM "a57be577deb434"."tbl_users" WHERE ("id" IN (1001, 5049, 5301, 5022, 5209, 5026, 5293, 5309, 5356, 5329, 5299, 5303, 5302, 5332, 5047, 1026, 5096, 5070, 5448, 5420, 1029, 5037, 5087, 1008, 5048, 5043, 5045, 5230, 5031, 5088, 5208, 1003, 5294, 5357, 5044, 1030, 5076, 5300, 5027, 5089, 5311, 5066, 5069, 5364, 1009, 5295, 1013, 5128, 5203, 1025, 5032, 5075, 1004, 5072, 5033, 5359, 5409, 5412, 5229, 1005, 5304, 5449, 5358, 1006, 5093)) AND ("user_status"=1) AND ("client_lock"=FALSE) ORDER BY pinyin1 nulls first, namecut1 nulls first, pinyin2 nulls first, namecut2 nulls first, pinyin3 nulls first, namecut3 nulls first, pinyin4 nulls first, namecut4 nulls first)) OR (c.sales_rep IS NULL)) GROUP BY "c"."id", "cl"."id", "cooperated", "lost_contact_days", "last_contact" ORDER BY "is_public" DESC) "c"
16:11:42.63322.3 msyii\db\Command::querySELECT "object_id", count(*) as comment FROM "a57be577deb434"."tbl_comments" WHERE ("object_type"=10) AND ("object_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "object_id"
16:11:42.67517.5 msyii\db\Command::querySELECT "object_id", count(*) AS unread FROM "a57be577deb434"."tbl_unread_comments" WHERE ("object_type"=10) AND (remind_user_id = 1001 AND is_read = false) AND ("object_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "object_id"
16:11:42.7263.8 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=1001) AND ("object_type"=10) AND ("visit_date"='2025-09-16')
16:11:42.7323.3 msyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/client/list', '{"except":["629","1205","1355","1207","1250","1391"],"is_all":"1","other_period":"currentfascalyear","Filter":{"name":"lost_contact_days","sort":"ASC"},"ClientSearch":{"group":"1","client_class":"","has_contact":"","cooperated":"","client_type":"","company_nature":"","client_industry":"","from_contact_name":"","from_contact":"","state_id":"","created_period":"","created_by":""},"page":"2","web_access_token":"sXjqURNBCao5nldOR3zGEIU34GY49pIi"}', '{"code":2000,"result":{"list":[{"id":2092,"name":"\u5317\u4eac\u534e\u79d1\u4e91\u7f51\u79d1\u6280\u6709\u9650\u516c\u53f8 \/\u9752\u5c9b\u5b87\u68ee\u901a\u4fe1\u6709\u9650\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"bjhkywkjyxgsqdystxyxgsjj","description":"","corp_rep":"\u5f6d\u840d","website":"","capital":"500","established_at":"2015-09-09","headcount":"","reg_address":"","working_address":2599,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":13,"client_type":2,"sales_rep":1001,"main_contact":"","created_by":5096,"created_at":"2021-05-30 10:56:02","updated_at":"2025-09-16 16:06:36","main_business":"\u6280\u672f\u63a8\u5e7f\u670d\u52a1\uff0c\u9500\u552e\u8ba1\u7b97\u673a\uff0c\u8f6f\u4ef6\u53ca\u8f85\u52a9\u8bbe\u5907","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":4,"client_key_info_count":1,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":true,"is_public":1,"lost_contact_days":"1153.09632621213","last_arrive_days":"","last_contact":"2022-07-21 13:53:00","last_arrive":"","score":"13","clientType":{"id":2,"key":2,"name":"\u7cfb\u7edf\u96c6\u6210\u5546"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":157,"key":157,"name":"\u670b\u53cb\u4ecb\u7ecd"},"clientIndustry":{"id":13,"key":13,"name":"SI\/ISV"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","department_id":1,"avatar":{"id":55,"user_id":5096,"name":"\/files\/cdn\/a57be577deb434\/avatar\/dfb8e15a-c62e-3531-a805-e436f46176e6.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":2599,"name":"\u5317\u4eac\u534e\u79d1\u4e91\u7f51\u79d1\u6280\u6709\u9650\u516c\u53f8 \/\u9752\u5c9b\u5b87\u68ee\u901a\u4fe1\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"\u5317\u4eac\u5e02\u77f3\u666f\u5c71\u533a\u653f\u8fbe\u8def\u4e0e\u94f6\u6cb3\u5927\u8857\u4ea4\u53c9\u53e3\u897f\u5357150\u7c73","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.220038,39.90465)","created_by":5329,"created_at":"2021-05-30 10:56:02","updated_at":"2022-07-21 14:04:38","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"116.220038","lat":"39.90465"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":1350,"key":1350,"name":"\u5317\u4eac\u5e02\u77f3\u666f\u5c71\u533a\u6cf0\u79be\u957f\u5b89\u4e2d\u5fc3C\u5ea7 ","client_id":2092}],"contacts":[{"id":3616,"name":"\u5218\u632f\u5174","email":"","pinyin_shortcut":"lzx","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":2092,"supplier_id":"","created_by":5096,"created_at":"2021-05-30 11:03:09","updated_at":"2021-05-30 11:03:09","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"liu","pinyin2":"zhen","pinyin3":"xing","pinyin4":"","namecut1":"\u5218","namecut2":"\u632f","namecut3":"\u5174","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","user_status":"-1"},"mobiles":[{"id":4230,"contact_id":3616,"mobile":"15064889961","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":2599,"name":"\u5317\u4eac\u534e\u79d1\u4e91\u7f51\u79d1\u6280\u6709\u9650\u516c\u53f8 \/\u9752\u5c9b\u5b87\u68ee\u901a\u4fe1\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"\u5317\u4eac\u5e02\u77f3\u666f\u5c71\u533a\u653f\u8fbe\u8def\u4e0e\u94f6\u6cb3\u5927\u8857\u4ea4\u53c9\u53e3\u897f\u5357150\u7c73","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.220038,39.90465)","created_by":5329,"created_at":"2021-05-30 10:56:02","updated_at":"2022-07-21 14:04:38","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"116.220038","lat":"39.90465"}],"schedules":[],"cooperatedProjects":[{"id":2554,"client_id":2092}],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f1556\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1908,"name":"\u5149\u5b9d\u7535\u5b50(\u4e1c\u839e)\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"gbdzdgyxgs","description":"\u5916\u7701","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":2288,"telephone":"","fax":"","scale":"90000","branch":"","purchase_scale_per_yr":"0.0","purchase_freq":"0","company_nature":4,"client_class":43,"client_industry":5,"client_type":5,"sales_rep":1001,"main_contact":"","created_by":1005,"created_at":"2020-08-31 16:06:32","updated_at":"2025-09-16 16:06:36","main_business":"\u5f00\u5173\u751f\u4ea7","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":2,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.07063176769","last_arrive_days":"","last_contact":"2022-07-21 14:30:00","last_arrive":"","score":"8","clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":154,"key":154,"name":"\u5e7f\u544a\u63a8\u5e7f"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","department_id":1,"avatar":{"id":16,"user_id":1005,"name":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":2288,"name":"\u5149\u5b9d\u7535\u5b50(\u4e1c\u839e)\u6709\u9650\u516c\u53f8","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2020-09-08 15:46:07","updated_at":"2022-07-24 12:32:43","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":3320,"name":"\u4e25\u5148\u751f","email":"","pinyin_shortcut":"yxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"13763138577","telephone":"","client_id":1908,"supplier_id":"","created_by":1005,"created_at":"2020-08-31 16:06:32","updated_at":"2020-08-31 16:06:32","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"yan","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u4e25","namecut2":"\u5148","namecut3":"\u751f","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","user_status":"1"},"mobiles":[{"id":3688,"contact_id":3320,"mobile":"13763138577","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f1827\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":913,"name":"\u5929\u6d25\u6e24\u5929\u5316\u5de5\u6709\u9650\u8d23\u4efb\u516c\u53f8-\u5916\u5730","abbr":"","pinyin_shortcut":"tjbthgyxzrgswd","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1294,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":1,"client_class":43,"client_industry":5,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5045,"created_at":"2018-03-02 16:11:01","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.06160398991","last_arrive_days":"","last_contact":"2022-07-21 14:43:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"},"companyNature":{"id":1,"key":1,"name":"\u56fd\u6709\u4e0a\u5e02"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5045,"key":5045,"name":"\u5218\u5c0a\u559c","sex":"M","department_id":1,"avatar":{"id":29,"user_id":5045,"name":"\/files\/cdn\/a57be577deb434\/avatar\/6e8fd0a1-a836-309d-90a7-c16ee123e8aa.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1294,"name":"\u5929\u6d25\u6e24\u5929\u5316\u5de5\u6709\u9650\u8d23\u4efb\u516c\u53f8-\u5916\u5730","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2018-03-02 16:11:01","updated_at":"2022-07-28 17:38:23","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":1799,"name":"\u5218\u5b8f\u5b87","email":"","pinyin_shortcut":"lhy","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":913,"supplier_id":"","created_by":5045,"created_at":"2018-03-02 16:11:34","updated_at":"2018-03-02 16:11:34","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"liu","pinyin2":"hong","pinyin3":"yu","pinyin4":"","namecut1":"\u5218","namecut2":"\u5b8f","namecut3":"\u5b87","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5045,"key":5045,"name":"\u5218\u5c0a\u559c","sex":"M","user_status":"-1"},"mobiles":[{"id":1681,"contact_id":1799,"mobile":"13820563302","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2740\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":888,"name":"\u5357\u4eac\u9014\u725b\u65c5\u6e38\u7f51\u80a1\u4efd\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"njtnlywgfyxgs","description":"","corp_rep":"","website":"","capital":"5000","established_at":"","headcount":"","reg_address":"","working_address":1190,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":"","client_industry":19,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5043,"created_at":"2018-02-05 15:43:36","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":2,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.05813176769","last_arrive_days":"","last_contact":"2022-07-21 14:48:00","last_arrive":"","score":"","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":19,"key":19,"name":"OTT"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5043,"key":5043,"name":"\u5218\u79b9","sex":"M","department_id":1,"avatar":{"id":27,"user_id":5043,"name":"\/files\/cdn\/a57be577deb434\/avatar\/358d81fc-5a51-30de-82c7-b134e817960b.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1190,"name":"\u5357\u4eac\u9014\u725b\u65c5\u6e38\u7f51\u80a1\u4efd\u6709\u9650\u516c\u53f8","address1":"\u5317\u4eac\u5e02\u4e1c\u4e09\u73af\u4e2d\u8def9\u53f7\u5bcc\u5c14\u5927\u53a61008\u5ba4","address2":"","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u671d\u9633\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(0,0)","created_by":5208,"created_at":"2018-02-05 15:43:36","updated_at":"2020-12-22 15:00:47","state_id":110000,"city_id":110100,"region_id":110105,"country_id":1,"lng":"0","lat":"0"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":647,"key":647,"name":"\u5317\u4eac\u5e02\u4e1c\u4e09\u73af\u4e2d\u8def9\u53f7\u5bcc\u5c14\u5927\u53a61008\u5ba4","client_id":888}],"contacts":[{"id":1768,"name":"\u5218\u9510\uff08\u5357\u4eac\uff09","email":"","pinyin_shortcut":"lrnj","sex":"M","birth_date":"","department":"IT\u90e8","job_position":"\u7814\u53d1","mobile":"","telephone":"","client_id":888,"supplier_id":"","created_by":5043,"created_at":"2018-02-05 15:44:46","updated_at":"2018-02-05 17:27:36","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"liu","pinyin2":"rui","pinyin3":"nan","pinyin4":"jing","namecut1":"\u5218","namecut2":"\u9510","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5043,"key":5043,"name":"\u5218\u79b9","sex":"M","user_status":"-1"},"mobiles":[{"id":142,"contact_id":1768,"mobile":"13675160782","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":756,"name":"\u6cb3\u5317\u9f0e\u529b\u5de5\u7a0b\u9879\u76ee\u7ba1\u7406\u6709\u9650\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"hbdlgcxmglyxgsjj","description":"","corp_rep":"\u9ad8\u732e\u658c","website":"","capital":"900","established_at":"2016-09-09","headcount":"","reg_address":"","working_address":1049,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":20,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5015,"created_at":"2018-01-23 10:33:28","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":4,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.05465954546","last_arrive_days":"","last_contact":"2022-07-21 14:53:00","last_arrive":"","score":"13","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","department_id":9,"avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"commentCount":{},"workingAddress":{"id":1049,"name":"\u6cb3\u5317\u9f0e\u529b\u5de5\u7a0b\u9879\u76ee\u7ba1\u7406\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2018-01-23 10:33:28","updated_at":"2022-07-21 15:01:45","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":1611,"name":"\u6768\u6885","email":"","pinyin_shortcut":"ym","sex":"F","birth_date":"","department":"","job_position":"","mobile":"","telephone":"0312-2336231","client_id":756,"supplier_id":"","created_by":5015,"created_at":"2018-01-23 10:33:52","updated_at":"2018-01-23 10:33:52","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"yang","pinyin2":"mei","pinyin3":"","pinyin4":"","namecut1":"\u6768","namecut2":"\u6885","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","user_status":"-1"},"mobiles":[{"id":1534,"contact_id":1611,"mobile":"","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2779\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":703,"name":"\u6f4d\u574a\u6d69\u4fe1\u5eb7\u8fc8\u673a\u68b0\u5236\u4ef6\u6709\u9650\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"wfhxkmjxzjyxgsjj","description":"","corp_rep":"JOHNWATERS(\u7ea6\u7ff0.\u74e6\u7279\u65af) ","website":"https:\/\/www.conmet.com","capital":"1900","established_at":"2007-11-08","headcount":"","reg_address":"","working_address":992,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":5,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":1011,"created_at":"2018-01-19 17:00:58","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"usd","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":5,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.05118732324","last_arrive_days":"","last_contact":"2022-07-21 14:58:00","last_arrive":"","score":"15","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":5,"key":5,"name":"\u5236\u9020"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","department_id":3,"avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"},"department":{"id":3,"key":3,"name":"\u5546\u52a1\u90e8"}},"commentCount":{},"workingAddress":{"id":992,"name":"\u6f4d\u574a\u6d69\u4fe1\u5eb7\u8fc8\u673a\u68b0\u5236\u4ef6\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02\u660c\u9091\u5e02\u56f4\u5b50\u9547\u6d69\u4fe1\u5de5\u4e1a\u56ed","address2":"\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02\u660c\u9091\u5e02\u6d69\u4fe1\u5de5\u4e1a\u56ed","state":"\u5c71\u4e1c\u7701","city":"\u6f4d\u574a\u5e02","region":"\u660c\u9091\u5e02","zip":"","country":"\u4e2d\u56fd","geolocation":"(119.460155,36.833939)","created_by":5329,"created_at":"2018-01-19 17:00:58","updated_at":"2022-07-21 15:03:45","state_id":370000,"city_id":370700,"region_id":370786,"country_id":1,"lng":"119.460155","lat":"36.833939"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":501,"key":501,"name":"\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02\u660c\u9091\u5e02\u56f4\u5b50\u9547\u6d69\u4fe1\u5de5\u4e1a\u56ed","client_id":703}],"contacts":[{"id":1553,"name":"\u502a\u5148\u751f","email":"","pinyin_shortcut":"nxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":703,"supplier_id":"","created_by":1011,"created_at":"2018-01-19 17:01:18","updated_at":"2018-01-19 17:01:18","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"ni","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u502a","namecut2":"\u5148","namecut3":"\u751f","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","user_status":"1"},"mobiles":[{"id":1470,"contact_id":1553,"mobile":"15965027929","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":992,"name":"\u6f4d\u574a\u6d69\u4fe1\u5eb7\u8fc8\u673a\u68b0\u5236\u4ef6\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02\u660c\u9091\u5e02\u56f4\u5b50\u9547\u6d69\u4fe1\u5de5\u4e1a\u56ed","address2":"\u5c71\u4e1c\u7701\u6f4d\u574a\u5e02\u660c\u9091\u5e02\u6d69\u4fe1\u5de5\u4e1a\u56ed","state":"\u5c71\u4e1c\u7701","city":"\u6f4d\u574a\u5e02","region":"\u660c\u9091\u5e02","zip":"","country":"\u4e2d\u56fd","geolocation":"(119.460155,36.833939)","created_by":5329,"created_at":"2018-01-19 17:00:58","updated_at":"2022-07-21 15:03:45","state_id":370000,"city_id":370700,"region_id":370786,"country_id":1,"lng":"119.460155","lat":"36.833939"}],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2782\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":889,"name":"\u676d\u5dde\u987a\u7f51\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"hzswkjgfyxgs","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1191,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":19,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5043,"created_at":"2018-02-05 17:21:00","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.04077065657","last_arrive_days":"","last_contact":"2022-07-21 15:13:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":19,"key":19,"name":"OTT"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5043,"key":5043,"name":"\u5218\u79b9","sex":"M","department_id":1,"avatar":{"id":27,"user_id":5043,"name":"\/files\/cdn\/a57be577deb434\/avatar\/358d81fc-5a51-30de-82c7-b134e817960b.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1191,"name":"\u676d\u5dde\u987a\u7f51\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8","address1":"\u5317\u56db\u73af\u897f\u8def52\u53f7\u65b9\u6b63\u56fd\u9645\u5927\u53a6705","address2":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u65b9\u6b63\u56fd\u9645\u5927\u53a6","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.31315,39.984622)","created_by":5309,"created_at":"2018-02-05 17:21:00","updated_at":"2021-11-03 14:44:39","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.31315","lat":"39.984622"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":650,"key":650,"name":"\u5317\u56db\u73af\u897f\u8def52\u53f7\u65b9\u6b63\u56fd\u9645\u5927\u53a6705","client_id":889}],"contacts":[{"id":1770,"name":"\u6797\u5174\u534e\uff08\u676d\u5dde\uff09","email":"","pinyin_shortcut":"lxhhz","sex":"M","birth_date":"","department":"IT","job_position":"","mobile":"","telephone":"","client_id":889,"supplier_id":"","created_by":5043,"created_at":"2018-02-05 17:21:33","updated_at":"2018-02-05 17:25:03","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"lin","pinyin2":"xing","pinyin3":"hua","pinyin4":"hang","namecut1":"\u6797","namecut2":"\u5174","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5043,"key":5043,"name":"\u5218\u79b9","sex":"M","user_status":"-1"},"mobiles":[{"id":1147,"contact_id":1770,"mobile":"13989846195","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":1191,"name":"\u676d\u5dde\u987a\u7f51\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8","address1":"\u5317\u56db\u73af\u897f\u8def52\u53f7\u65b9\u6b63\u56fd\u9645\u5927\u53a6705","address2":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u65b9\u6b63\u56fd\u9645\u5927\u53a6","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.31315,39.984622)","created_by":5309,"created_at":"2018-02-05 17:21:00","updated_at":"2021-11-03 14:44:39","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.31315","lat":"39.984622"}],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2765\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":643,"name":"\u5510\u5c71\u8d64\u5965\u8fbe\u673a\u7535\u8bbe\u5907\u6709\u9650\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"tscadjdsbyxgsjj","description":"\u66fe\u7528\u540d\uff1a\u5510\u5c71\u8d64\u5965\u7535\u5668\u9500\u552e\u6709\u9650\u516c\u53f8","corp_rep":"\u90d1\u5b8f ","website":"","capital":"100","established_at":"2010-03-03","headcount":"","reg_address":"","working_address":930,"telephone":"0315-8085677","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":17,"client_type":5,"sales_rep":1001,"main_contact":"","created_by":1011,"created_at":"2018-01-17 09:23:08","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":5,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.01993732324","last_arrive_days":"","last_contact":"2022-07-21 15:43:00","last_arrive":"","score":"15","clientType":{"id":5,"key":5,"name":"\u5546\u4e1a"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":17,"key":17,"name":"\u96f6\u552e"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","department_id":3,"avatar":{"id":17,"user_id":1011,"name":"\/files\/cdn\/a57be577deb434\/avatar\/b54747f4-248d-380e-93bc-0f62f769e70d.png"},"department":{"id":3,"key":3,"name":"\u5546\u52a1\u90e8"}},"commentCount":{},"workingAddress":{"id":930,"name":"\u5510\u5c71\u8d64\u5965\u8fbe\u673a\u7535\u8bbe\u5907\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"\u5510\u5c71\u8def\u5357\u533a\u65b0\u534e\u897f\u9053118-8\u53f7\u65b0\u534e\u6b65\u884c\u885714\u680b22\u53f7","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2018-01-17 09:23:08","updated_at":"2022-07-21 15:48:32","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":562,"key":562,"name":"\u5510\u5c71\u8def\u5357\u533a\u65b0\u534e\u897f\u9053118-8\u53f7\u65b0\u534e\u6b65\u884c\u885714\u680b22\u53f7","client_id":643}],"contacts":[{"id":1486,"name":"\u5434\u5973\u58eb","email":"","pinyin_shortcut":"wns","sex":"F","birth_date":"","department":"","job_position":"","mobile":"","telephone":"0315-5106877","client_id":643,"supplier_id":"","created_by":1011,"created_at":"2018-01-17 09:30:17","updated_at":"2018-01-17 09:30:17","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"wu","pinyin2":"nyu","pinyin3":"shi","pinyin4":"","namecut1":"\u5434","namecut2":"\u5973","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","user_status":"1"},"mobiles":[{"id":1402,"contact_id":1486,"mobile":"","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2785\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1472,"name":"\u9655\u897f\u795e\u6cb3\u77f3\u6cb9\u6280\u672f\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"sxshsyjsyxgs","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1842,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":"","client_industry":16,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5015,"created_at":"2019-08-19 17:40:06","updated_at":"2025-09-16 16:06:36","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.00952065657","last_arrive_days":"","last_contact":"2022-07-21 15:58:00","last_arrive":"","score":"","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{},"clientFrom":{"id":154,"key":154,"name":"\u5e7f\u544a\u63a8\u5e7f"},"clientIndustry":{"id":16,"key":16,"name":"\u80fd\u6e90"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","department_id":9,"avatar":{"id":5,"user_id":5015,"name":"\/files\/cdn\/a57be577deb434\/avatar\/7a105eb6-13c4-3990-9428-b163f97fe449.png"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"commentCount":{},"workingAddress":{"id":1842,"name":"\u9655\u897f\u795e\u6cb3\u77f3\u6cb9\u6280\u672f\u6709\u9650\u516c\u53f8","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"(0,0)","created_by":5209,"created_at":"2019-08-19 17:40:06","updated_at":"2020-12-24 15:25:51","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"0","lat":"0"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":2861,"name":"\u5218\u5148\u751f","email":"","pinyin_shortcut":"lxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":1472,"supplier_id":"","created_by":5015,"created_at":"2019-08-19 17:40:29","updated_at":"2019-08-19 17:40:29","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"liu","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u5218","namecut2":"\u5148","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5015,"key":5015,"name":"\u5f20\u96ea\u677e","sex":"F","user_status":"-1"},"mobiles":[{"id":2989,"contact_id":2861,"mobile":"15891516315","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1464,"name":"\u82cf\u5dde\u4e39\u534e\u541b\u90fd\u623f\u5730\u4ea7\u5f00\u53d1\u6709\u9650\u516c\u53f8-\u5916\u5730","abbr":"","pinyin_shortcut":"szdhjdfdckfyxgswd","description":"\u4e0d\u9700\u8981","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1832,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":9,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5096,"created_at":"2019-08-11 21:43:25","updated_at":"2025-09-16 16:06:36","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.00952065657","last_arrive_days":"","last_contact":"2022-07-21 15:58:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":156,"key":156,"name":"\u5382\u5546\u4ecb\u7ecd"},"clientIndustry":{"id":9,"key":9,"name":"\u5730\u4ea7"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","department_id":1,"avatar":{"id":55,"user_id":5096,"name":"\/files\/cdn\/a57be577deb434\/avatar\/dfb8e15a-c62e-3531-a805-e436f46176e6.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1832,"name":"\u82cf\u5dde\u4e39\u534e\u541b\u90fd\u623f\u5730\u4ea7\u5f00\u53d1\u6709\u9650\u516c\u53f8-\u5916\u5730","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2019-08-11 21:43:25","updated_at":"2022-07-28 17:44:11","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":978,"key":978,"name":"\u82cf\u5dde\u5de5\u4e1a\u56ed\u533a\u6708\u4eae\u6e7e\u8def6\u53f7\u5170\u4ead\u534a\u5c9b\u751f\u6d3b\u5e7f\u573a1\u5e62201\u5ba4","client_id":1464}],"contacts":[{"id":2844,"name":"TOM ZHANG","email":"","pinyin_shortcut":"TOMZHANG","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":1464,"supplier_id":"","created_by":5096,"created_at":"2019-08-11 21:44:37","updated_at":"2019-08-11 21:44:37","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"tom","pinyin2":"zhang","pinyin3":"","pinyin4":"","namecut1":"t","namecut2":"o","namecut3":"m","namecut4":" ","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","user_status":"-1"},"mobiles":[{"id":2965,"contact_id":2844,"mobile":"13584848970","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2213\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1512,"name":"\u516d\u76d8\u6c34\u5b9d\u7fd4\u884c4s\u5e97-\u62d2\u7edd","abbr":"","pinyin_shortcut":"lpsbxx4sdjj","description":"\u5916\u7701","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1871,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0.0","purchase_freq":"0","company_nature":4,"client_class":43,"client_industry":20,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5096,"created_at":"2019-09-29 22:33:01","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.00604843435","last_arrive_days":"","last_contact":"2022-07-21 16:03:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":154,"key":154,"name":"\u5e7f\u544a\u63a8\u5e7f"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","department_id":1,"avatar":{"id":55,"user_id":5096,"name":"\/files\/cdn\/a57be577deb434\/avatar\/dfb8e15a-c62e-3531-a805-e436f46176e6.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1871,"name":"\u516d\u76d8\u6c34\u5b9d\u7fd4\u884c4s\u5e97-\u62d2\u7edd","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2019-10-07 21:09:39","updated_at":"2022-07-21 16:10:57","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":2918,"name":"\u6797\u5148\u751f","email":"","pinyin_shortcut":"lxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"18285875369","telephone":"","client_id":1512,"supplier_id":"","created_by":5096,"created_at":"2019-09-29 22:33:01","updated_at":"2019-09-29 22:33:01","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"lin","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u6797","namecut2":"\u5148","namecut3":"\u751f","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","user_status":"-1"},"mobiles":[{"id":3052,"contact_id":2918,"mobile":"18285875369","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2164\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1514,"name":"\u6728\u771f\u4e86\u65f6\u88c5-\u62d2\u7edd","abbr":"","pinyin_shortcut":"mzlszjj","description":"\u4e0d\u9700\u8981","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1892,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0.0","purchase_freq":"0","company_nature":4,"client_class":43,"client_industry":17,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5096,"created_at":"2019-09-29 22:33:19","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1153.00257621213","last_arrive_days":"","last_contact":"2022-07-21 16:08:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":154,"key":154,"name":"\u5e7f\u544a\u63a8\u5e7f"},"clientIndustry":{"id":17,"key":17,"name":"\u96f6\u552e"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","department_id":1,"avatar":{"id":55,"user_id":5096,"name":"\/files\/cdn\/a57be577deb434\/avatar\/dfb8e15a-c62e-3531-a805-e436f46176e6.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1892,"name":"\u6728\u771f\u4e86\u65f6\u88c5-\u62d2\u7edd","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2019-10-20 19:55:26","updated_at":"2022-07-21 16:13:03","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":2920,"name":"\u5f20\u5148\u751f","email":"","pinyin_shortcut":"zxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"13718652067","telephone":"","client_id":1514,"supplier_id":"","created_by":5096,"created_at":"2019-09-29 22:33:19","updated_at":"2019-09-29 22:33:19","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"zhang","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u5f20","namecut2":"\u5148","namecut3":"\u751f","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5096,"key":5096,"name":"\u674e\u6c5f\u661f","sex":"F","user_status":"-1"},"mobiles":[{"id":3054,"contact_id":2920,"mobile":"13718652067","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1094\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2164\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":1191,"name":"\u5065\u5ba2\u533b\u836f\u6709\u9650\u516c\u53f8-\u5df2\u79bb\u804c","abbr":"","pinyin_shortcut":"jkyyyxgsylz","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1615,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":6,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5088,"created_at":"2018-11-07 09:54:39","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.99910398991","last_arrive_days":"","last_contact":"2022-07-21 16:13:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":157,"key":157,"name":"\u670b\u53cb\u4ecb\u7ecd"},"clientIndustry":{"id":6,"key":6,"name":"\u7535\u5546"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5088,"key":5088,"name":"\u7f57\u7199","sex":"F","department_id":1,"avatar":{"id":53,"user_id":5088,"name":"\/files\/cdn\/a57be577deb434\/avatar\/c97f622e-1ed8-3eaf-a309-ea855e309de3.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{"object_id":1191,"comment":1},"workingAddress":{"id":1615,"name":"\u5065\u5ba2\u533b\u836f\u6709\u9650\u516c\u53f8-\u5df2\u79bb\u804c","address1":"","address2":"\u5317\u4eac\u5e02\u671d\u9633\u533a\u5b89\u8d1e\u8857\u9053\u5316\u4fe1\u5927\u53a6","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u671d\u9633\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.406767,39.975054)","created_by":5358,"created_at":"2018-11-07 09:54:39","updated_at":"2023-06-07 15:09:22","state_id":110000,"city_id":110100,"region_id":110105,"country_id":1,"lng":"116.406767","lat":"39.975054"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":842,"key":842,"name":"\u5316\u4fe1\u5927\u53a66\u5c42","client_id":1191}],"contacts":[{"id":2377,"name":"\u5b98\u51b2","email":"","pinyin_shortcut":"gc","sex":"M","birth_date":"","department":"\u6280\u672f\u90e8","job_position":"\u603b\u76d1","mobile":"","telephone":"","client_id":1191,"supplier_id":"","created_by":1003,"created_at":"2018-11-07 09:58:43","updated_at":"2018-11-07 09:58:43","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"guan","pinyin2":"chong","pinyin3":"","pinyin4":"","namecut1":"\u5b98","namecut2":"\u51b2","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","user_status":"-1"},"mobiles":[{"id":2364,"contact_id":2377,"mobile":"13910849346","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":1615,"name":"\u5065\u5ba2\u533b\u836f\u6709\u9650\u516c\u53f8-\u5df2\u79bb\u804c","address1":"","address2":"\u5317\u4eac\u5e02\u671d\u9633\u533a\u5b89\u8d1e\u8857\u9053\u5316\u4fe1\u5927\u53a6","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u671d\u9633\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.406767,39.975054)","created_by":5358,"created_at":"2018-11-07 09:54:39","updated_at":"2023-06-07 15:09:22","state_id":110000,"city_id":110100,"region_id":110105,"country_id":1,"lng":"116.406767","lat":"39.975054"}],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1093\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2491\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":66,"name":"\u5408\u4f17\u4eba\u5bff\u4fdd\u9669\u80a1\u4efd\u6709\u9650\u516c\u53f8-S","abbr":"","pinyin_shortcut":"hzrsbxgfyxgsS","description":"","corp_rep":"","website":"","capital":"428277","established_at":"2005-01-28","headcount":"","reg_address":143,"working_address":144,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"2000","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":10,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":1008,"created_at":"2017-02-15 18:14:52","updated_at":"2025-09-16 16:11:30","main_business":"\u4eba\u5bff\u4fdd\u9669","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":3,"client_key_info_count":1,"contact_count":3,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.99563176769","last_arrive_days":"","last_contact":"2022-07-21 16:18:00","last_arrive":"","score":"20","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":166,"key":166,"name":"cold call"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1008,"key":1008,"name":"\u5218\u66e6\u7433","sex":"M","department_id":1,"avatar":{"id":19,"user_id":1008,"name":"\/files\/cdn\/a57be577deb434\/avatar\/25b2f268-b259-387a-a4ec-a7bbc025565a.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{"object_id":66,"comment":1},"workingAddress":{"id":144,"name":"\u5408\u4f17\u4eba\u5bff\u4fdd\u9669\u80a1\u4efd\u6709\u9650\u516c\u53f8-S","address1":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u674f\u77f3\u53e3\u8def8\u53f7\u5408\u4f17\u5927\u53a63\u5c42","address2":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u674f\u77f3\u53e3\u8def8\u53f7\u5408\u4f17\u5927\u53a63\u5c42","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.26948,39.947704)","created_by":5309,"created_at":"2017-02-15 18:14:52","updated_at":"2021-11-26 14:48:16","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.26948","lat":"39.947704"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":156,"key":156,"name":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u674f\u77f3\u53e3\u8def8\u53f7\u5408\u4f17\u5927\u53a63\u5c42","client_id":66},{"id":157,"key":157,"name":"\u6e56\u5317\u7701\u6b66\u6c49\u5e02\u6c5f\u6c49\u533a\u6cbf\u6c5f\u4e00\u53f7MALL\u5199\u5b57\u697cB\u5ea711F\u300112F","client_id":66}],"contacts":[{"id":2219,"name":"\u5f90\u71da","email":"xuyi@ulic.com.cn","pinyin_shortcut":"xy","sex":"F","birth_date":"","department":"\u603b\u516c\u53f8\u4fe1\u606f\u7ba1\u7406\u4e2d\u5fc3","job_position":"","mobile":"","telephone":"59949052","client_id":66,"supplier_id":"","created_by":5072,"created_at":"2018-08-31 16:25:06","updated_at":"2018-09-03 14:25:20","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"010","telephone_extension_number":"","mp_open_id":"","pinyin1":"xu","pinyin2":"yi","pinyin3":"","pinyin4":"","namecut1":"\u5f90","namecut2":"\u71da","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5072,"key":5072,"name":"\u4e8e\u7b60\u6052","sex":"M","user_status":"-1"},"mobiles":[],"contactKeyRoles":[{"id":136,"key":136,"name":"\u6280\u672f\u51b3\u7b56\u4eba"},{"id":137,"key":137,"name":"\u4f7f\u7528\u51b3\u7b56\u4eba"}],"contactAttitude":""},{"id":2218,"name":"\u97e9\u7b11\u8fb0","email":"","pinyin_shortcut":"hxc","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"","client_id":66,"supplier_id":"","created_by":5072,"created_at":"2018-08-31 16:24:24","updated_at":"2018-09-03 14:08:05","user_status":1,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"han","pinyin2":"xiao","pinyin3":"chen","pinyin4":"","namecut1":"\u97e9","namecut2":"\u7b11","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":1,"key":1,"name":"\u79bb\u804c"},"createdBy":{"id":5072,"key":5072,"name":"\u4e8e\u7b60\u6052","sex":"M","user_status":"-1"},"mobiles":[{"id":2179,"contact_id":2218,"mobile":"18618188155","mp_open_id":""}],"contactKeyRoles":[{"id":135,"key":135,"name":"\u91c7\u8d2d\u51b3\u7b56\u4eba"}],"contactAttitude":""},{"id":2360,"name":"\u8d75\u56ed","email":"","pinyin_shortcut":"zy","sex":"M","birth_date":"","department":"\u5317\u4eac\u603b\u90e8-IT\u8fd0\u7ef4","job_position":"\u6280\u672f\u7ecf\u7406","mobile":"","telephone":"","client_id":66,"supplier_id":"","created_by":5072,"created_at":"2018-10-31 10:30:18","updated_at":"2018-10-31 10:30:18","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"zhao","pinyin2":"yuan","pinyin3":"","pinyin4":"","namecut1":"\u8d75","namecut2":"\u56ed","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5072,"key":5072,"name":"\u4e8e\u7b60\u6052","sex":"M","user_status":"-1"},"mobiles":[],"contactKeyRoles":[],"contactAttitude":""},{"id":2359,"name":"\u5f20\u5b66\u5168","email":"","pinyin_shortcut":"zxq","sex":"M","birth_date":"","department":"\u6b66\u6c49IT\u90e8\u95e8","job_position":"\u5b89\u5168\u7ecf\u7406","mobile":"","telephone":"85481688","client_id":66,"supplier_id":"","created_by":5072,"created_at":"2018-10-31 10:29:40","updated_at":"2018-10-31 10:29:40","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"027","telephone_extension_number":"89253","mp_open_id":"","pinyin1":"zhang","pinyin2":"xue","pinyin3":"quan","pinyin4":"","namecut1":"\u5f20","namecut2":"\u5b66","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5072,"key":5072,"name":"\u4e8e\u7b60\u6052","sex":"M","user_status":"-1"},"mobiles":[],"contactKeyRoles":[{"id":136,"key":136,"name":"\u6280\u672f\u51b3\u7b56\u4eba"}],"contactAttitude":{"id":140,"key":140,"name":"\u4e2d\u7acb"}},{"id":753,"name":"\u5f90\u6bc5","email":"","pinyin_shortcut":"xy","sex":"F","birth_date":"","department":"\u4fe1\u606f\u79d1\u6280\u90e8","job_position":"\u5de5\u7a0b\u5e08","mobile":"","telephone":"","client_id":66,"supplier_id":"","created_by":1008,"created_at":"2017-05-31 10:27:10","updated_at":"2018-03-02 20:02:56","user_status":1,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"xu","pinyin2":"yi","pinyin3":"","pinyin4":"","namecut1":"\u5f90","namecut2":"\u6bc5","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":1,"key":1,"name":"\u79bb\u804c"},"createdBy":{"id":1008,"key":1008,"name":"\u5218\u66e6\u7433","sex":"M","user_status":"-1"},"mobiles":[{"id":757,"contact_id":753,"mobile":"13661058731","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":144,"name":"\u5408\u4f17\u4eba\u5bff\u4fdd\u9669\u80a1\u4efd\u6709\u9650\u516c\u53f8-S","address1":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u674f\u77f3\u53e3\u8def8\u53f7\u5408\u4f17\u5927\u53a63\u5c42","address2":"\u5317\u4eac\u5e02\u6d77\u6dc0\u533a\u674f\u77f3\u53e3\u8def8\u53f7\u5408\u4f17\u5927\u53a63\u5c42","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.26948,39.947704)","created_by":5309,"created_at":"2017-02-15 18:14:52","updated_at":"2021-11-26 14:48:16","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.26948","lat":"39.947704"}],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1093\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f3120\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":991,"name":"\u5b81\u6ce2\u8bfa\u4fe1\u777f\u805a\u6295\u8d44\u6709\u9650\u8d23\u4efb\u516c\u53f8","abbr":"","pinyin_shortcut":"nbnxrjtzyxzrgs","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1390,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":"","client_industry":20,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5026,"created_at":"2018-05-21 16:36:51","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.96438176769","last_arrive_days":"","last_contact":"2022-07-21 17:03:00","last_arrive":"","score":"","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5026,"key":5026,"name":"\u4e1c\u5cf0","sex":"M","department_id":1,"avatar":{"id":21,"user_id":5026,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e5e8169c-b6d3-39f9-ba9f-13304ee0b639.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1390,"name":"\u5b81\u6ce2\u8bfa\u4fe1\u777f\u805a\u6295\u8d44\u6709\u9650\u8d23\u4efb\u516c\u53f8","address1":"","address2":"\u5b81\u6ce2\u8bfa\u4fe1\u777f\u805a\u6295\u8d44\u6709\u9650\u8d23\u4efb\u516c\u53f8","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.369184,39.980027)","created_by":5304,"created_at":"2018-05-21 16:36:51","updated_at":"2021-09-09 10:37:46","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.369184","lat":"39.980027"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":1963,"name":"\u5f20\u6714","email":"","pinyin_shortcut":"zs","sex":"M","birth_date":"","department":"\u6280\u672f\u90e8","job_position":"\u8fd0\u7ef4\u7ecf\u7406","mobile":"","telephone":"","client_id":991,"supplier_id":"","created_by":5026,"created_at":"2018-05-21 16:37:20","updated_at":"2018-07-28 22:37:41","user_status":2,"description":"","contact_type":"1","contact_attitude":1,"telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"zhang","pinyin2":"shuo","pinyin3":"","pinyin4":"","namecut1":"\u5f20","namecut2":"\u6714","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5026,"key":5026,"name":"\u4e1c\u5cf0","sex":"M","user_status":"-1"},"mobiles":[{"id":2027,"contact_id":1963,"mobile":"18810178886","mp_open_id":""}],"contactKeyRoles":[{"id":137,"key":137,"name":"\u4f7f\u7528\u51b3\u7b56\u4eba"}],"contactAttitude":{"id":140,"key":140,"name":"\u4e2d\u7acb"}}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":1390,"name":"\u5b81\u6ce2\u8bfa\u4fe1\u777f\u805a\u6295\u8d44\u6709\u9650\u8d23\u4efb\u516c\u53f8","address1":"","address2":"\u5b81\u6ce2\u8bfa\u4fe1\u777f\u805a\u6295\u8d44\u6709\u9650\u8d23\u4efb\u516c\u53f8","state":"\u5317\u4eac\u5e02","city":"\u5e02\u8f96\u533a","region":"\u6d77\u6dc0\u533a","zip":"","country":"\u4e2d\u56fd","geolocation":"(116.369184,39.980027)","created_by":5304,"created_at":"2018-05-21 16:36:51","updated_at":"2021-09-09 10:37:46","state_id":110000,"city_id":110100,"region_id":110108,"country_id":1,"lng":"116.369184","lat":"39.980027"}],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":113,"name":"\u5317\u4eac\u901a\u878d\u901a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"bjtrtxxjsyxgsjj","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1264,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"500","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":10,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":1007,"created_at":"2017-02-24 23:06:54","updated_at":"2025-09-16 16:11:30","main_business":"\u652f\u4ed8","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":1,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.22132621213","last_arrive_days":"","last_contact":"2022-07-22 10:53:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":10,"key":10,"name":"\u91d1\u878d"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1007,"key":1007,"name":"\u5b59\u6167","sex":"F","department_id":9,"avatar":{"id":7,"user_id":1007,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1007.jpg"},"department":{"id":9,"key":9,"name":"\u9879\u76ee\u90e8"}},"commentCount":{},"workingAddress":{"id":1264,"name":"\u5317\u4eac\u901a\u878d\u901a\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"","created_by":5329,"created_at":"2018-02-08 19:36:57","updated_at":"2022-07-22 11:03:41","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"","lat":""},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":853,"name":"\u738b\u98ce\u96f7","email":"458551523@qq.com","pinyin_shortcut":"wfl","sex":"M","birth_date":"","department":"\u8fd0\u7ef4\u7ba1\u7406","job_position":"\u8fd0\u7ef4\u7ba1\u7406","mobile":"","telephone":"","client_id":113,"supplier_id":"","created_by":1007,"created_at":"2017-06-16 14:46:45","updated_at":"2022-07-22 11:03:41","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"wang","pinyin2":"feng","pinyin3":"lei","pinyin4":"","namecut1":"\u738b","namecut2":"\u98ce","namecut3":"\u96f7","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1007,"key":1007,"name":"\u5b59\u6167","sex":"F","user_status":"-1"},"mobiles":[{"id":842,"contact_id":853,"mobile":"13522475678","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1093\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f3111\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":945,"name":"\u5317\u4eac\u5982\u6587\u601d\u79d1\u6280\u4fe1\u606f\u54a8\u8be2\u6709\u9650\u516c\u53f8\u65e5\u7167\u5206\u516c\u53f8-\u62d2\u7edd","abbr":"","pinyin_shortcut":"bjrwskjxxzxyxgsrzfgsjj","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":1340,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":43,"client_industry":20,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":5026,"created_at":"2018-04-12 11:31:53","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":true,"is_public":1,"lost_contact_days":"1152.07202065657","last_arrive_days":"","last_contact":"2022-07-22 14:28:00","last_arrive":"","score":"8","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{"id":43,"key":43,"name":"\u6f5c\u529b\u5ba2\u6237","notice_days":60,"color":"#1EE6DC","visit_base":15},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5026,"key":5026,"name":"\u4e1c\u5cf0","sex":"M","department_id":1,"avatar":{"id":21,"user_id":5026,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e5e8169c-b6d3-39f9-ba9f-13304ee0b639.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":1340,"name":"\u5317\u4eac\u5982\u6587\u601d\u79d1\u6280\u4fe1\u606f\u54a8\u8be2\u6709\u9650\u516c\u53f8\u65e5\u7167\u5206\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"\u5c71\u4e1c\u7701\u65e5\u7167\u5e02\u4e94\u83b2\u53bf\u5c71\u4e1c\u8def\u4e0e\u70df\u53f0\u8def\u4ea4\u53c9\u53e3","state":"\u5c71\u4e1c\u7701","city":"\u65e5\u7167\u5e02","region":"\u4e94\u83b2\u53bf","zip":"","country":"\u4e2d\u56fd","geolocation":"(119.218874,35.797601)","created_by":5329,"created_at":"2018-04-12 11:31:53","updated_at":"2022-07-22 14:34:18","state_id":370000,"city_id":371100,"region_id":371121,"country_id":1,"lng":"119.218874","lat":"35.797601"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":{"client_id":945,"hours":"2.5","times":1},"reimbursementAmountSum":"","addresses":[],"contacts":[{"id":1886,"name":"\u674e\u6377","email":"","pinyin_shortcut":"lj","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"368919","client_id":945,"supplier_id":"","created_by":5026,"created_at":"2018-04-12 11:32:55","updated_at":"2018-04-12 11:32:55","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"0663","telephone_extension_number":"","mp_open_id":"","pinyin1":"li","pinyin2":"jie","pinyin3":"","pinyin4":"","namecut1":"\u674e","namecut2":"\u6377","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5026,"key":5026,"name":"\u4e1c\u5cf0","sex":"M","user_status":"-1"},"mobiles":[{"id":1758,"contact_id":1886,"mobile":"13666337995","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[{"id":1340,"name":"\u5317\u4eac\u5982\u6587\u601d\u79d1\u6280\u4fe1\u606f\u54a8\u8be2\u6709\u9650\u516c\u53f8\u65e5\u7167\u5206\u516c\u53f8-\u62d2\u7edd","address1":"","address2":"\u5c71\u4e1c\u7701\u65e5\u7167\u5e02\u4e94\u83b2\u53bf\u5c71\u4e1c\u8def\u4e0e\u70df\u53f0\u8def\u4ea4\u53c9\u53e3","state":"\u5c71\u4e1c\u7701","city":"\u65e5\u7167\u5e02","region":"\u4e94\u83b2\u53bf","zip":"","country":"\u4e2d\u56fd","geolocation":"(119.218874,35.797601)","created_by":5329,"created_at":"2018-04-12 11:31:53","updated_at":"2022-07-22 14:34:18","state_id":370000,"city_id":371100,"region_id":371121,"country_id":1,"lng":"119.218874","lat":"35.797601"}],"schedules":[],"cooperatedProjects":[{"id":698,"client_id":945},{"id":894,"client_id":945}],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"#1EE6DC","overdue_display":"\u903e\u671f1093\u5929\u672a\u8054\u7cfb","last_arrive_overdue_display":"\u903e\u671f2700\u5929\u672a\u62dc\u8bbf","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":190,"name":"\u5317\u4eac\u8000\u4e2d\u56fd\u9645\u5b66\u6821","abbr":"","pinyin_shortcut":"bjyzgjxx","description":"","corp_rep":"","website":"","capital":"","established_at":"2011-03-22","headcount":"200","reg_address":"","working_address":402,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"100","purchase_freq":"3","company_nature":6,"client_class":"","client_industry":24,"client_type":1,"sales_rep":1001,"main_contact":"","created_by":1003,"created_at":"2017-03-17 11:46:53","updated_at":"2025-09-16 16:06:36","main_business":"\u56fd\u9645\u5b66\u6821 \u6559\u80b2","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":2,"client_key_info_count":2,"contact_count":4,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.07202065657","last_arrive_days":"","last_contact":"2022-07-22 14:28:00","last_arrive":"","score":"","clientType":{"id":1,"key":1,"name":"\u653f\u5e9c"},"clientClass":{},"clientFrom":{"id":153,"key":153,"name":"\u516c\u6d77\u5ba2\u6237"},"clientIndustry":{"id":24,"key":24,"name":"\u6559\u80b2\uff08\u666e\u6559\uff09"},"companyNature":{"id":6,"key":6,"name":"\u5916\u8d44\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","department_id":1,"avatar":{"id":11,"user_id":1003,"name":"\/files\/cdn\/a57be577deb434\/avatar\/1003.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":402,"name":"\u5317\u4eac\u8000\u4e2d\u56fd\u9645\u5b66\u6821","address1":"\u5317\u4eac\u5e02\u671d\u9633\u533a\u5317\u8def\u516b\u91cc\u5e845\u53f7","address2":"","state":"\u5317\u4eac","city":"\u671d\u9633\u533a","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"(0,0)","created_by":5209,"created_at":"2017-03-17 11:46:53","updated_at":"2020-12-17 15:40:42","state_id":110000,"city_id":110100,"region_id":"","country_id":1,"lng":"0","lat":"0"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":616,"key":616,"name":"\u5317\u4eac\u5e02\u671d\u9633\u533a\u5317\u8def\u516b\u91cc\u5e845\u53f7","client_id":190}],"contacts":[{"id":379,"name":"\u6717\u8001\u5e08","email":"zhangyunyi@bj.ycef.com","pinyin_shortcut":"lls","sex":"M","birth_date":"","department":"IT\u90e8","job_position":"\u4e3b\u4efb","mobile":"","telephone":"85851827","client_id":190,"supplier_id":"","created_by":1003,"created_at":"2017-03-17 11:49:01","updated_at":"2018-06-20 09:41:26","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"lang","pinyin2":"lao","pinyin3":"shi","pinyin4":"","namecut1":"\u6717","namecut2":"\u8001","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1003,"key":1003,"name":"\u5415\u5174\u5143","sex":"M","user_status":"-1"},"mobiles":[{"id":393,"contact_id":379,"mobile":"","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""},{"id":2197,"name":"\u9ad8\u8001\u5e08","email":"","pinyin_shortcut":"gls","sex":"M","birth_date":"","department":"","job_position":"","mobile":"","telephone":"85851833","client_id":190,"supplier_id":"","created_by":5026,"created_at":"2018-08-27 14:32:57","updated_at":"2018-08-27 14:32:57","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"gao","pinyin2":"lao","pinyin3":"shi","pinyin4":"","namecut1":"\u9ad8","namecut2":"\u8001","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5026,"key":5026,"name":"\u4e1c\u5cf0","sex":"M","user_status":"-1"},"mobiles":[],"contactKeyRoles":[{"id":137,"key":137,"name":"\u4f7f\u7528\u51b3\u7b56\u4eba"}],"contactAttitude":""},{"id":6078,"name":"Lina Sun","email":"sunlina@ycyw.cn","pinyin_shortcut":"LinaSun","sex":"F","birth_date":"","department":"\u91c7\u8d2d\u90e8","job_position":"\u91c7\u8d2d","mobile":"","telephone":"","client_id":190,"supplier_id":"","created_by":1011,"created_at":"2025-06-20 13:23:03","updated_at":"2025-06-20 13:23:03","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"lina","pinyin2":"sun","pinyin3":"","pinyin4":"","namecut1":"l","namecut2":"i","namecut3":"n","namecut4":"a","is_mp_bind":false,"contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","user_status":"1"},"mobiles":[{"id":6859,"contact_id":6078,"mobile":"15110293363","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""},{"id":6079,"name":"\u5f20\u5b81","email":"jennyz@ycis.com","pinyin_shortcut":"zn","sex":"M","birth_date":"","department":"IT","job_position":"Head of IT Dept.","mobile":"","telephone":"85851824","client_id":190,"supplier_id":"","created_by":1011,"created_at":"2025-06-20 13:32:14","updated_at":"2025-06-20 13:32:14","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"010","telephone_extension_number":"","mp_open_id":"","pinyin1":"zhang","pinyin2":"ning","pinyin3":"","pinyin4":"","namecut1":"\u5f20","namecut2":"\u5b81","namecut3":"","namecut4":"","is_mp_bind":false,"contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":1011,"key":1011,"name":"\u97e9\u96c5\u82b3","sex":"F","user_status":"1"},"mobiles":[{"id":6860,"contact_id":6079,"mobile":"13910028305","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":2119,"name":"\u5b89\u5fbd\u957f\u6cf0\u79d1\u6280\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"ahctkjyxgs","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":"","telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0.0","purchase_freq":"0","company_nature":5,"client_class":"","client_industry":"","client_type":"","sales_rep":1001,"main_contact":"","created_by":5309,"created_at":"2021-12-02 15:41:44","updated_at":"2025-09-16 16:06:36","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:06:36","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":0,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":false,"is_public":1,"lost_contact_days":"1152.04771510102","last_arrive_days":"","last_contact":"2022-07-22 15:03:00","last_arrive":"","score":"","clientType":{},"clientClass":{},"clientFrom":{},"clientIndustry":{},"companyNature":{"id":5,"key":5,"name":"\u7cfb\u7edf\u96c6\u6210\u5546"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5309,"key":5309,"name":"\u7518\u83b9\u83b9","sex":"F","department_id":1,"avatar":{"id":146,"user_id":5309,"name":"\/files\/cdn\/a57be577deb434\/avatar\/496ea3ba-3c34-39fd-93ca-6f59a82353ea.png"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":"","unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[],"contacts":[{"id":3835,"name":"\u8096\u5148\u751f","email":"","pinyin_shortcut":"xxs","sex":"M","birth_date":"","department":"","job_position":"","mobile":"18705512313","telephone":"","client_id":2119,"supplier_id":"","created_by":5309,"created_at":"2021-12-02 15:41:44","updated_at":"2021-12-02 15:41:44","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"xiao","pinyin2":"xian","pinyin3":"sheng","pinyin4":"","namecut1":"\u8096","namecut2":"\u5148","namecut3":"\u751f","namecut4":"","is_mp_bind":false,"contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5309,"key":5309,"name":"\u7518\u83b9\u83b9","sex":"F","user_status":"-1"},"mobiles":[{"id":4653,"contact_id":3835,"mobile":"18705512313","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true},{"id":2019,"name":"\u6e56\u5317\u534e\u7279\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","abbr":"","pinyin_shortcut":"hbhtxxjsyxgs","description":"","corp_rep":"","website":"","capital":"","established_at":"","headcount":"","reg_address":"","working_address":2460,"telephone":"","fax":"","scale":"","branch":"","purchase_scale_per_yr":"0","purchase_freq":"","company_nature":4,"client_class":"","client_industry":20,"client_type":2,"sales_rep":1001,"main_contact":"","created_by":5089,"created_at":"2020-12-25 16:58:43","updated_at":"2025-09-16 16:11:30","main_business":"","deleted":false,"capital_currency":"rmb","invoice_info":"","logo":"","en_name":"","pick_at":"2025-09-16 16:11:30","it_budget":"","deployment_mode":"","it_per_num":"","public_relations_difficulty":"","it_status":"","decision_process":"","coach":"","competitor":"","peers":"","supplier":"","main_product":"","client_base_info_count":1,"client_key_info_count":0,"contact_count":1,"visit_count":0,"cooperate_count":0,"case_pre_sales_count":0,"case_implement_count":0,"is_overdue_remind":false,"from_contact":"","tax_no":"","cooperated":true,"is_public":1,"lost_contact_days":"1151.98521510102","last_arrive_days":"","last_contact":"2022-07-22 16:33:00","last_arrive":"","score":"","clientType":{"id":2,"key":2,"name":"\u7cfb\u7edf\u96c6\u6210\u5546"},"clientClass":{},"clientFrom":{"id":156,"key":156,"name":"\u5382\u5546\u4ecb\u7ecd"},"clientIndustry":{"id":20,"key":20,"name":"\u5176\u4ed6"},"companyNature":{"id":4,"key":4,"name":"\u6c11\u8425\u4f01\u4e1a"},"salesRep":{"id":1001,"key":1001,"name":"\u5218\u4eba\u8bda","sex":"M","client_lock":false,"avatar":{"id":2,"user_id":1001,"name":"\/files\/cdn\/a57be577deb434\/avatar\/9f73cfbd-bae6-3b50-b7ac-61b936c40727.png"}},"createdBy":{"id":5089,"key":5089,"name":"\u5b59\u5a77\u5a77","sex":"F","department_id":1,"avatar":{"id":52,"user_id":5089,"name":"\/files\/cdn\/a57be577deb434\/avatar\/e3f43e80-a7e2-33bb-b317-0185418330b4.jpg"},"department":{"id":1,"key":1,"name":"\u9500\u552e\u90e8"}},"commentCount":{},"workingAddress":{"id":2460,"name":"\u6e56\u5317\u534e\u7279\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","address1":"","address2":"","state":"","city":"","region":"","zip":"","country":"\u4e2d\u56fd","geolocation":"(0,0)","created_by":5089,"created_at":"2020-12-25 16:58:43","updated_at":"2020-12-25 16:58:43","state_id":"","city_id":"","region_id":"","country_id":1,"lng":"0","lat":"0"},"unCloseCases":[],"workLogCount":"","caseCount":"","salesTimeCount":"","implementTimeCount":"","presalesTimeCount":"","engineerTimeCount":"","reimbursementAmountSum":"","addresses":[{"id":1302,"key":1302,"name":"\u6b66\u6c49\u5e02\u6c5f\u6c49\u533a\u65b0\u534e\u8857296\u53f7\u6c49\u6c5f\u56fd\u96451\u680b1\u5355\u514312\u5c4213\u5ba4","client_id":2019}],"contacts":[{"id":3486,"name":"\u9648\u7231\u6843","email":"","pinyin_shortcut":"cat","sex":"M","birth_date":"","department":"","job_position":"\u9500\u552e","mobile":"","telephone":"","client_id":2019,"supplier_id":"","created_by":5089,"created_at":"2020-12-25 16:59:38","updated_at":"2020-12-25 16:59:38","user_status":2,"description":"","contact_type":"1","contact_attitude":"","telephone_area_code":"","telephone_extension_number":"","mp_open_id":"","pinyin1":"chen","pinyin2":"ai","pinyin3":"tao","pinyin4":"","namecut1":"\u9648","namecut2":"\u7231","namecut3":"","namecut4":"","is_mp_bind":"","contactStatus":{"id":2,"key":2,"name":"\u5728\u804c"},"createdBy":{"id":5089,"key":5089,"name":"\u5b59\u5a77\u5a77","sex":"F","user_status":"-1"},"mobiles":[{"id":3992,"contact_id":3486,"mobile":"15071008266","mp_open_id":""}],"contactKeyRoles":[],"contactAttitude":""}],"unreadComments":{},"fromContact":"","workingAddresses":[],"schedules":[],"cooperatedProjects":[{"id":2059,"client_id":2019}],"unread":0,"lost_contact_days_display":"3\u5e74\u524d","last_arrive_days_display":"","bgcolor":"gray","overdue_display":"","last_arrive_overdue_display":"","can_pick_up":false,"can_transfer":true,"can_update":true,"can_delete":false,"can_give_up":true,"can_create_contact":true,"can_edit_contact":true}],"thisUser":"","extra":0,"is_lock":false,"unlock_count":1614,"can_lock":true,"can_create":true,"can_import":true,"can_export":true,"can_transfer":true,"can_delete":true,"can_give_up":true,"can_create_work_log":true,"can_create_schedule":true,"pagenation":{"totalcount":1931,"thispage":2,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-09-16 16:11:42') RETURNING "id"
16:11:42.5412.3 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
16:11:42.5391.9 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
16:11:42.6611.6 msyii\db\Command::querySELECT "c"."client_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(left_at - arrived_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_implement_records" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=2) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("c"."client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "c"."client_id"
16:11:42.6651.5 msyii\db\Command::querySELECT "client_id", sum(amount) AS sum FROM "a57be577deb434"."tbl_reimbursements" WHERE ("status" IN (2, 3)) AND ("occurrence_at" >= '2025-01-01 00:00:00') AND ("occurrence_at" <= '2025-12-31 23:59:59') AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "client_id"
16:11:42.5441.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:11:42.6631.4 msyii\db\Command::querySELECT "c"."client_id", sum(hours), sum(times) as times FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN (SELECT "case_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_pre_sales" WHERE "is_draft"=FALSE GROUP BY "case_id") "i" ON i.case_id = c.id WHERE ("case_type"=1) AND ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("c"."client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "c"."client_id"
16:11:42.6671.3 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_contacts" WHERE "client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)
16:11:42.6941.3 msyii\db\Command::querySELECT s.id, client_id, project_id, schedule_title, complete_at, start_at, end_at, created_by, is_complete, is_closed, complete_description, set_top_at, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (("is_complete"=FALSE) OR ("complete_at" >= '2025-09-02')) AND ((("is_public"=1) AND ("created_by" != 1001)) OR ("created_by"=1001) OR ("ccr"."user_id"=1001)) AND ("s"."client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, end_at DESC
16:11:42.6571.2 msyii\db\Command::querySELECT "id", "client_id" FROM "a57be577deb434"."tbl_cases" WHERE ("case_status" NOT IN (5, 6)) AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019))
16:11:42.6591.1 msyii\db\Command::querySELECT "client_id", count(id) as count FROM "a57be577deb434"."tbl_cases" WHERE ("created_at" >= '2025-01-01 00:00:00') AND ("created_at" <= '2025-12-31 23:59:59') AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "client_id"
16:11:42.6711.0 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3835, 2219, 2218, 3320, 2377, 1963, 3486, 1768, 379, 2360, 2359, 753, 853, 1770, 1611, 1486, 1553, 1799, 1886, 2861, 2918, 2920, 2197, 3616, 2844, 6078, 6079)
16:11:42.6700.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_contact_mobiles" WHERE "contact_id" IN (3835, 2219, 2218, 3320, 2377, 1963, 3486, 1768, 379, 2360, 2359, 753, 853, 1770, 1611, 1486, 1553, 1799, 1886, 2861, 2918, 2920, 2197, 3616, 2844, 6078, 6079)
16:11:42.6280.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)
16:11:42.7310.9 msyii\db\Command::executeUPDATE "a57be577deb434"."tbl_visit_module_histories" SET "num"=13, "last_visit_at"='now()' WHERE "id"=56605
16:11:42.6290.9 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=14) AND ("id" IN (100, 45, 97, 102, 106, 101, 165, 179, 142, 9, 182, 170, 46, 1, 2, 7, 107, 137, 154, 135, 140, 128, 167, 185, 191, 315, 168, 131, 173, 164, 2100000000, 94, 226, 153, 8, 166, 156, 93, 5, 183, 188, 184, 189, 197, 199, 172, 171, 181, 160, 205, 204, 193, 196, 210, 212, 200, 175, 194, 317, 319, 6, 229, 215, 214, 313, 157, 232, 340, 320, 344, 114, 112, 323, 349, 354, 359, 365, 369, 374, 377, 341, 367, 373)) ORDER BY "sort"
16:11:42.6730.9 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_term_taxonomy_relationships" WHERE "object_id" IN (3835, 2219, 2218, 3320, 2377, 1963, 3486, 1768, 379, 2360, 2359, 753, 853, 1770, 1611, 1486, 1553, 1799, 1886, 2861, 2918, 2920, 2197, 3616, 2844, 6078, 6079)
16:11:42.6560.7 msyii\db\Command::querySELECT *, geolocation[0] AS lng, geolocation[1] AS lat FROM "a57be577deb434"."tbl_addresses" WHERE "id" IN (2599, 2288, 1294, 1190, 1049, 992, 1191, 930, 1842, 1832, 1871, 1892, 1615, 144, 1390, 1264, 1340, 402, 2460)
16:11:42.6930.5 msyii\db\Command::querySELECT *, geolocation[0] AS lng, geolocation[1] AS lat FROM "a57be577deb434"."tbl_addresses" WHERE ("address2" != '') AND ("address2" IS NOT NULL) AND ("id" IN (2599, 1264, 2460, 992, 1871, 1615, 402, 1832, 1190, 1049, 1191, 1390, 1340, 1842, 930, 1892, 1294, 144, 2288))
16:11:42.6580.5 msyii\db\Command::querySELECT "client_id", count(id) as count FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("start_at" >= '2025-01-01 00:00:00') AND ("start_at" <= '2025-12-31 23:59:59') AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "client_id"
16:11:42.6310.5 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id"=1001)
16:11:42.6600.5 msyii\db\Command::querySELECT "client_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=1) AND (("location_in_id" IS NOT NULL) AND ("location_out_id" IS NOT NULL) AND ("client_id" IS NOT NULL)) AND ("start_at" >= '2025-01-01 00:00:00') AND ("start_at" <= '2025-12-31 23:59:59') AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "client_id"
16:11:42.6660.5 msyii\db\Command::querySELECT "id", "id" AS "key", "address" AS "name", "client_id" FROM "a57be577deb434"."tbl_client_addresses" WHERE "client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)
16:11:42.6920.5 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_client_address_rels" WHERE "client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)
16:11:42.6720.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=11) AND ("id" IN (184, 101, 189, 100, 164, 226, 142, 165, 179, 155, 137, 166, 1, 131, 140, 175, 94, 135, 136, 5, 171, 181, 196, 204, 129, 176, 182, 172, 2, 197, 199, 6, 205, 153, 316, 183, 128, 173, 215, 304, 132, 327, 154, 206, 210, 229, 107, 194, 2100000001, 212, 7, 203, 232, 330, 331, 156, 2100000000, 185, 191, 319, 174, 190, 167, 340, 130, 341, 320, 322, 349, 354, 359, 367, 369, 377, 374, 373, 371, 360, 357, 356, 379)) ORDER BY "sort"
16:11:42.6640.4 msyii\db\Command::querySELECT "client_id", EXTRACT(epoch FROM sum(end_at - start_at)) /3600 AS hours, count(id) as times FROM "a57be577deb434"."tbl_work_logs" WHERE ("is_draft"=FALSE) AND ("scenario_id"=2) AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019)) GROUP BY "client_id"
16:11:42.6270.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_types" WHERE "id" IN (2, 5, 1)
16:11:42.6740.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_term_taxonomies" WHERE ("term_id"=12) AND ("id" IN (184, 101, 189, 100, 164, 226, 142, 165, 179, 155, 137, 166, 1, 131, 140, 175, 94, 135, 136, 5, 171, 181, 196, 204, 129, 176, 182, 172, 2, 197, 199, 6, 205, 153, 316, 183, 128, 173, 215, 304, 132, 327, 154, 206, 210, 229, 107, 194, 2100000001, 212, 7, 203, 232, 330, 331, 156, 2100000000, 185, 191, 319, 174, 190, 167, 340, 130, 341, 320, 322, 349, 354, 359, 367, 369, 377, 374, 373, 371, 360, 357, 356, 379)) ORDER BY "sort"
16:11:42.6330.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_departments" WHERE "id" IN (3, 1, 9)
16:11:42.6950.3 msyii\db\Command::querySELECT "id", "client_id" FROM "a57be577deb434"."tbl_projects" WHERE ("project_status"='3') AND ("client_id" IN (2092, 1908, 913, 888, 756, 703, 889, 643, 1472, 1464, 1512, 1514, 1191, 66, 991, 113, 945, 190, 2119, 2019))
16:11:42.6690.3 msyii\db\Command::querySELECT "id", "id" AS "key", "status" AS "name" FROM "a57be577deb434"."tbl_contact_statuses" WHERE "id" IN (2, 1)
16:11:42.6300.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_client_industries" WHERE "id" IN (13, 5, 19, 20, 17, 16, 9, 6, 10, 24)
16:11:42.6320.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5096, 1005, 5045, 5043, 5015, 1011, 5088, 1008, 5026, 1007, 1003, 5309, 5089)
16:11:42.6300.3 msyii\db\Command::querySELECT "id", "id" AS "key", "name" FROM "a57be577deb434"."tbl_company_natures" WHERE "id" IN (4, 1, 6, 5)
16:11:42.6310.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "client_lock" FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
16:11:42.6690.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "user_status" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5309, 5072, 1005, 1003, 5026, 5089, 5043, 1008, 1007, 5015, 1011, 5045, 5096)
16:11:42.6320.2 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (1011, 1008, 5089, 5026, 5015, 5096, 1005, 1007, 5309, 5045, 5043, 5088, 1003))
16:11:42.6270.2 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "notice_days", "color", "visit_base" FROM "a57be577deb434"."tbl_client_classes" WHERE "id"=43