Performance Profiling

Total processing time: 61 ms; Peak memory: 4.091 MB. Show Profiling Timeline

总计15条数据
TimeDurationCategoryInfo
  
13:52:17.55325.9 msyii\db\Command::querySELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC LIMIT 20
13:52:17.5403.5 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC) "c"
13:52:17.5823.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_visit_module_histories" WHERE ("user_id"=5250) AND ("object_type"=23) AND ("visit_date"='2025-07-05')
13:52:17.5332.3 msyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=5250
13:52:17.5872.1 msyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 5250, 5, 'vue/analysis/project-list', '{"dataUserId":"1001,1004,1005,1013,5087,5295,5300,5311,5329,5332,5420","page":"1","status":"status5","web_access_token":"lF6lDSiCl5CRIFfE8shlx2wSeme229Hs"}', '{"code":2000,"result":{"list":[{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2985,"client_id":2248,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u6df1\u4fe1\u670d\u684c\u9762\u4e91\n","created_by":5295,"created_at":"2022-09-13 17:11:06","updated_at":"2022-09-19 17:48:28","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-09-19 17:48:28.658818+08","success_rate":null,"comment":"\u6df1\u4fe1\u670d\u684c\u9762\u4e91\n\r\n","contract_type":null,"progress_updated_at":"2022-09-13 17:11:06.865033+08","forecast_updated_at":"2022-09-13 17:11:06.865033+08","end_at":"2022-09-19 17:48:28","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2248,"key":2248,"name":"\u8d1d\u4e50\u79d1\u6280","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2956,"client_id":2228,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u5ba2\u6237\u5bf9\u7f51\u7edc\u5b89\u5168\u53ef\u80fd\u5b58\u5728\u4e00\u5b9a\u7684\u5174\u8da3\uff1b\u540e\u671f\u53ef\u80fd\u8003\u8651\u5b89\u5168\u5165\u4fb5\u5efa\u8bbe\u9700\u8981\u52a0\u5f3a\uff0c\u4e5f\u4f1a\u6709\u5185\u7f51\u75c5\u6bd2\u68c0\u6d4b\u65b9\u9762\u7684\u4e00\u4e9b\u8003\u8651\uff0c\u4eba\u5458\u6d41\u52a8\u4e14\u79fb\u52a8\u8bbe\u5907\u591a\uff0c\u4f1a\u6709\u4e00\u4e9b\u5b89\u5168\u9690\u60a3\uff1b\u5458\u5de5\u4eba\u5458100\u4eba","created_by":5300,"created_at":"2022-08-23 09:21:59","updated_at":"2022-08-29 14:34:31","engineer_id":null,"project_title":"\u5b89\u5168\u52a0\u56fa-\u6df1\u4fe1\u670d\u4ea7\u54c1\u4e86\u89e3(\u9000\u56de)","collected":"0","status_updated_at":"2022-08-29 14:31:46.603029+08","success_rate":null,"comment":"\u5ba2\u6237\u5bf9\u7f51\u7edc\u5b89\u5168\u53ef\u80fd\u5b58\u5728\u4e00\u5b9a\u7684\u5174\u8da3\uff1b\u540e\u671f\u53ef\u80fd\u8003\u8651\u5b89\u5168\u5165\u4fb5\u5efa\u8bbe\u9700\u8981\u52a0\u5f3a\uff0c\u4e5f\u4f1a\u6709\u5185\u7f51\u75c5\u6bd2\u68c0\u6d4b\u65b9\u9762\u7684\u4e00\u4e9b\u8003\u8651\uff0c\u4eba\u5458\u6d41\u52a8\u4e14\u79fb\u52a8\u8bbe\u5907\u591a\uff0c\u4f1a\u6709\u4e00\u4e9b\u5b89\u5168\u9690\u60a3\uff1b\u5458\u5de5\u4eba\u5458100\u4eba\r\n","contract_type":null,"progress_updated_at":"2022-08-23 09:21:59.024593+08","forecast_updated_at":"2022-08-23 09:21:59.024593+08","end_at":"2022-08-29 14:34:31","pinyin_shortcut":"aqjgsxfcpljth","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2228,"key":2228,"name":"\u98ce\u884c\u89c6\u9891\u6280\u672f(\u5317\u4eac)\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":1.2,"work_count":1,"reimbursement_amount":"0","id":2573,"client_id":304,"project_status":5,"project_progress":null,"budget":"0.00","profit_pct":"0","bargain_date":null,"description":"\u65b9\u6848\u8fd8\u6ca1\u5b9a","created_by":5295,"created_at":"2021-06-03 07:49:13","updated_at":"2022-04-06 10:25:32","engineer_id":null,"project_title":"\u8702\u9e1f\u9879\u76ee1","collected":"0","status_updated_at":"2021-08-23 12:00:34.65352+08","success_rate":null,"comment":"\u65b9\u6848\u8fd8\u6ca1\u5b9a\r\n\u6401\u7f6e\u539f\u56e0\uff1a\u9879\u76ee\u6539\u6210\u4eca\u5e74\u7684\u660e\u786e\u9700\u6c42","contract_type":null,"progress_updated_at":"2021-06-03 07:49:13.341407+08","forecast_updated_at":"2021-06-03 07:49:13.341407+08","end_at":"2022-04-06 10:25:32","pinyin_shortcut":"fnxm1","creator":5295,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0.00","client":{"id":304,"key":304,"name":"\u5317\u4eac\u5317\u65b9\u534e\u521b\u771f\u7a7a\u6280\u672f\u6709\u9650\u516c\u53f8","logo":null,"client_type":1,"client_class":80,"client_industry":5},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2803,"client_id":2167,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"PA\u9632\u706b\u5899\n","created_by":5295,"created_at":"2022-03-23 15:58:56","updated_at":"2022-04-06 12:47:08","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-03-27 19:11:33.681628+08","success_rate":null,"comment":"PA\u9632\u706b\u5899\n\r\n\u6401\u7f6e\u539f\u56e0\uff1a\u5ba2\u6237\u6ca1\u6709\u7406\u6211\uff0c\u518d\u6c9f\u901a","contract_type":null,"progress_updated_at":"2022-03-23 15:58:56.403776+08","forecast_updated_at":"2022-03-23 15:58:56.403776+08","end_at":"2022-04-06 12:47:08","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2167,"key":2167,"name":"\u81ea\u7136\u6797","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"8.73","service_count":6,"pscount":0,"ircount":6,"pstime":"0","irtime":"8.73333333333333","points":"218","work_time":0,"work_count":0,"reimbursement_amount":"0","id":2587,"client_id":518,"project_status":5,"project_progress":1,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u7b49\u4fdd\u4e8c\u7ea7\u5efa\u8bbe","created_by":5295,"created_at":"2021-06-15 17:22:48","updated_at":"2024-12-04 17:00:38","engineer_id":null,"project_title":"\u7b49\u4fdd\u4e8c\u7ea7","collected":"0","status_updated_at":"2021-11-15 15:03:31.840259+08","success_rate":null,"comment":"\u7b49\u4fdd\u4e8c\u7ea7\u5efa\u8bbe\r\n\u6401\u7f6e\u539f\u56e0\uff1a\u9879\u76ee\u9886\u5bfc\u8fd8\u6ca1\u6709\u6279\n\u51b3\u7b56\u6d41\u7a0b\uff1a\u6280\u672f\u51b3\u7b56\u4eba-\u4e0a\u5c42\u9886\u5bfc\n\u75db\u70b9\uff1a\u56fd\u5bb6\u53d1\u6587\uff0c\u5bf9\u516c\u53f8\u6709\u8981\u6c42\n\u7ade\u4e89\u5bf9\u624b\uff1a\u65e0","contract_type":1,"progress_updated_at":"2021-06-15 17:23:47.666969+08","forecast_updated_at":"2021-06-15 17:23:47.666969+08","end_at":"2022-04-06 12:31:13","pinyin_shortcut":"dbej","creator":5295,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":518,"key":518,"name":"\u5317\u4eac\u56fd\u79d1\u73af\u5b87\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\uff08EDA)\/\u53a6\u95e8\u6cc9\u7f51\u4fe1\u606f\u6280\u672f\u6709\u9650\u516c\u53f8","logo":null,"client_type":1,"client_class":80,"client_industry":57},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2938,"client_id":2218,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u7fa4\u6656\uff08Synology\uff09DS1621+ \u642d\u914d3\u5757\u5e0c\u6377(Seagate) 12TB\u9177\u72fcpro ST12000NE0008\u786c\u76d8 \u5957\u88c5","created_by":5329,"created_at":"2022-08-09 16:17:30","updated_at":"2022-08-22 18:05:33","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-08-22 18:05:33.298159+08","success_rate":null,"comment":"\u7fa4\u6656\uff08Synology\uff09DS1621+ \u642d\u914d3\u5757\u5e0c\u6377(Seagate) 12TB\u9177\u72fcpro ST12000NE0008\u786c\u76d8 \u5957\u88c5\r\n","contract_type":null,"progress_updated_at":"2022-08-09 16:17:30.361519+08","forecast_updated_at":"2022-08-09 16:17:30.361519+08","end_at":"2022-08-22 18:05:33","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2218,"key":2218,"name":"\u5317\u4eac\u56fd\u9645\u4e91\u8f6c\u64ad\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":43,"client_industry":18},"createdBy":{"id":5329,"key":5329,"name":"\u9ad8\u5ce5","sex":"M","department_id":1,"avatar":{"id":147,"user_id":5329,"name":"\/files\/cdn\/a57be577deb434\/avatar\/0d79e7ec-ac2a-3ab6-8cf3-b8c7ee1d0b71.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2991,"client_id":2251,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u7fa4\u6656NAS\n","created_by":5295,"created_at":"2022-09-21 09:19:51","updated_at":"2022-09-26 16:42:50","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-09-26 16:42:50.349184+08","success_rate":null,"comment":"\u7fa4\u6656NAS\n\r\n","contract_type":null,"progress_updated_at":"2022-09-21 09:19:51.778026+08","forecast_updated_at":"2022-09-21 09:19:51.778026+08","end_at":"2022-09-26 16:42:50","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2251,"key":2251,"name":"\u901a\u7ef4(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2673,"client_id":2100,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u4eba\u5de5\u6e17\u900f\u6d4b\u8bd5\uff0c\u89e3\u51b3\u4e92\u8054\u7f51\u5411\u5916\u63d0\u4f9b\u5b89\u5168\u7684\u95ee\u9898","created_by":1005,"created_at":"2021-10-27 12:01:24","updated_at":"2021-11-22 11:21:55","engineer_id":null,"project_title":"\u6e17\u900f\u6d4b\u8bd5","collected":"0","status_updated_at":"2021-11-22 11:21:55.151253+08","success_rate":null,"comment":"\u4eba\u5de5\u6e17\u900f\u6d4b\u8bd5\uff0c\u89e3\u51b3\u4e92\u8054\u7f51\u5411\u5916\u63d0\u4f9b\u5b89\u5168\u7684\u95ee\u9898\r\n","contract_type":null,"progress_updated_at":"2021-10-27 12:01:24.762263+08","forecast_updated_at":"2021-10-27 12:01:24.762263+08","end_at":"2021-11-22 11:21:55","pinyin_shortcut":"stcs","creator":1005,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2100,"key":2100,"name":"\u5317\u4eac\u601d\u4eab\u65f6\u5149\u79d1\u6280\u6709\u9650\u516c\u53f8(\u897f\u5b89\u534e\u878d\u521b\u65b0\u7535\u5b50\u79d1\u6280\u6709\u9650\u516c\u53f8)\uff08\u8fc7\u5355\uff09","logo":null,"client_type":5,"client_class":43,"client_industry":18},"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"}}},{"service_time":"1.4","service_count":1,"pscount":0,"ircount":1,"pstime":"0","irtime":"1.4","points":"31","work_time":0,"work_count":0,"reimbursement_amount":"0","id":2674,"client_id":12,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"IT\u57fa\u7840\u67b6\u6784\u8fd0\u7ef4\n\u73b0\u6709\u4f9b\u5e94\u5546\u4fbf\u5b9c\uff0c\u4f46\u662f\u6ca1\u6709\u4efb\u4f55\u670d\u52a1\u3002\u5bfb\u627e\u63d0\u4f9b\u8fd0\u7ef4\u670d\u52a1\u7684\u673a\u4f1a\u3002","created_by":1005,"created_at":"2021-10-27 12:03:40","updated_at":"2025-02-26 09:26:26","engineer_id":null,"project_title":"\u8fd0\u7ef4\u670d\u52a1","collected":"0","status_updated_at":"2021-11-22 11:22:04.637785+08","success_rate":null,"comment":"IT\u57fa\u7840\u67b6\u6784\u8fd0\u7ef4\n\u73b0\u6709\u4f9b\u5e94\u5546\u4fbf\u5b9c\uff0c\u4f46\u662f\u6ca1\u6709\u4efb\u4f55\u670d\u52a1\u3002\u5bfb\u627e\u63d0\u4f9b\u8fd0\u7ef4\u670d\u52a1\u7684\u673a\u4f1a\u3002\r\n","contract_type":null,"progress_updated_at":"2021-10-27 12:03:40.437161+08","forecast_updated_at":"2021-10-27 12:03:40.437161+08","end_at":"2021-11-22 11:22:04","pinyin_shortcut":"ywfw","creator":1005,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":12,"key":12,"name":"smc(\u4e2d\u56fd)\u6709\u9650\u516c\u53f8\/SMC(\u5317\u4eac)\u5236\u9020\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":80,"client_industry":5},"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"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2866,"client_id":2195,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u5355\u4f4d\u73b0\u5728\u6709\u4f7f\u7528\u6df1\u4fe1\u670d\u7684\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8bbe\u5907\uff0c\u76ee\u524d\u7528\u7684\u662f\u6700\u57fa\u7840\u7248\u672c\u7684\uff0c\u4e3b\u8981\u7528\u4e8e\u4e0a\u7f51\u6d41\u91cf\u9650\u5236\u548c\u4e0a\u7f51\u884c\u4e3a\u7684\u4e00\u4e9b\u7ba1\u63a7\uff0c\u76ee\u524d\u53ea\u80fd\u8fdb\u884c\u5b9e\u65f6\u67e5\u770b\uff0c\u60f3\u770b\u5386\u53f2\u6570\u636e\u662f\u770b\u4e0d\u4e86\u7684\uff0c\u5e94\u8be5\u662f\u6ca1\u6709\u8fd9\u4e2a\u6a21\u5757\u3002\u540e\u671f\u6709\u53ef\u80fd\u4f1a\u66f4\u6362\u4e0a\u65b0\u7684\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8bbe\u5907","created_by":5295,"created_at":"2022-06-09 15:03:29","updated_at":"2022-06-13 16:42:36","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-06-13 16:42:36.317782+08","success_rate":null,"comment":"\u5355\u4f4d\u73b0\u5728\u6709\u4f7f\u7528\u6df1\u4fe1\u670d\u7684\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8bbe\u5907\uff0c\u76ee\u524d\u7528\u7684\u662f\u6700\u57fa\u7840\u7248\u672c\u7684\uff0c\u4e3b\u8981\u7528\u4e8e\u4e0a\u7f51\u6d41\u91cf\u9650\u5236\u548c\u4e0a\u7f51\u884c\u4e3a\u7684\u4e00\u4e9b\u7ba1\u63a7\uff0c\u76ee\u524d\u53ea\u80fd\u8fdb\u884c\u5b9e\u65f6\u67e5\u770b\uff0c\u60f3\u770b\u5386\u53f2\u6570\u636e\u662f\u770b\u4e0d\u4e86\u7684\uff0c\u5e94\u8be5\u662f\u6ca1\u6709\u8fd9\u4e2a\u6a21\u5757\u3002\u540e\u671f\u6709\u53ef\u80fd\u4f1a\u66f4\u6362\u4e0a\u65b0\u7684\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u8bbe\u5907\r\n","contract_type":null,"progress_updated_at":"2022-06-09 15:03:29.271349+08","forecast_updated_at":"2022-06-09 15:03:29.271349+08","end_at":"2022-06-13 16:42:36","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2195,"key":2195,"name":"\u5609\u5eb7\u5229(\u4e2d\u56fd)\u65e5\u7528\u54c1\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":3005,"client_id":2259,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u91c7\u8d2d\u9632\u706b\u5899\u987a\u5e26\u589e\u52a0\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u4ea7\u54c1\uff08\u770b\u9884\u7b97\uff09\uff0c\u73b0\u5728\u4f7f\u7528\u7684\u9632\u706b\u5899\u65f6\u95f4\u5f88\u957f\u4e86\uff0c\u8f6f\u4ef6\u670d\u52a1\u5df2\u7ecf\u5230\u671f\uff0c\u60f3\u66ff\u6362\u65e7\u8bbe\u5907","created_by":5295,"created_at":"2022-09-30 16:05:57","updated_at":"2022-10-08 16:54:39","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-10-08 16:54:39.273365+08","success_rate":null,"comment":"\u91c7\u8d2d\u9632\u706b\u5899\u987a\u5e26\u589e\u52a0\u4e0a\u7f51\u884c\u4e3a\u7ba1\u7406\u4ea7\u54c1\uff08\u770b\u9884\u7b97\uff09\uff0c\u73b0\u5728\u4f7f\u7528\u7684\u9632\u706b\u5899\u65f6\u95f4\u5f88\u957f\u4e86\uff0c\u8f6f\u4ef6\u670d\u52a1\u5df2\u7ecf\u5230\u671f\uff0c\u60f3\u66ff\u6362\u65e7\u8bbe\u5907\r\n","contract_type":null,"progress_updated_at":"2022-09-30 16:05:57.458915+08","forecast_updated_at":"2022-09-30 16:05:57.458915+08","end_at":"2022-10-08 16:54:39","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2259,"key":2259,"name":"\u4f20\u5947\u6587\u5316\u53d1\u5c55\u96c6\u56e2\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":1.35,"work_count":1,"reimbursement_amount":"45.00","id":2510,"client_id":304,"project_status":5,"project_progress":null,"budget":"0.00","profit_pct":"0","bargain_date":null,"description":"\u65b9\u6848\u8fd8\u6ca1\u5b9a","created_by":5295,"created_at":"2021-04-09 19:04:56","updated_at":"2023-04-23 09:55:29","engineer_id":null,"project_title":"\u8702\u9e1f\u9879\u76ee","collected":"0","status_updated_at":"2021-04-09 19:04:56.641955+08","success_rate":null,"comment":"\u65b9\u6848\u8fd8\u6ca1\u5b9a\r\n\u6401\u7f6e\u539f\u56e0\uff1a\u5df2\u5efa\u660e\u786e\u9700\u6c42\n* \u51b3\u7b56\u6d41\u7a0b\uff1a\u6280\u672f\u9009\u578b\u2014\u9886\u5bfc\u5ba1\u6279\u2014\u91c7\u8d2d\n* \u89e3\u51b3\u4ec0\u65e0\u4e48\u95ee\u9898\uff1a\n* \u7ade\u4e89\u5bf9\u624b\uff1a\u65e0","contract_type":null,"progress_updated_at":"2021-04-16 18:05:11.63364+08","forecast_updated_at":"2021-04-16 18:05:11.63364+08","end_at":"2022-04-06 10:40:44","pinyin_shortcut":"fnxm","creator":5089,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0.00","client":{"id":304,"key":304,"name":"\u5317\u4eac\u5317\u65b9\u534e\u521b\u771f\u7a7a\u6280\u672f\u6709\u9650\u516c\u53f8","logo":null,"client_type":1,"client_class":80,"client_industry":5},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2932,"client_id":2217,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u5355\u4f4d\u8ba1\u5212\u4e0aVPN\u548c\u9632\u706b\u5899\uff0cVPN\u4e3b\u8981\u5b9e\u73b0\u79fb\u52a8\u529e\u516c\uff0c20\u591a\u4e2a\u4fe1\u606f\u70b9\uff0c\u9632\u706b\u5899\u4e3b\u8981\u7528\u4e8e\u6570\u636e\u5b89\u5168\u52a0\u56fa\u548c\u51fa\u53e3\u5b89\u5168\uff0c\u5e26\u5bbd300M\uff0c\u8003\u8651\u6df1\u4fe1\u670d\u4ea7\u54c1","created_by":5300,"created_at":"2022-08-01 15:28:45","updated_at":"2022-08-15 17:14:04","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-08-15 17:14:04.905614+08","success_rate":null,"comment":"\u5355\u4f4d\u8ba1\u5212\u4e0aVPN\u548c\u9632\u706b\u5899\uff0cVPN\u4e3b\u8981\u5b9e\u73b0\u79fb\u52a8\u529e\u516c\uff0c20\u591a\u4e2a\u4fe1\u606f\u70b9\uff0c\u9632\u706b\u5899\u4e3b\u8981\u7528\u4e8e\u6570\u636e\u5b89\u5168\u52a0\u56fa\u548c\u51fa\u53e3\u5b89\u5168\uff0c\u5e26\u5bbd300M\uff0c\u8003\u8651\u6df1\u4fe1\u670d\u4ea7\u54c1\r\n","contract_type":null,"progress_updated_at":"2022-08-01 15:28:45.280211+08","forecast_updated_at":"2022-08-01 15:28:45.280211+08","end_at":"2022-08-15 17:14:04","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2217,"key":2217,"name":"\u5317\u4eac\u6d77\u6587\u8d44\u4ea7\u7ecf\u8425\u7ba1\u7406\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":43,"client_industry":null},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":3066,"client_id":2498,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u9632\u706b\u5899\n","created_by":5295,"created_at":"2022-12-22 15:44:52","updated_at":"2022-12-26 13:55:13","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-12-26 13:55:13.12624+08","success_rate":null,"comment":"\u9632\u706b\u5899\n\r\n","contract_type":null,"progress_updated_at":"2022-12-22 15:44:52.624791+08","forecast_updated_at":"2022-12-22 15:44:52.624791+08","end_at":"2022-12-26 13:55:13","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2498,"key":2498,"name":"\u5317\u4eac\u65f6\u4ee3\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5295,"key":5295,"name":"\u9b4f\u6cfd\u6587","sex":"F","department_id":1,"avatar":{"id":137,"user_id":5295,"name":"\/files\/cdn\/a57be577deb434\/avatar\/85c67d90-6989-3d4e-bbf8-31d69b6e8ffe.jpg"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":3161,"client_id":2521,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u7fa4\u6656\u5b58\u50a8\u4e00\u6b21\u6027\u4e0a\u95e8\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1\n","created_by":5329,"created_at":"2023-03-23 11:15:51","updated_at":"2023-03-26 22:23:45","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2023-03-26 22:23:45.992333+08","success_rate":null,"comment":"\u7fa4\u6656\u5b58\u50a8\u4e00\u6b21\u6027\u4e0a\u95e8\u5b89\u88c5\u8c03\u8bd5\u670d\u52a1\n\r\n","contract_type":null,"progress_updated_at":"2023-03-23 11:15:51.292448+08","forecast_updated_at":"2023-03-23 11:15:51.292448+08","end_at":"2023-03-26 22:23:45","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2521,"key":2521,"name":"\u5317\u4eac\u4e2d\u94c1\u5efa\u5efa\u7b51\u79d1\u6280\u6709\u9650\u516c\u53f8","logo":null,"client_type":6,"client_class":null,"client_industry":20},"createdBy":{"id":5329,"key":5329,"name":"\u9ad8\u5ce5","sex":"M","department_id":1,"avatar":{"id":147,"user_id":5329,"name":"\/files\/cdn\/a57be577deb434\/avatar\/0d79e7ec-ac2a-3ab6-8cf3-b8c7ee1d0b71.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":2940,"client_id":2220,"project_status":5,"project_progress":null,"budget":"0","profit_pct":"0","bargain_date":null,"description":"\u7fa4\u6656DS918+\u5347\u7ea7\u5185\u5b58","created_by":5329,"created_at":"2022-08-11 15:12:50","updated_at":"2022-08-22 18:05:30","engineer_id":null,"project_title":"(\u672a\u8bbe\u7f6e)","collected":"0","status_updated_at":"2022-08-22 18:05:30.856365+08","success_rate":null,"comment":"\u7fa4\u6656DS918+\u5347\u7ea7\u5185\u5b58\r\n","contract_type":null,"progress_updated_at":"2022-08-11 15:12:50.795348+08","forecast_updated_at":"2022-08-11 15:12:50.795348+08","end_at":"2022-08-22 18:05:30","pinyin_shortcut":"wsz","creator":5015,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"0.00000000000000000000","un_collected":"0","client":{"id":2220,"key":2220,"name":"\u5317\u4eac\u529b\u901a\u901a\u4fe1\u6709\u9650\u516c\u53f8","logo":null,"client_type":null,"client_class":null,"client_industry":null},"createdBy":{"id":5329,"key":5329,"name":"\u9ad8\u5ce5","sex":"M","department_id":1,"avatar":{"id":147,"user_id":5329,"name":"\/files\/cdn\/a57be577deb434\/avatar\/0d79e7ec-ac2a-3ab6-8cf3-b8c7ee1d0b71.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":3.37,"work_count":3,"reimbursement_amount":"361.6","id":3689,"client_id":3312,"project_status":5,"project_progress":4,"budget":"20000","profit_pct":"20","bargain_date":"2025-04-30","description":null,"created_by":5300,"created_at":"2024-10-17 11:24:59","updated_at":"2025-03-10 14:35:21","engineer_id":null,"project_title":"\u5907\u4efd\u4e00\u4f53\u673a-G-2024","collected":"0","status_updated_at":"2025-03-10 14:35:21.969099+08","success_rate":null,"comment":"\u4e00\u4f53\u5907\u4efd\u673a\uff0c\u5b58\u50a8","contract_type":1,"progress_updated_at":"2024-10-20 22:44:59.578373+08","forecast_updated_at":"2025-03-10 14:35:21.969099+08","end_at":"2025-03-10 14:35:21","pinyin_shortcut":"bfytjG2024","creator":5413,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":null,"profits":"4000.0000000000000000","un_collected":"20000","client":{"id":3312,"key":3312,"name":"\u9f0e\u6656\u80a1\u6743\u6295\u8d44\u7ba1\u7406\uff08\u5929\u6d25\uff09\u6709\u9650\u516c\u53f8\/\u6da6\u6656\u6295\u8d44\u7ba1\u7406\uff08\u5929\u6d25\uff09\u6709\u9650\u516c\u53f8","logo":null,"client_type":5,"client_class":47,"client_industry":10},"createdBy":{"id":5300,"key":5300,"name":"\u82cf\u6e05\u4e91","sex":"F","department_id":1,"avatar":{"id":141,"user_id":5300,"name":"\/files\/cdn\/a57be577deb434\/avatar\/14dfd1a0-6df5-354a-8afd-f0a76fa8e852.png"}}},{"service_time":"3.5","service_count":2,"pscount":0,"ircount":2,"pstime":"0","irtime":"3.5","points":"300","work_time":0,"work_count":0,"reimbursement_amount":"0","id":3452,"client_id":2136,"project_status":5,"project_progress":5,"budget":"250000","profit_pct":"20","bargain_date":"2025-04-30","description":null,"created_by":5087,"created_at":"2024-02-23 05:10:21","updated_at":"2025-01-06 11:48:40","engineer_id":null,"project_title":"\u5907\u4efd\u6269\u5bb9-K","collected":"0","status_updated_at":"2025-01-06 11:48:40.68008+08","success_rate":null,"comment":"\u4ea7\u54c1\uff1a\u58f9\u8fdb\u5236\uff0c\u539f\u6765\u5bb9\u91cf\u7684 5\u500d\uff0c\u9700\u8981\u67e5\u770b\u4e4b\u524d\u5bb9\u91cf\u3002","contract_type":1,"progress_updated_at":"2025-01-06 11:10:47.58063+08","forecast_updated_at":"2025-01-06 11:10:47.58063+08","end_at":"2025-01-06 11:48:40","pinyin_shortcut":"bfkrK","creator":5087,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":null,"profits":"50000.000000000000","un_collected":"250000","client":{"id":2136,"key":2136,"name":"\u5317\u4eac\u7279\u79cd\u673a\u68b0\u7814\u7a76\u6240 59\u6240","logo":null,"client_type":6,"client_class":47,"client_industry":5},"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}}},{"service_time":"0","service_count":0,"pscount":0,"ircount":0,"pstime":"0","irtime":"0","points":0,"work_time":0,"work_count":0,"reimbursement_amount":"0","id":3703,"client_id":3315,"project_status":5,"project_progress":3,"budget":"300000","profit_pct":"20","bargain_date":"2025-03-31","description":null,"created_by":1005,"created_at":"2024-10-27 21:55:08","updated_at":"2024-11-11 11:03:37","engineer_id":null,"project_title":"\u9ad8\u6027\u80fd\u8ba1\u7b97","collected":"0","status_updated_at":"2024-10-27 21:55:08.37566+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-10-27 21:55:08.37566+08","forecast_updated_at":"2024-10-27 21:55:08.37566+08","end_at":"","pinyin_shortcut":"gxnjs","creator":1005,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":false,"collected_plan":null,"profits":"60000.000000000000","un_collected":"300000","client":{"id":3315,"key":3315,"name":"\u822a\u5929\u79d1\u5de5 206 \u6240\uff08\u91cd\u590d\uff09","logo":null,"client_type":6,"client_class":43,"client_industry":20},"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"}}},{"service_time":"1.58","service_count":2,"pscount":0,"ircount":2,"pstime":"0","irtime":"1.58333333333333","points":"62","work_time":0,"work_count":0,"reimbursement_amount":"0","id":3746,"client_id":2136,"project_status":5,"project_progress":6,"budget":"300000","profit_pct":"9","bargain_date":"2025-02-28","description":null,"created_by":5087,"created_at":"2024-12-22 22:25:42","updated_at":"2025-03-10 10:32:36","engineer_id":null,"project_title":"\u56fd\u4ea7\u670d\u52a1\u5668\u91c7\u8d2d-K","collected":"0","status_updated_at":"2025-02-23 08:36:47.327675+08","success_rate":null,"comment":"","contract_type":1,"progress_updated_at":"2024-12-22 22:25:42.66267+08","forecast_updated_at":"2025-02-23 08:36:47.327675+08","end_at":"2025-02-23 08:36:47","pinyin_shortcut":"gcfwqcgK","creator":5087,"used_client":null,"from_contact":null,"total_contact_point":null,"paid_contact_point":null,"project_product_version_id":null,"is_sales_order_ready":true,"collected_plan":null,"profits":"27000.000000000000","un_collected":"300000","client":{"id":2136,"key":2136,"name":"\u5317\u4eac\u7279\u79cd\u673a\u68b0\u7814\u7a76\u6240 59\u6240","logo":null,"client_type":6,"client_class":47,"client_industry":5},"createdBy":{"id":5087,"key":5087,"name":"\u5218\u5fae","sex":"F","department_id":1,"avatar":{"id":62,"user_id":5087,"name":"\/files\/cdn\/a57be577deb434\/avatar\/06f75b3a-7b6c-37a8-81c0-b2934104daa7.png"}}}],"count":342,"sumBudget":"136798103.49","sumProfit":20873418.94,"sumCollect":"0","pagenation":{"totalcount":342,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-07-05 13:52:17') RETURNING "id"
13:52:17.5442.0 msyii\db\Command::querySELECT SUM(budget) FROM (SELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC) "c"
13:52:17.5462.0 msyii\db\Command::querySELECT SUM(budget / 100 * profit_pct) FROM (SELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC) "c"
13:52:17.5321.8 msyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
13:52:17.5481.8 msyii\db\Command::querySELECT SUM(collected) FROM (SELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC) "c"
13:52:17.5511.8 msyii\db\Command::querySELECT COUNT(*) FROM (SELECT (final.pstime + final.irtime) AS service_time, (final.pscount + final.ircount) AS service_count, final.* FROM (SELECT CASE WHEN tmp1.pre_sales_counts IS NULL THEN 0 ELSE tmp1.pre_sales_counts END AS pscount, CASE WHEN tmp2.implement_counts IS NULL THEN 0 ELSE tmp2.implement_counts END AS ircount, CASE WHEN tmp1.pre_sales_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp1.pre_sales_times)/3600 ELSE 0 END AS pstime, CASE WHEN tmp2.implement_times IS NOT NULL THEN EXTRACT(EPOCH FROM tmp2.implement_times)/3600 ELSE 0 END AS irtime, CASE WHEN tmp3.points IS NOT NULL THEN tmp3.points ELSE 0 END AS points, CASE WHEN tmp4.work_times IS NOT NULL THEN tmp4.work_times ELSE '00:00:00'::interval END AS work_time, CASE WHEN tmp4.work_count IS NOT NULL THEN tmp4.work_count ELSE 0 END AS work_count, CASE WHEN tmp5.reimbursement_amount IS NOT NULL THEN tmp5.reimbursement_amount ELSE 0 END AS reimbursement_amount, p.*, p.budget * profit_pct / 100 AS profits, p.budget - p.collected AS un_collected FROM "a57be577deb434"."tbl_projects" "p" LEFT JOIN (SELECT sub1.project_id, count(sub1.id) as pre_sales_counts, sum(sub1.pre_sales_time) as pre_sales_times FROM (SELECT "ps"."id", "c"."project_id", (ps.end_at - ps.start_at) as pre_sales_time FROM "a57be577deb434"."tbl_pre_sales" "ps" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ps.case_id = c.id WHERE "ps"."is_draft"=FALSE) "sub1" GROUP BY "sub1"."project_id") "tmp1" ON tmp1.project_id = p.id LEFT JOIN (SELECT sub2.project_id, count(sub2.id) as implement_counts, sum(sub2.implement_time) as implement_times FROM (SELECT "ir"."id", "c"."project_id", (ir.left_at - ir.arrived_at) as implement_time FROM "a57be577deb434"."tbl_implement_records" "ir" LEFT JOIN "a57be577deb434"."tbl_cases" "c" ON ir.case_id = c.id WHERE "ir"."is_draft"=FALSE) "sub2" GROUP BY "sub2"."project_id") "tmp2" ON tmp2.project_id = p.id LEFT JOIN (SELECT sub3.project_id, sum(sub3.points) as points FROM (SELECT "c"."project_id", sum(ca.points) as points FROM "a57be577deb434"."tbl_cases" "c" LEFT JOIN "a57be577deb434"."tbl_case_assignments" "ca" ON ca.case_id = c.id GROUP BY "c"."id") "sub3" GROUP BY "sub3"."project_id") "tmp3" ON tmp3.project_id = p.id LEFT JOIN (SELECT sub4.project_id, count(sub4.id) as work_count, sum(sub4.work_time) as work_times FROM (SELECT "wl"."id", "wl"."project_id", (wl.end_at - wl.start_at) as work_time FROM "a57be577deb434"."tbl_work_logs" "wl" WHERE ("wl"."is_draft"=FALSE) AND ("wl"."location_in_id" IS NOT NULL) AND ("wl"."location_out_id" IS NOT NULL) AND ("wl"."client_id" IS NOT NULL)) "sub4" GROUP BY "sub4"."project_id") "tmp4" ON tmp4.project_id = p.id LEFT JOIN (SELECT sub5.project_id, sum(sub5.reimbursement_amount) as reimbursement_amount FROM (SELECT "r"."project_id", "r"."amount" AS "reimbursement_amount" FROM "a57be577deb434"."tbl_reimbursements" "r" WHERE "r"."status" IN (2, 3)) "sub5" GROUP BY "sub5"."project_id") "tmp5" ON tmp5.project_id = p.id WHERE ("p"."created_by" IN ('1001', '1004', '1005', '1013', '5087', '5295', '5300', '5311', '5329', '5332', '5420')) AND ("p"."project_status"='5')) "final" ORDER BY "bargain_date" DESC) "c"
13:52:17.5371.2 msyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5250
13:52:17.5860.8 msyii\db\Command::executeUPDATE "a57be577deb434"."tbl_visit_module_histories" SET "num"=62, "last_visit_at"='now()' WHERE "id"=49799
13:52:17.5790.7 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "logo", "client_type", "client_class", "client_industry" FROM "a57be577deb434"."tbl_clients" WHERE "id" IN (2248, 2228, 304, 2167, 518, 2218, 2251, 2100, 12, 2195, 2259, 2217, 2498, 2521, 2220, 3312, 2136, 3315)
13:52:17.5810.7 msyii\db\Command::querySELECT "id", "user_id", "meta_value" AS "name" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5295, 5329, 1005, 5087, 5300))
13:52:17.5800.4 msyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex", "department_id" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5295, 5300, 5329, 1005, 5087)