2020-02-23 12:00:42
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='2020-02-23' AND t.client_id= ORDER BY t.imei ASC;
2020-02-23 12:01:03
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='2020-02-23' AND t.client_id= ORDER BY t.imei ASC;
2020-02-23 16:19:11
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='2020-02-23' AND t.client_id= ORDER BY t.imei ASC;