2022-04-05 05:17:43
SELECT t.id,t.date,c.car_name,t.description,t.client,t.adress_to,t.adress_from,t.customer,t.target FROM tms_tasks t INNER JOIN wm_car_info c ON t.imei=c.imei WHERE DATE='2022-04-05' AND t.client_id= ORDER BY t.imei ASC;
2022-04-05 07:59:56
SELECT t.id,t.date,c.car_name,t.description,t.client,t.adress_to,t.adress_from,t.customer,t.target FROM tms_tasks t INNER JOIN wm_car_info c ON t.imei=c.imei WHERE DATE='2022-04-05' AND t.client_id= ORDER BY t.imei ASC;