09-05-2023 06:07:38 ## Exception ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ## DataAccess.GetData ## ## Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. select wo.id, wo.vno, wo.tag, mst_site_owners.name as owner_name, mst_site_physical.name as Site_Name, (Case IFNULL(wo.wo_status_pk,0) when 1 then 'Created' when 2 then 'Scheduled' when 3 then 'Assigned' when 4 then 'Confirmed' when 5 then 'Pending' when 6 then 'InProgress' when 7 then 'Completed' when 8 then 'Closed' when 9 then 'Cancelled' when 10 then 'None' when 11 then 'Rejected' when 12 then 'Arrived' when 13 then 'Approved' when 14 then 'InTransit' end) as status, mst_wo_category.name as WO_Category, mst_departments.name as Department_Name, mst_sub_departments.name as Sub_Department_Name, mst_projects.name as Project_Name, wo.description, wo.Date_Created, wo.Date_Scheduled, wo.Date_Due, wo.Date_Started, (select count(*) from et_document_users where vtype = 101 and vid = wo.id) as assigned, (select group_concat(mst_users.name) from et_document_users wouser left outer join mst_users on mst_users.id = wouser.user_id where wouser.vtype = 101 and wouser.vid = wo.id) as assigned_users, mst_users.name as created_by_user, (select group_concat(mst_inv_item.name) from et_document_stc woinv left outer join mst_inv_item on mst_inv_item.id = woinv.IMM_PK where woinv.vtype = 101 and woinv.vid = wo.id) as inventory_description, (select count(*) from et_document_tasks where vid = wo.id and vtype = 101) as tasks, (select count(*) from et_document_attachment where document_id = wo.id and document_type = 101) as attachments, (select count(*) from et_document_notes where vtype = 101 and vid = wo.id) as notes, (select count(*) from et_document_stc where vtype = 101 and vid = wo.id) as inventory, et_udf.udf_value_1, et_udf.udf_value_2, et_udf.udf_value_3, et_udf.udf_value_4, et_udf.udf_value_5, et_udf.udf_value_6, et_udf.udf_value_7, et_udf.udf_value_8, et_udf.udf_value_9, et_udf.udf_value_10, (case when IFNULL(wo.wo_status_pk,0) in (6, 14, 12) then 'Yes' else 'No' End) as Active from et_work_order wo left outer join mst_departments on mst_departments.id = wo.Department_PK left outer join mst_sub_departments on mst_sub_departments.id = wo.Sub_Department_PK left outer join mst_site_physical on mst_site_physical.id = wo.Site_PK left outer join mst_projects on mst_projects.id = wo.Project_PK left outer join mst_site_owners on mst_site_owners.id = mst_site_physical.Owner_PK left outer join mst_users on mst_users.id = wo.created_by_user_pk left outer join mst_wo_category on mst_wo_category.id = wo.wo_category_pk left outer join et_udf on (et_udf.master_type = 101 and et_udf.master_id = wo.id) Where 1=1 and wo.vtype = 101 and ( wo.id in (select vid from et_document_users where vtype = 101 and user_id = 225) or wo.Department_PK = (select department_id from mst_users where id = 225) or wo.Sub_Department_PK = (select subdepartment_id from mst_users where id = 225) or ifnull(mst_departments.strict_wo_list,0) = 0 ) and wo.Project_PK not in (select master_id from mst_user_rights where right_type = 1 and user_id = 225) order by wo.ID desc Inner Exception: Timeout in IO operation Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM035' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'CAM039' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'CAM099' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM104' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM132' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM151' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM157' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'CAM176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'CAM177' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM184' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM185' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'CAM197' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM198' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM199' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM216' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM229' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM230' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'CAM231' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM259' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'CAM268' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM275' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'CAM288' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM291' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'CAM292' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM296' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM307' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM309' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM313' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM320' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM322' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'CAM331' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'CAM333' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAA036' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA056' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA099' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA112' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA117' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA131' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA137' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA142' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA179' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA182' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA213' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA219' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA229' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA234' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA236' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAA245' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA254' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAA261' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAA263' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA302' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAA304' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA311' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA312' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAA320' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-09' and sl.name = 'GAA324' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-09' and sl.name = 'GAA362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA375' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA381' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-09' and sl.name = 'GAA382' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA388' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA394' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAA395' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA415' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA417' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA424' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA426' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAA437' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAA466' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA468' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAA483' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA489' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAA511' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-09' and sl.name = 'GAA522' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAA527' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA529' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA554' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA564' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAA582' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAA687' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAF076' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAF078' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAF090' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAF119' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAF175' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GAF251' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAF282' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAF293' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAF365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAF370' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ009' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ045' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ056' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAJ066' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ067' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ084' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ088' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ097' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ098' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAJ104' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ114' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ130' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ131' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAJ134' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ138' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAJ140' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ152' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ157' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAJ169' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAJ171' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GAJ219' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ221' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ224' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ234' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ235' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ249' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ250' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ273' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAJ281' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GAJ304' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ317' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ345' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAJ346' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ353' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAJ355' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAJ356' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAJ368' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-09' and sl.name = 'GAJ385' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ387' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ396' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ406' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAJ429' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ456' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAR001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GAR002' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAR009' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GHA051' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GHA057' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GHA064' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GHA075' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GHA145' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GHA161' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GHA164' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GHA176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GHA195' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GHA198' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GHA283' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GHA284' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GHA312' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GHA340' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GHA409' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GHA434' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GJR003' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GJR004' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GKC120' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GKC160' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GKC162' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GKC240' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GKC241' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GKC251' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'GKC331' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GKC444' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:42 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GKC486' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GKC492' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GKR001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GKR004' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GMK027' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GMK065' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'GMK162' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GMK191' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GMK193' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GMK196' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GMK201' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GMK204' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GMK221' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GMK242' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GMK245' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'GMK247' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GMK252' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'GMK260' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GMK275' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GMK307' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM335' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAA105' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-05' and sl.name = 'GAJ153' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM343' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-03' and sl.name = 'CAM344' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'CAM347' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM350' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM356' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM358' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'CAM359' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM360' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-06' and sl.name = 'GAJ512' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-04' and sl.name = 'GAJ485' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM361' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-02' and sl.name = 'CAM362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-01' and sl.name = 'CAM363' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-07' and sl.name = 'CAM365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:43 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-05-08' and sl.name = 'GAF410' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'CAM035' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM039' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM051' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'CAM099' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM104' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'CAM132' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'CAM151' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'CAM177' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM184' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM185' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM197' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'CAM198' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'CAM199' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM216' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'CAM221' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'CAM229' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM230' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM231' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM258' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'CAM259' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM268' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM275' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM288' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM291' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'CAM292' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'CAM296' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM307' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'CAM309' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM313' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'CAM315' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'CAM320' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM321' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'CAM322' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM331' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM333' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'COW001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA008' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA030' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA036' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA052' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAA056' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAA066' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA068' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA085' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GAA094' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-20' and sl.name = 'GAA099' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA112' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA114' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA115' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA116' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA117' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA121' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA122' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA123' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA127' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA131' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA134' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA137' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-19' and sl.name = 'GAA138' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA142' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA146' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA147' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA149' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA154' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-22' and sl.name = 'GAA160' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA161' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA163' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-19' and sl.name = 'GAA167' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA177' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAA178' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA179' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAA181' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA182' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA184' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAA186' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA205' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA207' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA213' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA222' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA230' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA231' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAA233' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA243' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA244' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAA245' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA253' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA254' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA255' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA257' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA261' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA263' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA273' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA274' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAA293' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA294' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA302' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA304' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAA305' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA311' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAA312' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA316' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA320' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA324' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAA338' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA341' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA343' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA347' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-20' and sl.name = 'GAA348' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA349' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA350' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA357' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA361' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA375' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAA381' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA382' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA388' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA393' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA394' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA395' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA396' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA397' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA398' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA407' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA415' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA424' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAA426' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA431' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA432' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-26' and sl.name = 'GAA433' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA436' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA437' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA466' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA467' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA468' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAA476' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA483' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA488' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA489' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA494' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-22' and sl.name = 'GAA496' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA500' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA507' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA511' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAA512' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAA520' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA522' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA525' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA526' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA527' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAA529' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAA543' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAA544' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA547' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAA551' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAA554' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA558' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAA564' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-29' and sl.name = 'GAA580' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA581' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA583' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GAA587' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAA605' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA687' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA694' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAF056' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAF076' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAF078' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAF090' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAF119' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAF175' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAF176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAF205' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAF220' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GAF230' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GAF234' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-19' and sl.name = 'GAF249' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAF251' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAF265' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAF268' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAF273' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAF280' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAF282' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAF293' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAF297' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAF335' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAF352' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAF355' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAF356' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAF365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAF370' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAF383' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAJ009' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ036' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAJ038' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ039' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAJ040' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ041' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAJ045' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAJ055' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ063' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ064' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ066' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ067' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAJ070' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ076' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAJ080' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ081' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ084' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GAJ085' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ088' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GAJ091' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ092' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ093' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GAJ094' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ095' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ096' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ098' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ102' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-20' and sl.name = 'GAJ104' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ114' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ121' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ128' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-19' and sl.name = 'GAJ129' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ131' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-27' and sl.name = 'GAJ132' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAJ133' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ134' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ135' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GAJ136' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ140' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ141' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ142' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ145' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ146' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAJ147' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ148' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-27' and sl.name = 'GAJ150' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ152' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ157' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ160' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ163' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAJ166' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ168' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAJ169' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ170' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ171' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ177' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAJ179' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ180' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GAJ190' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAJ209' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ218' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAJ219' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAJ221' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ223' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAJ224' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAJ234' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAJ235' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ243' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ249' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAJ250' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ252' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ253' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-28' and sl.name = 'GAJ259' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ261' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ272' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ273' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ276' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ281' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ284' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ286' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAJ292' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-20' and sl.name = 'GAJ300' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ302' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAJ304' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ316' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ317' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ345' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GAJ346' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-26' and sl.name = 'GAJ351' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAJ352' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ353' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ354' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ355' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ356' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ357' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ360' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAJ361' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAJ363' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ364' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAJ365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ366' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ367' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ368' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GAJ369' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ372' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GAJ373' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAJ374' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAJ385' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ387' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ388' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAJ390' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAJ391' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ394' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ396' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAJ406' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GAJ417' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-23' and sl.name = 'GAJ425' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAJ429' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ456' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAR001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GAR003' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAR004' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GAR005' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GAR006' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAR007' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GAR008' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GAR009' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GHA036' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GHA051' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GHA057' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GHA064' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GHA075' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GHA145' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GHA151' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GHA153' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GHA161' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GHA164' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GHA176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GHA195' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GHA198' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GHA283' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GHA284' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GHA286' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GHA312' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GHA340' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GHA362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GHA346' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GHA370' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GHA384' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GHA409' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GHA434' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GHA436' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GJR001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GJR002' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GJR003' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GJR004' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GJR005' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GJR006' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GJR009' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-18' and sl.name = 'GKC028' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GKC052' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GKC120' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GKC155' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GKC160' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GKC162' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GKC164' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GKC165' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GKC184' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GKC213' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GKC238' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GKC240' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GKC241' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GKC251' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-27' and sl.name = 'GKC269' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GKC292' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GKC294' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GKC301' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GKC310' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GKC313' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GKC317' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GKC331' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GKC405' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GKC444' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GKC446' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GKC448' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'GKC465' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GKC468' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GKC486' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GKC492' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GKC540' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GKR001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GKR002' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GKR004' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GKR005' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-25' and sl.name = 'GKR006' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-22' and sl.name = 'GKR007' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GMK001' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GMK027' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GMK054' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GMK055' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'GMK056' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GMK065' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'GMK082' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GMK088' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:54 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GMK160' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GMK167' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GMK176' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GMK177' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GMK182' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-16' and sl.name = 'GMK185' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GMK191' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GMK193' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GMK196' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK201' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-03' and sl.name = 'GMK202' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GMK212' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'GMK218' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-21' and sl.name = 'GMK220' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GMK221' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'GMK222' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK226' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GMK234' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK241' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GMK242' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GMK245' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK247' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK252' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GMK253' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-12' and sl.name = 'GMK257' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GMK260' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'GMK275' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GMK306' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-11' and sl.name = 'GMK307' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'CAM335' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-19' and sl.name = 'CAM336' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'GAA737' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAA105' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ153' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-25' and sl.name = 'GAA289' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM343' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM344' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'GAJ034' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-14' and sl.name = 'CAM347' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-27' and sl.name = 'GAF449' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM350' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-05' and sl.name = 'CAM352' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAF029' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM355' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-15' and sl.name = 'GAF456' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-27' and sl.name = 'GAA604' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-01' and sl.name = 'CAM356' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'GAA754' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-25' and sl.name = 'GAA125' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM358' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-04' and sl.name = 'CAM359' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-13' and sl.name = 'GAA750' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-09' and sl.name = 'GAJ521' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'CAM360' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-08' and sl.name = 'GAJ512' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-07' and sl.name = 'GAJ485' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-02' and sl.name = 'CAM361' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-10' and sl.name = 'CAM362' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-06' and sl.name = 'CAM363' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-17' and sl.name = 'CAM364' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data 09-05-2023 09:26:55 ## Exception ## Unknown column 't.after_filled_volume' in 'field list' ## DataAccess.GetData ## ## Unknown column 't.after_filled_volume' in 'field list' SELECT t.after_filled_volume, w.date_started FROM et_work_order w left outer join mst_site_logical sl on sl.id = w.site_l_pk left outer join mst_wo_category wc on wc.id = w.wo_category_pk where wc.name in ('Fuel') and(t.size_volume is not null ) and w.date_started < '2023-04-30' and sl.name = 'CAM365' order by w.date_started desc limit 1 Inner Exception: NULL Source: MySql.Data