Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\UpdateConstructionSiteStatusCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::configure()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Command\UpdateProgressStatusCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Controller\AdminInvoiceMonthController::index(): Implicitly marking parameter $moment as nullable is deprecated, the explicit nullable type must be used instead
App\Controller\AdminStatisticsController::findDataByconstructionSiteMasterReal(): Implicitly marking parameter $limitDate as nullable is deprecated, the explicit nullable type must be used instead
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddCompanyFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddCompanyFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddConstructionSiteFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddConstructionSiteFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddExternalUserFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddExternalUserFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddImportFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddImportFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddMetreFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddMetreFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddUserFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddUserFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddWorkerFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\AddWorkerFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::buildForm()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\RegistrationFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Form\AbstractType::configureOptions()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Form\RegistrationFormType" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::getSql()" might add "string" as a native return type declaration in the future. Do the same in child class "App\Query\CastAsInteger" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Doctrine\ORM\Query\AST\Functions\FunctionNode::parse()" might add "void" as a native return type declaration in the future. Do the same in child class "App\Query\CastAsInteger" now to avoid errors or add an explicit @return annotation to suppress this message.
App\Repository\ConstructionSiteRepository::getDataTableResponseData(): Implicitly marking parameter $constructionSiteStatus as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ReportsCostRepository::findByStart(): Implicitly marking parameter $constructionSites as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ReportsCostRepository::findByStartAndEnd(): Implicitly marking parameter $constructionSites as nullable is deprecated, the explicit nullable type must be used instead
App\Service\NotificationsService::createNotification(): Implicitly marking parameter $constructionSite as nullable is deprecated, the explicit nullable type must be used instead
App\Service\NotificationsService::createNotification(): Implicitly marking parameter $user as nullable is deprecated, the explicit nullable type must be used instead
App\Service\NotificationsService::createNotification(): Implicitly marking parameter $invoice as nullable is deprecated, the explicit nullable type must be used instead
App\Service\PDFService::generatePdf(): Implicitly marking parameter $signature as nullable is deprecated, the explicit nullable type must be used instead
App\Service\PDFService::generatePdfconstructionSite(): Implicitly marking parameter $signature as nullable is deprecated, the explicit nullable type must be used instead
App\Service\PDFService::generatePdfMan(): Implicitly marking parameter $signature as nullable is deprecated, the explicit nullable type must be used instead
App\Service\PDFService::generatePdfMachinery(): Implicitly marking parameter $signature as nullable is deprecated, the explicit nullable type must be used instead
Since symfony/framework-bundle 7.3: Not setting the "property_info.with_constructor_extractor" option explicitly is deprecated because its default value will change in version 8.0.
Since doctrine/doctrine-bundle 2.12: The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour.
Since doctrine/doctrine-bundle 2.13: Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement.
In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1529, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Deprecated: App\Repository\ReportsCostRepository::findByStart(): Implicitly marking parameter $constructionSites as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Repository\ReportsCostRepository::findByStartAndEnd(): Implicitly marking parameter $constructionSites as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Repository\ConstructionSiteRepository::getDataTableResponseData(): Implicitly marking parameter $constructionSiteStatus as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:1529, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-07"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-07"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-08"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-08"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-09"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-09"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Beginning transaction
doctrine
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098341]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098341]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098342]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098342]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098344]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098344]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098345]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098345]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098340]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098340]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098337]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098337]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098339]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098339]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098338]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098338]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098343]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098343]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098346]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098346]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "391"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "391"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "320"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "320"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "388"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "388"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "349"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "349"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "472"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "472"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "1064"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "1074"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "1117"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "64"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "64"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-09 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-09 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-09 00:00:00"
2 => "0"
3 => "348"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-09 00:00:00"
2 => "0"
3 => "348"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-10"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-10"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098351]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098352]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098352]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098353]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098353]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098350]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098350]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098347]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098347]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098349]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098349]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098348]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098348]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098354]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098354]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "393"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "393"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "327"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "327"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "334"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "334"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "482"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "482"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "361"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "361"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "702"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "702"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "1290"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-10 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-10 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-10 00:00:00"
2 => "0"
3 => "516"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-10 00:00:00"
2 => "0"
3 => "516"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-11"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-11"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098361]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098362]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098362]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098359]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098359]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098363]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098363]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098364]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098364]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098360]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098360]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098358]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098358]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098355]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098355]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098357]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098357]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098356]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098356]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098365]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098365]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "792"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "792"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "332"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "332"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "374"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "374"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "125"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "125"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "965"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "965"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 2500012 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 2500012 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "250001"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "250001"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "829"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "829"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240402 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240402 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24040"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24040"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "671"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "671"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "346"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "346"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "1023"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "347"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "347"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-11 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-11 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-11 00:00:00"
2 => "0"
3 => "205"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-11 00:00:00"
2 => "0"
3 => "205"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-12"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-12"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098366]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098375]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098375]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098370]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098370]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098373]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098373]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098374]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098374]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098372]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098372]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098376]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098376]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098367]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098367]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098369]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098369]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098368]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098368]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098371]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098371]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098378]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098378]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098377]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098377]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "L2002"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "L2002"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "L2002"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "L2002"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "4371"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "750"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "750"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "323"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "323"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "329"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "329"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "337"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "337"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "562"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "562"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "53"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "53"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "597"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "597"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "1036"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240402 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240402 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24040"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24040"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "351"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "351"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "144"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "144"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "92"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "92"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-12 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-12 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-12 00:00:00"
2 => "0"
3 => "335"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-12 00:00:00"
2 => "0"
3 => "335"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-13"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-13"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098384]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098383]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098383]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098386]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098386]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098387]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098387]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098385]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098385]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098382]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098382]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098379]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098379]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098381]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098381]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098380]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098380]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "393"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "393"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "211"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "211"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "210"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "210"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "179"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "179"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "214"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "214"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240402 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240402 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24040"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24040"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "331"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "331"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "684"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "684"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "341"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "341"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-13 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-13 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-13 00:00:00"
2 => "0"
3 => "789"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-13 00:00:00"
2 => "0"
3 => "789"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-14"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-14"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-15"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-15"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-16"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-16"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Beginning transaction
doctrine
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098391]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098391]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098392]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098392]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098395]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098395]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098393]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098393]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098396]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098396]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098388]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098388]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098389]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098389]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098390]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098390]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098394]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098394]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098397]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098397]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 260132 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 260132 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => 260132 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => 260132 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "757"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "757"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "399"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "399"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "332"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "332"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "451"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "451"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "685"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "685"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "273"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "273"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "99"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "99"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "1079"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 2500022 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 2500022 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "250002"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "250002"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "104"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "104"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-16 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-16 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-16 00:00:00"
2 => "0"
3 => "396"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-16 00:00:00"
2 => "0"
3 => "396"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-17"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-17"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098405]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098401]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098401]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098403]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098403]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098402]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098402]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098398]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098398]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098400]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098400]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098399]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098399]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098406]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098406]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098404]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098404]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 260132 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 260132 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => 260132 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => 260132 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "393"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "393"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "321"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "321"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "338"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "338"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "694"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "694"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "143"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "143"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "388"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "388"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-17 00:00:00"
2 => "0"
3 => "445"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "445"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "1255"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-17 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-17 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-17 00:00:00"
2 => "0"
3 => "5602"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-18"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-18"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098410]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098411]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098411]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098413]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098413]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098407]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098407]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098409]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098409]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098408]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098408]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098412]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098412]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 260132 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 260132 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => 260132 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => 260132 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "748"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "748"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "336"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "336"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "1519"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "788"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "788"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "285"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "285"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-18 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-18 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-18 00:00:00"
2 => "0"
3 => "62"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-18 00:00:00"
2 => "0"
3 => "62"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-19"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-19"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098414]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098419]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098419]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098418]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098418]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098421]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098421]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098415]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098415]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098416]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098416]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098417]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098417]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098422]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098422]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098420]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098420]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "SHAPE3"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "SHAPE3"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "SHAPE3"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "SHAPE3"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "1117"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 260132 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 260132 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => 260132 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => 260132 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "767"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "767"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "343"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "343"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "332"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "332"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "1087"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "632"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "632"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "107"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "107"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "254"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "254"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-19 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-19 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-19 00:00:00"
2 => "0"
3 => "332"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-19 00:00:00"
2 => "0"
3 => "332"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-20"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-20"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098427]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098428]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098428]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098429]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098429]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098426]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098426]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098423]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098423]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098425]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098425]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098424]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098424]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098430]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098430]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 260132 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 260132 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => 260132 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => 260132 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "394"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "394"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "330"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "330"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "367"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "367"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "195"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "195"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "367"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "367"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "1236"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "114"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "114"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-20 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-20 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-20 00:00:00"
2 => "0"
3 => "338"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-20 00:00:00"
2 => "0"
3 => "338"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-21"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-21"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-22"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-22"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-23"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-23"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Beginning transaction
doctrine
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098435]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098435]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098434]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098434]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098437]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098437]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098436]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098436]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098431]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098431]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098433]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098433]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098432]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098432]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098438]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098438]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098440]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098440]
"types" => [1 => 1]
]
debug
Executing statement:
"DELETE FROM reports_cost WHERE id = ?"
(parameters:
[1 => 1098439]
, types:
[1 => 1]
)
doctrine
[
"sql" => "DELETE FROM reports_cost WHERE id = ?"
"params" => [1 => 1098439]
"types" => [1 => 1]
]
debug
Committing transaction
doctrine
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "396"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "396"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "324"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "324"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "341"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "341"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "7619"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "705"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "705"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "151"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "151"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "88"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "88"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "59"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "59"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "162"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "162"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 20262 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 20262 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "2026"
2 => "2026-03-23 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "2026"
2 => "2026-03-23 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-23 00:00:00"
2 => "0"
3 => "338"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-23 00:00:00"
2 => "0"
3 => "338"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-24"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-24"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "386"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "386"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "322"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "322"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "333"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "333"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "105"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "105"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "2372"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "424"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "424"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "93"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "93"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "452"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "452"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "116"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "116"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "177"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "177"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-24 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-24 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-24 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-25"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-25"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "400"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "400"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "353"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "353"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "415"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "415"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "358"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "358"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "433"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "433"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "193"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "193"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "917"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "917"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "363"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "363"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "614"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "614"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "201"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "201"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-25 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-25 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-25 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-26"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-26"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "408"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "408"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "318"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "318"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "333"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "333"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "322"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "322"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "565"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "565"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "667"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "667"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "580"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "580"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "1052"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "375"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "375"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "55"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "55"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "330"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "330"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-26 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-26 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-26 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-26 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-27"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-27"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "393"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "393"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "323"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "323"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "397"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "397"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "890"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "890"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "687"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "687"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "643"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "643"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "283"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "283"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "596"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "596"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 2500022 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 2500022 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "250002"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "250002"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "20"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "20"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "157"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "157"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "55"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "55"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-27 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-27 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-27 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-28"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-28"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-29"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-29"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-30"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-30"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "774"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "774"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "319"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "319"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "398"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "398"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "337"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "337"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "275"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "275"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "351"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "351"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "538"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "538"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "1532"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "569"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "569"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "98"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "98"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "126"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "126"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-30 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-30 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-30 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-30 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-03-31"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-03-31"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "768"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "768"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "316"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "316"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "332"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "332"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "58"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "58"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "207"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "207"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "357"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "357"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "689"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "689"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "850"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "850"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "1202"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "532"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "532"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "287"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "287"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "284"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "284"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-03-31 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-03-31 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-03-31 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-03-31 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-01"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-01"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "762"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "762"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "339"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "339"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "409"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "409"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "354"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "354"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "377"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "377"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "346"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "346"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "750"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "750"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "654"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "654"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "424"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "424"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "434"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "434"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "235"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "235"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-04-01 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-04-01 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-01 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-01 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-02"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-02"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "1038"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "787"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "787"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "313"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "313"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "328"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "328"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "328"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "328"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "155"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "155"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "610"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "610"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "709"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "709"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "681"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "681"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "89"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "89"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "237"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "237"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-04-02 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-04-02 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-02 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-02 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-03"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-03"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_CENTRAL"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "368"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "368"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "FR BUREAU"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FR BUREAU"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "340"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "340"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => "FRATEUR_ATELIER"
2 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "FRATEUR_ATELIER"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "367"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "367"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "216"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "216"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "703"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "703"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "340"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "340"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "844"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "844"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "63"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "63"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "848"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "848"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "333"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "333"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "248"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "248"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "162"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "162"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 2500012 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 2500012 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "250001"
2 => "2026-04-03 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "250001"
2 => "2026-04-03 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-03 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-03 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-04"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-04"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-05"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-05"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-06"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-06"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25005"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25005"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240832 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240832 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24083"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24083"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250442 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250442 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25044"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25044"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240922 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240922 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24092"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24092"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240802 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240802 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24080"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24080"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240682 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240682 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24068"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24068"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 240332 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 240332 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "24033"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "24033"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250692 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250692 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25069"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25069"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 220052 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 220052 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "22005"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "22005"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
(parameters:
[1 => 250432 => 03 => 0]
, types:
[1 => 22 => 53 => 5]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.deleted AS deleted_4, t0.created_at AS created_at_5, t0.project_manager AS project_manager_6, t0.engineer AS engineer_7, t0.address_street AS address_street_8, t0.address_city AS address_city_9, t0.address_postcode AS address_postcode_10, t0.price AS price_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.metries AS metries_14, t0.path_csc AS path_csc_15, t0.number AS number_16, t0.id_planning_cloud AS id_planning_cloud_17, t0.id_lead_planning_cloud AS id_lead_planning_cloud_18, t0.update_at AS update_at_19, t0.master AS master_20, t0.over_tablet AS over_tablet_21, t0.use_previous_review_formula AS use_previous_review_formula_22, t0.csc AS csc_23, t0.date_adjudication AS date_adjudication_24, t0.bail AS bail_25, t0.district AS district_26, t0.invoice_client_address AS invoice_client_address_27, t0.invoice_manager AS invoice_manager_28, t0.invoice_contract AS invoice_contract_29, t0.invoice_remarks AS invoice_remarks_30, t0.disabled AS disabled_31, t0.compare_cs AS compare_cs_32, t0.company_id AS company_id_33, t0.contracting_authority_id AS contracting_authority_id_34, t0.chief_id AS chief_id_35, t0.master_link_id AS master_link_id_36, t0.second_chief_id AS second_chief_id_37, t0.status_id AS status_id_38, t0.dispatching_person_id AS dispatching_person_id_39 FROM construction_site t0 WHERE t0.number = ? AND t0.master = ? AND t0.deleted = ? LIMIT 1"
"params" => [1 => 250432 => 03 => 0]
"types" => [1 => 22 => 53 => 5]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
(parameters:
[1 => "25043"
2 => "2026-04-06 00:00:00"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.number_of_construction_site = ? AND t0.datetime = ? LIMIT 1"
"params" => [1 => "25043"
2 => "2026-04-06 00:00:00"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
(parameters:
[1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
, types:
[1 => 22 => 23 => 2]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.works AS works_2, t0.tools AS tools_3, t0.created_at AS created_at_4, t0.datetime AS datetime_5, t0.number_of_construction_site AS number_of_construction_site_6, t0.update_at AS update_at_7, t0.construction_site_id AS construction_site_id_8 FROM reports_cost t0 WHERE t0.datetime = ? AND t0.tools = ? AND t0.works = ? LIMIT 1"
"params" => [1 => "2026-04-06 00:00:00"
2 => "0"
3 => "0"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing statement:
"SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
(parameters:
[1 => "2026-04-07"
2 => "%/%"
]
, types:
[1 => 22 => 2]
)
doctrine
[
"sql" => "SELECT r0_.id AS id_0, r0_.works AS works_1, r0_.tools AS tools_2, r0_.created_at AS created_at_3, r0_.datetime AS datetime_4, r0_.number_of_construction_site AS number_of_construction_site_5, r0_.update_at AS update_at_6, r0_.construction_site_id AS construction_site_id_7 FROM reports_cost r0_ INNER JOIN construction_site c1_ ON r0_.construction_site_id = c1_.id WHERE DATE_FORMAT(r0_.datetime, '%Y-%m-%d') = ? AND c1_.number NOT LIKE ?"
"params" => [1 => "2026-04-07"
2 => "%/%"
]
"types" => [1 => 22 => 2]
]
[
"sql" => """
SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'sotraoffice_staging' */ ORDER BY k.ORDINAL_POSITION
"""
"params" => [1 => "sotraoffice_staging"
2 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"""
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'sotraoffice_staging'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
[
"sql" => """
SELECT c.COLUMN_NAME AS field,\n IF(\n c.COLUMN_TYPE = 'longtext'\n AND EXISTS(\n SELECT * from information_schema.CHECK_CONSTRAINTS i_c\n WHERE i_c.CONSTRAINT_SCHEMA = 'sotraoffice_staging'\n AND i_c.TABLE_NAME = c.TABLE_NAME\n AND i_c.CHECK_CLAUSE = CONCAT(\n 'json_valid(`',\n c.COLUMN_NAME,\n '`)'\n )\n ),\n 'json',\n c.COLUMN_TYPE\n ) AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
"""
"params" => [1 => "sotraoffice_staging"
2 => "sotraoffice_staging"
3 => "doctrine_migration_versions"
]
"types" => [1 => 22 => 23 => 2]
]
debug
Executing query:
"SELECT DATABASE()"
doctrine
[
"sql" => "SELECT DATABASE()"
]
debug
Executing statement:
"""
SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
"""
Log messages generated during the compilation of the service container.
Messages
Class
583
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDetailsMetreTemplatesCommand" (parent: .abstract.instanceof.App\Command\CreateDetailsMetreTemplatesCommand).
Resolving inheritance for ".instanceof.App\Command\CreateDetailsMetreTemplatesCommand.0.App\Command\CreateDetailsMetreTemplatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDetailsMetreTemplatesCommand).
Resolving inheritance for "App\Command\CreateDetailsMetreTemplatesCommand" (parent: .instanceof.App\Command\CreateDetailsMetreTemplatesCommand.0.App\Command\CreateDetailsMetreTemplatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateInvoiceSalesDispatchingCommand" (parent: .abstract.instanceof.App\Command\CreateInvoiceSalesDispatchingCommand).
Resolving inheritance for ".instanceof.App\Command\CreateInvoiceSalesDispatchingCommand.0.App\Command\CreateInvoiceSalesDispatchingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateInvoiceSalesDispatchingCommand).
Resolving inheritance for "App\Command\CreateInvoiceSalesDispatchingCommand" (parent: .instanceof.App\Command\CreateInvoiceSalesDispatchingCommand.0.App\Command\CreateInvoiceSalesDispatchingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateMetreTemplatesCommand" (parent: .abstract.instanceof.App\Command\CreateMetreTemplatesCommand).
Resolving inheritance for ".instanceof.App\Command\CreateMetreTemplatesCommand.0.App\Command\CreateMetreTemplatesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateMetreTemplatesCommand).
Resolving inheritance for "App\Command\CreateMetreTemplatesCommand" (parent: .instanceof.App\Command\CreateMetreTemplatesCommand.0.App\Command\CreateMetreTemplatesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand" (parent: .abstract.instanceof.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand).
Resolving inheritance for ".instanceof.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand).
Resolving inheritance for "App\Command\DeleteNonTrsDocumentsAndInvoicesCommand" (parent: .instanceof.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillReviewProgressRange" (parent: .abstract.instanceof.App\Command\FillReviewProgressRange).
Resolving inheritance for ".instanceof.App\Command\FillReviewProgressRange.0.App\Command\FillReviewProgressRange" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillReviewProgressRange).
Resolving inheritance for "App\Command\FillReviewProgressRange" (parent: .instanceof.App\Command\FillReviewProgressRange.0.App\Command\FillReviewProgressRange).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateCompanyCommand" (parent: .abstract.instanceof.App\Command\HorusUpdateCompanyCommand).
Resolving inheritance for ".instanceof.App\Command\HorusUpdateCompanyCommand.0.App\Command\HorusUpdateCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateCompanyCommand).
Resolving inheritance for "App\Command\HorusUpdateCompanyCommand" (parent: .instanceof.App\Command\HorusUpdateCompanyCommand.0.App\Command\HorusUpdateCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceCommand" (parent: .abstract.instanceof.App\Command\HorusUpdateInvoiceCommand).
Resolving inheritance for ".instanceof.App\Command\HorusUpdateInvoiceCommand.0.App\Command\HorusUpdateInvoiceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceCommand).
Resolving inheritance for "App\Command\HorusUpdateInvoiceCommand" (parent: .instanceof.App\Command\HorusUpdateInvoiceCommand.0.App\Command\HorusUpdateInvoiceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceSalesCommand" (parent: .abstract.instanceof.App\Command\HorusUpdateInvoiceSalesCommand).
Resolving inheritance for ".instanceof.App\Command\HorusUpdateInvoiceSalesCommand.0.App\Command\HorusUpdateInvoiceSalesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceSalesCommand).
Resolving inheritance for "App\Command\HorusUpdateInvoiceSalesCommand" (parent: .instanceof.App\Command\HorusUpdateInvoiceSalesCommand.0.App\Command\HorusUpdateInvoiceSalesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexBaseFromIndexCommand" (parent: .abstract.instanceof.App\Command\IndexBaseFromIndexCommand).
Resolving inheritance for ".instanceof.App\Command\IndexBaseFromIndexCommand.0.App\Command\IndexBaseFromIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexBaseFromIndexCommand).
Resolving inheritance for "App\Command\IndexBaseFromIndexCommand" (parent: .instanceof.App\Command\IndexBaseFromIndexCommand.0.App\Command\IndexBaseFromIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexTemplateFromIndexCommand" (parent: .abstract.instanceof.App\Command\IndexTemplateFromIndexCommand).
Resolving inheritance for ".instanceof.App\Command\IndexTemplateFromIndexCommand.0.App\Command\IndexTemplateFromIndexCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexTemplateFromIndexCommand).
Resolving inheritance for "App\Command\IndexTemplateFromIndexCommand" (parent: .instanceof.App\Command\IndexTemplateFromIndexCommand.0.App\Command\IndexTemplateFromIndexCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceAutoDispatchingCommand" (parent: .abstract.instanceof.App\Command\InvoiceAutoDispatchingCommand).
Resolving inheritance for ".instanceof.App\Command\InvoiceAutoDispatchingCommand.0.App\Command\InvoiceAutoDispatchingCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceAutoDispatchingCommand).
Resolving inheritance for "App\Command\InvoiceAutoDispatchingCommand" (parent: .instanceof.App\Command\InvoiceAutoDispatchingCommand.0.App\Command\InvoiceAutoDispatchingCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceScanCommand" (parent: .abstract.instanceof.App\Command\InvoiceScanCommand).
Resolving inheritance for ".instanceof.App\Command\InvoiceScanCommand.0.App\Command\InvoiceScanCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceScanCommand).
Resolving inheritance for "App\Command\InvoiceScanCommand" (parent: .instanceof.App\Command\InvoiceScanCommand.0.App\Command\InvoiceScanCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateCompanyCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateCompanyCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateCompanyCommand.0.App\Command\OdooUpdateCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateCompanyCommand).
Resolving inheritance for "App\Command\OdooUpdateCompanyCommand" (parent: .instanceof.App\Command\OdooUpdateCompanyCommand.0.App\Command\OdooUpdateCompanyCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateEntryInvoicesCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateEntryInvoicesCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateEntryInvoicesCommand.0.App\Command\OdooUpdateEntryInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateEntryInvoicesCommand).
Resolving inheritance for "App\Command\OdooUpdateEntryInvoicesCommand" (parent: .instanceof.App\Command\OdooUpdateEntryInvoicesCommand.0.App\Command\OdooUpdateEntryInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInternalCompaniesCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateInternalCompaniesCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateInternalCompaniesCommand.0.App\Command\OdooUpdateInternalCompaniesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInternalCompaniesCommand).
Resolving inheritance for "App\Command\OdooUpdateInternalCompaniesCommand" (parent: .instanceof.App\Command\OdooUpdateInternalCompaniesCommand.0.App\Command\OdooUpdateInternalCompaniesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInvoicesSinceCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateInvoicesSinceCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateInvoicesSinceCommand.0.App\Command\OdooUpdateInvoicesSinceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInvoicesSinceCommand).
Resolving inheritance for "App\Command\OdooUpdateInvoicesSinceCommand" (parent: .instanceof.App\Command\OdooUpdateInvoicesSinceCommand.0.App\Command\OdooUpdateInvoicesSinceCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateJournalsCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateJournalsCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateJournalsCommand.0.App\Command\OdooUpdateJournalsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateJournalsCommand).
Resolving inheritance for "App\Command\OdooUpdateJournalsCommand" (parent: .instanceof.App\Command\OdooUpdateJournalsCommand.0.App\Command\OdooUpdateJournalsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateSaleInvoicesCommand" (parent: .abstract.instanceof.App\Command\OdooUpdateSaleInvoicesCommand).
Resolving inheritance for ".instanceof.App\Command\OdooUpdateSaleInvoicesCommand.0.App\Command\OdooUpdateSaleInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateSaleInvoicesCommand).
Resolving inheritance for "App\Command\OdooUpdateSaleInvoicesCommand" (parent: .instanceof.App\Command\OdooUpdateSaleInvoicesCommand.0.App\Command\OdooUpdateSaleInvoicesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldFileNameCommand" (parent: .abstract.instanceof.App\Command\OldFileNameCommand).
Resolving inheritance for ".instanceof.App\Command\OldFileNameCommand.0.App\Command\OldFileNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldFileNameCommand).
Resolving inheritance for "App\Command\OldFileNameCommand" (parent: .instanceof.App\Command\OldFileNameCommand.0.App\Command\OldFileNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestConnexionExternalDbCommand" (parent: .abstract.instanceof.App\Command\TestConnexionExternalDbCommand).
Resolving inheritance for ".instanceof.App\Command\TestConnexionExternalDbCommand.0.App\Command\TestConnexionExternalDbCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestConnexionExternalDbCommand).
Resolving inheritance for "App\Command\TestConnexionExternalDbCommand" (parent: .instanceof.App\Command\TestConnexionExternalDbCommand.0.App\Command\TestConnexionExternalDbCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateConstructionSiteStatusCommand" (parent: .abstract.instanceof.App\Command\UpdateConstructionSiteStatusCommand).
Resolving inheritance for ".instanceof.App\Command\UpdateConstructionSiteStatusCommand.0.App\Command\UpdateConstructionSiteStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateConstructionSiteStatusCommand).
Resolving inheritance for "App\Command\UpdateConstructionSiteStatusCommand" (parent: .instanceof.App\Command\UpdateConstructionSiteStatusCommand.0.App\Command\UpdateConstructionSiteStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateNumberOfOrderDocumentCommand" (parent: .abstract.instanceof.App\Command\UpdateNumberOfOrderDocumentCommand).
Resolving inheritance for ".instanceof.App\Command\UpdateNumberOfOrderDocumentCommand.0.App\Command\UpdateNumberOfOrderDocumentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateNumberOfOrderDocumentCommand).
Resolving inheritance for "App\Command\UpdateNumberOfOrderDocumentCommand" (parent: .instanceof.App\Command\UpdateNumberOfOrderDocumentCommand.0.App\Command\UpdateNumberOfOrderDocumentCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePathInvoiceHorusCommand" (parent: .abstract.instanceof.App\Command\UpdatePathInvoiceHorusCommand).
Resolving inheritance for ".instanceof.App\Command\UpdatePathInvoiceHorusCommand.0.App\Command\UpdatePathInvoiceHorusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePathInvoiceHorusCommand).
Resolving inheritance for "App\Command\UpdatePathInvoiceHorusCommand" (parent: .instanceof.App\Command\UpdatePathInvoiceHorusCommand.0.App\Command\UpdatePathInvoiceHorusCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProgressStatusCommand" (parent: .abstract.instanceof.App\Command\UpdateProgressStatusCommand).
Resolving inheritance for ".instanceof.App\Command\UpdateProgressStatusCommand.0.App\Command\UpdateProgressStatusCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProgressStatusCommand).
Resolving inheritance for "App\Command\UpdateProgressStatusCommand" (parent: .instanceof.App\Command\UpdateProgressStatusCommand.0.App\Command\UpdateProgressStatusCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController" (parent: .abstract.instanceof.App\Controller\AdminCompanyController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController).
Resolving inheritance for "App\Controller\AdminCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminConstructionSiteController" (parent: .abstract.instanceof.App\Controller\AdminConstructionSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminConstructionSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminConstructionSiteController).
Resolving inheritance for "App\Controller\AdminConstructionSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminConstructionSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminDispatchingIaController" (parent: .abstract.instanceof.App\Controller\AdminDispatchingIaController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminDispatchingIaController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminDispatchingIaController).
Resolving inheritance for "App\Controller\AdminDispatchingIaController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminDispatchingIaController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEstimateController" (parent: .abstract.instanceof.App\Controller\AdminEstimateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEstimateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEstimateController).
Resolving inheritance for "App\Controller\AdminEstimateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEstimateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminExportController" (parent: .abstract.instanceof.App\Controller\AdminExportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminExportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminExportController).
Resolving inheritance for "App\Controller\AdminExportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminExportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFileController" (parent: .abstract.instanceof.App\Controller\AdminFileController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFileController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFileController).
Resolving inheritance for "App\Controller\AdminFileController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFileController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFilesController" (parent: .abstract.instanceof.App\Controller\AdminFilesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFilesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFilesController).
Resolving inheritance for "App\Controller\AdminFilesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFilesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHomeController" (parent: .abstract.instanceof.App\Controller\AdminHomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHomeController).
Resolving inheritance for "App\Controller\AdminHomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHorusController" (parent: .abstract.instanceof.App\Controller\AdminHorusController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHorusController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHorusController).
Resolving inheritance for "App\Controller\AdminHorusController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHorusController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminImportController" (parent: .abstract.instanceof.App\Controller\AdminImportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminImportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminImportController).
Resolving inheritance for "App\Controller\AdminImportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminImportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminIndexController" (parent: .abstract.instanceof.App\Controller\AdminIndexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminIndexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminIndexController).
Resolving inheritance for "App\Controller\AdminIndexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminIndexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceConstructionSiteController" (parent: .abstract.instanceof.App\Controller\AdminInvoiceConstructionSiteController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceConstructionSiteController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceConstructionSiteController).
Resolving inheritance for "App\Controller\AdminInvoiceConstructionSiteController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceConstructionSiteController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceController" (parent: .abstract.instanceof.App\Controller\AdminInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceController).
Resolving inheritance for "App\Controller\AdminInvoiceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceMonthController" (parent: .abstract.instanceof.App\Controller\AdminInvoiceMonthController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceMonthController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceMonthController).
Resolving inheritance for "App\Controller\AdminInvoiceMonthController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceMonthController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMachineryController" (parent: .abstract.instanceof.App\Controller\AdminMachineryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMachineryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMachineryController).
Resolving inheritance for "App\Controller\AdminMachineryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMachineryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMaterialController" (parent: .abstract.instanceof.App\Controller\AdminMaterialController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMaterialController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMaterialController).
Resolving inheritance for "App\Controller\AdminMaterialController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMaterialController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMetreController" (parent: .abstract.instanceof.App\Controller\AdminMetreController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMetreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMetreController).
Resolving inheritance for "App\Controller\AdminMetreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMetreController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminNotificationController" (parent: .abstract.instanceof.App\Controller\AdminNotificationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminNotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminNotificationController).
Resolving inheritance for "App\Controller\AdminNotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminNotificationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminOfferPriceController" (parent: .abstract.instanceof.App\Controller\AdminOfferPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminOfferPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminOfferPriceController).
Resolving inheritance for "App\Controller\AdminOfferPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminOfferPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminParametersController" (parent: .abstract.instanceof.App\Controller\AdminParametersController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminParametersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminParametersController).
Resolving inheritance for "App\Controller\AdminParametersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminParametersController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProgressController" (parent: .abstract.instanceof.App\Controller\AdminProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProgressController).
Resolving inheritance for "App\Controller\AdminProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReportController" (parent: .abstract.instanceof.App\Controller\AdminReportController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReportController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReportController).
Resolving inheritance for "App\Controller\AdminReportController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReportController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticProgressController" (parent: .abstract.instanceof.App\Controller\AdminStatisticProgressController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticProgressController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticProgressController).
Resolving inheritance for "App\Controller\AdminStatisticProgressController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticProgressController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticsController" (parent: .abstract.instanceof.App\Controller\AdminStatisticsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticsController).
Resolving inheritance for "App\Controller\AdminStatisticsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSubmissionController" (parent: .abstract.instanceof.App\Controller\AdminSubmissionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSubmissionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSubmissionController).
Resolving inheritance for "App\Controller\AdminSubmissionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSubmissionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController" (parent: .abstract.instanceof.App\Controller\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController).
Resolving inheritance for "App\Controller\AdminUserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminWarehouseController" (parent: .abstract.instanceof.App\Controller\AdminWarehouseController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminWarehouseController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminWarehouseController).
Resolving inheritance for "App\Controller\AdminWarehouseController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminWarehouseController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\ContructionSitePlaningCloudController" (parent: .abstract.instanceof.App\Controller\Cron\ContructionSitePlaningCloudController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\ContructionSitePlaningCloudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\ContructionSitePlaningCloudController).
Resolving inheritance for "App\Controller\Cron\ContructionSitePlaningCloudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\ContructionSitePlaningCloudController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DataFromTRSController" (parent: .abstract.instanceof.App\Controller\Cron\DataFromTRSController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DataFromTRSController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DataFromTRSController).
Resolving inheritance for "App\Controller\Cron\DataFromTRSController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DataFromTRSController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\HoursPriceController" (parent: .abstract.instanceof.App\Controller\Cron\HoursPriceController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\HoursPriceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\HoursPriceController).
Resolving inheritance for "App\Controller\Cron\HoursPriceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\HoursPriceController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MachineryController" (parent: .abstract.instanceof.App\Controller\Cron\MachineryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MachineryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MachineryController).
Resolving inheritance for "App\Controller\Cron\MachineryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MachineryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MigrateFromProgressToMail" (parent: .abstract.instanceof.App\Controller\Cron\MigrateFromProgressToMail).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MigrateFromProgressToMail" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MigrateFromProgressToMail).
Resolving inheritance for "App\Controller\Cron\MigrateFromProgressToMail" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MigrateFromProgressToMail).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\NotificationsController" (parent: .abstract.instanceof.App\Controller\Cron\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\NotificationsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\NotificationsController).
Resolving inheritance for "App\Controller\Cron\NotificationsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\NotificationsController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\RenameNDC" (parent: .abstract.instanceof.App\Controller\Cron\RenameNDC).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\RenameNDC" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\RenameNDC).
Resolving inheritance for "App\Controller\Cron\RenameNDC" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\RenameNDC).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\UpdateInvoiceTypesController" (parent: .abstract.instanceof.App\Controller\Cron\UpdateInvoiceTypesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\UpdateInvoiceTypesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\UpdateInvoiceTypesController).
Resolving inheritance for "App\Controller\Cron\UpdateInvoiceTypesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\UpdateInvoiceTypesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WinbookController" (parent: .abstract.instanceof.App\Controller\Cron\WinbookController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WinbookController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WinbookController).
Resolving inheritance for "App\Controller\Cron\WinbookController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WinbookController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WorkerController" (parent: .abstract.instanceof.App\Controller\Cron\WorkerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WorkerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WorkerController).
Resolving inheritance for "App\Controller\Cron\WorkerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WorkerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CompanyShopController" (parent: .abstract.instanceof.App\Controller\Shop\CompanyShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CompanyShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CompanyShopController).
Resolving inheritance for "App\Controller\Shop\CompanyShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CompanyShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ConstructionSiteShopController" (parent: .abstract.instanceof.App\Controller\Shop\ConstructionSiteShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ConstructionSiteShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ConstructionSiteShopController).
Resolving inheritance for "App\Controller\Shop\ConstructionSiteShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ConstructionSiteShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DeliveryShopController" (parent: .abstract.instanceof.App\Controller\Shop\DeliveryShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DeliveryShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DeliveryShopController).
Resolving inheritance for "App\Controller\Shop\DeliveryShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DeliveryShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ExportShopController" (parent: .abstract.instanceof.App\Controller\Shop\ExportShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ExportShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ExportShopController).
Resolving inheritance for "App\Controller\Shop\ExportShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ExportShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeShopController" (parent: .abstract.instanceof.App\Controller\Shop\HomeShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeShopController).
Resolving inheritance for "App\Controller\Shop\HomeShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\InventoryShopController" (parent: .abstract.instanceof.App\Controller\Shop\InventoryShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\InventoryShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\InventoryShopController).
Resolving inheritance for "App\Controller\Shop\InventoryShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\InventoryShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LibraryShopController" (parent: .abstract.instanceof.App\Controller\Shop\LibraryShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LibraryShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LibraryShopController).
Resolving inheritance for "App\Controller\Shop\LibraryShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LibraryShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LostMaterielShopController" (parent: .abstract.instanceof.App\Controller\Shop\LostMaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LostMaterielShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LostMaterielShopController).
Resolving inheritance for "App\Controller\Shop\LostMaterielShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LostMaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterialsShopController" (parent: .abstract.instanceof.App\Controller\Shop\MaterialsShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterialsShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterialsShopController).
Resolving inheritance for "App\Controller\Shop\MaterialsShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterialsShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielCompanyShopController" (parent: .abstract.instanceof.App\Controller\Shop\MaterielCompanyShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielCompanyShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielCompanyShopController).
Resolving inheritance for "App\Controller\Shop\MaterielCompanyShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielCompanyShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielShopController" (parent: .abstract.instanceof.App\Controller\Shop\MaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielShopController).
Resolving inheritance for "App\Controller\Shop\MaterielShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderFormMaterielShopController" (parent: .abstract.instanceof.App\Controller\Shop\OrderFormMaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderFormMaterielShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderFormMaterielShopController).
Resolving inheritance for "App\Controller\Shop\OrderFormMaterielShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderFormMaterielShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderShopController" (parent: .abstract.instanceof.App\Controller\Shop\OrderShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderShopController).
Resolving inheritance for "App\Controller\Shop\OrderShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RentShopController" (parent: .abstract.instanceof.App\Controller\Shop\RentShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RentShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RentShopController).
Resolving inheritance for "App\Controller\Shop\RentShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RentShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReportShopController" (parent: .abstract.instanceof.App\Controller\Shop\ReportShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReportShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReportShopController).
Resolving inheritance for "App\Controller\Shop\ReportShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReportShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReservedStockShopController" (parent: .abstract.instanceof.App\Controller\Shop\ReservedStockShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReservedStockShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReservedStockShopController).
Resolving inheritance for "App\Controller\Shop\ReservedStockShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReservedStockShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\SettingsShopController" (parent: .abstract.instanceof.App\Controller\Shop\SettingsShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\SettingsShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\SettingsShopController).
Resolving inheritance for "App\Controller\Shop\SettingsShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\SettingsShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StockInHistoryShopController" (parent: .abstract.instanceof.App\Controller\Shop\StockInHistoryShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StockInHistoryShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StockInHistoryShopController).
Resolving inheritance for "App\Controller\Shop\StockInHistoryShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StockInHistoryShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UnitShopController" (parent: .abstract.instanceof.App\Controller\Shop\UnitShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UnitShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UnitShopController).
Resolving inheritance for "App\Controller\Shop\UnitShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UnitShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UserShopController" (parent: .abstract.instanceof.App\Controller\Shop\UserShopController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UserShopController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UserShopController).
Resolving inheritance for "App\Controller\Shop\UserShopController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UserShopController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TabletController" (parent: .abstract.instanceof.App\Controller\TabletController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TabletController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TabletController).
Resolving inheritance for "App\Controller\TabletController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TabletController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddCompanyFormType" (parent: .abstract.instanceof.App\Form\AddCompanyFormType).
Resolving inheritance for "App\Form\AddCompanyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddCompanyFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddConstructionSiteFormType" (parent: .abstract.instanceof.App\Form\AddConstructionSiteFormType).
Resolving inheritance for "App\Form\AddConstructionSiteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddConstructionSiteFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddExternalUserFormType" (parent: .abstract.instanceof.App\Form\AddExternalUserFormType).
Resolving inheritance for "App\Form\AddExternalUserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddExternalUserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddImportFormType" (parent: .abstract.instanceof.App\Form\AddImportFormType).
Resolving inheritance for "App\Form\AddImportFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddImportFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMachineryConstructionSiteFormType" (parent: .abstract.instanceof.App\Form\AddMachineryConstructionSiteFormType).
Resolving inheritance for "App\Form\AddMachineryConstructionSiteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMachineryConstructionSiteFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreConstructionSiteFormType" (parent: .abstract.instanceof.App\Form\AddMetreConstructionSiteFormType).
Resolving inheritance for "App\Form\AddMetreConstructionSiteFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreConstructionSiteFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreFormType" (parent: .abstract.instanceof.App\Form\AddMetreFormType).
Resolving inheritance for "App\Form\AddMetreFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddUserFormType" (parent: .abstract.instanceof.App\Form\AddUserFormType).
Resolving inheritance for "App\Form\AddUserFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddUserFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddWorkerFormType" (parent: .abstract.instanceof.App\Form\AddWorkerFormType).
Resolving inheritance for "App\Form\AddWorkerFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddWorkerFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DetailsMetreFormType" (parent: .abstract.instanceof.App\Form\DetailsMetreFormType).
Resolving inheritance for "App\Form\DetailsMetreFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DetailsMetreFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditInvoiceFormType" (parent: .abstract.instanceof.App\Form\EditInvoiceFormType).
Resolving inheritance for "App\Form\EditInvoiceFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditInvoiceFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProgressReportFormType" (parent: .abstract.instanceof.App\Form\EditProgressReportFormType).
Resolving inheritance for "App\Form\EditProgressReportFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProgressReportFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkMachineryFormType" (parent: .abstract.instanceof.App\Form\LinkMachineryFormType).
Resolving inheritance for "App\Form\LinkMachineryFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkMachineryFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MetreFormType" (parent: .abstract.instanceof.App\Form\MetreFormType).
Resolving inheritance for "App\Form\MetreFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MetreFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
Resolving inheritance for ".instanceof.App\MessageHandler\ScanInvoiceMessageHandler.0.App\MessageHandler\ScanInvoiceMessageHandler" (parent: .abstract.instanceof.App\MessageHandler\ScanInvoiceMessageHandler).
Resolving inheritance for "App\MessageHandler\ScanInvoiceMessageHandler" (parent: .instanceof.App\MessageHandler\ScanInvoiceMessageHandler.0.App\MessageHandler\ScanInvoiceMessageHandler).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllocationRepository" (parent: .abstract.instanceof.App\Repository\AllocationRepository).
Resolving inheritance for "App\Repository\AllocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiHistoryRepository" (parent: .abstract.instanceof.App\Repository\ApiHistoryRepository).
Resolving inheritance for "App\Repository\ApiHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository" (parent: .abstract.instanceof.App\Repository\BankRepository).
Resolving inheritance for "App\Repository\BankRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryDetailsMetreRepository" (parent: .abstract.instanceof.App\Repository\CategoryDetailsMetreRepository).
Resolving inheritance for "App\Repository\CategoryDetailsMetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryDetailsMetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyStatusRepository" (parent: .abstract.instanceof.App\Repository\CompanyStatusRepository).
Resolving inheritance for "App\Repository\CompanyStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteCommentRepository" (parent: .abstract.instanceof.App\Repository\ConstructionSiteCommentRepository).
Resolving inheritance for "App\Repository\ConstructionSiteCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSitePhotoRepository" (parent: .abstract.instanceof.App\Repository\ConstructionSitePhotoRepository).
Resolving inheritance for "App\Repository\ConstructionSitePhotoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSitePhotoRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\ConstructionSiteRepository).
Resolving inheritance for "App\Repository\ConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteStatusRepository" (parent: .abstract.instanceof.App\Repository\ConstructionSiteStatusRepository).
Resolving inheritance for "App\Repository\ConstructionSiteStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CostMachineryRepository" (parent: .abstract.instanceof.App\Repository\CostMachineryRepository).
Resolving inheritance for "App\Repository\CostMachineryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CostMachineryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DaybooksRepository" (parent: .abstract.instanceof.App\Repository\DaybooksRepository).
Resolving inheritance for "App\Repository\DaybooksRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DaybooksRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefaultsRepository" (parent: .abstract.instanceof.App\Repository\DefaultsRepository).
Resolving inheritance for "App\Repository\DefaultsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefaultsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryNoteRepository" (parent: .abstract.instanceof.App\Repository\DeliveryNoteRepository).
Resolving inheritance for "App\Repository\DeliveryNoteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryNoteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreEncodeRepository" (parent: .abstract.instanceof.App\Repository\DetailsMetreEncodeRepository).
Resolving inheritance for "App\Repository\DetailsMetreEncodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreEncodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreRepository" (parent: .abstract.instanceof.App\Repository\DetailsMetreRepository).
Resolving inheritance for "App\Repository\DetailsMetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreTemplateRepository" (parent: .abstract.instanceof.App\Repository\DetailsMetreTemplateRepository).
Resolving inheritance for "App\Repository\DetailsMetreTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactorIndexRepository" (parent: .abstract.instanceof.App\Repository\FactorIndexRepository).
Resolving inheritance for "App\Repository\FactorIndexRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactorIndexRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FamilyRepository" (parent: .abstract.instanceof.App\Repository\FamilyRepository).
Resolving inheritance for "App\Repository\FamilyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FamilyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscalYearsRepository" (parent: .abstract.instanceof.App\Repository\FiscalYearsRepository).
Resolving inheritance for "App\Repository\FiscalYearsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscalYearsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryActionRepository" (parent: .abstract.instanceof.App\Repository\HistoryActionRepository).
Resolving inheritance for "App\Repository\HistoryActionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryActionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryIndexRepository" (parent: .abstract.instanceof.App\Repository\HistoryIndexRepository).
Resolving inheritance for "App\Repository\HistoryIndexRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryIndexRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMaterialRepository" (parent: .abstract.instanceof.App\Repository\HistoryMaterialRepository).
Resolving inheritance for "App\Repository\HistoryMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreDetailsRepository" (parent: .abstract.instanceof.App\Repository\HistoryMetreDetailsRepository).
Resolving inheritance for "App\Repository\HistoryMetreDetailsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreDetailsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreRepository" (parent: .abstract.instanceof.App\Repository\HistoryMetreRepository).
Resolving inheritance for "App\Repository\HistoryMetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryStatementStatusRepository" (parent: .abstract.instanceof.App\Repository\HistoryStatementStatusRepository).
Resolving inheritance for "App\Repository\HistoryStatementStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryStatementStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository" (parent: .abstract.instanceof.App\Repository\HolidaysRepository).
Resolving inheritance for "App\Repository\HolidaysRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorusParamsRepository" (parent: .abstract.instanceof.App\Repository\HorusParamsRepository).
Resolving inheritance for "App\Repository\HorusParamsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorusParamsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexBaseValueRepository" (parent: .abstract.instanceof.App\Repository\IndexBaseValueRepository).
Resolving inheritance for "App\Repository\IndexBaseValueRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexBaseValueRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexRepository" (parent: .abstract.instanceof.App\Repository\IndexRepository).
Resolving inheritance for "App\Repository\IndexRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexTemplateRepository" (parent: .abstract.instanceof.App\Repository\IndexTemplateRepository).
Resolving inheritance for "App\Repository\IndexTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceAmountRepository" (parent: .abstract.instanceof.App\Repository\InvoiceAmountRepository).
Resolving inheritance for "App\Repository\InvoiceAmountRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceAmountRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceCompanyRepository" (parent: .abstract.instanceof.App\Repository\InvoiceCompanyRepository).
Resolving inheritance for "App\Repository\InvoiceCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\InvoiceConstructionSiteRepository).
Resolving inheritance for "App\Repository\InvoiceConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMachineryRepository" (parent: .abstract.instanceof.App\Repository\InvoiceMachineryRepository).
Resolving inheritance for "App\Repository\InvoiceMachineryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMachineryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOtherViewRepository" (parent: .abstract.instanceof.App\Repository\InvoiceOtherViewRepository).
Resolving inheritance for "App\Repository\InvoiceOtherViewRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOtherViewRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusNameRepository" (parent: .abstract.instanceof.App\Repository\InvoiceStatusNameRepository).
Resolving inheritance for "App\Repository\InvoiceStatusNameRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusNameRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusRepository" (parent: .abstract.instanceof.App\Repository\InvoiceStatusRepository).
Resolving inheritance for "App\Repository\InvoiceStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTypeRepository).
Resolving inheritance for "App\Repository\InvoiceTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeUserRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTypeUserRepository).
Resolving inheritance for "App\Repository\InvoiceTypeUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypesRepository" (parent: .abstract.instanceof.App\Repository\InvoiceTypesRepository).
Resolving inheritance for "App\Repository\InvoiceTypesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypesRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceUserRepository" (parent: .abstract.instanceof.App\Repository\InvoiceUserRepository).
Resolving inheritance for "App\Repository\InvoiceUserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceUserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceWaitingStatusRepository" (parent: .abstract.instanceof.App\Repository\InvoiceWaitingStatusRepository).
Resolving inheritance for "App\Repository\InvoiceWaitingStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceWaitingStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkReservedStockStockInHistoryRepository" (parent: .abstract.instanceof.App\Repository\LinkReservedStockStockInHistoryRepository).
Resolving inheritance for "App\Repository\LinkReservedStockStockInHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkReservedStockStockInHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LostMaterielRepository" (parent: .abstract.instanceof.App\Repository\LostMaterielRepository).
Resolving inheritance for "App\Repository\LostMaterielRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LostMaterielRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteEncodeRepository" (parent: .abstract.instanceof.App\Repository\MachineryConstructionSiteEncodeRepository).
Resolving inheritance for "App\Repository\MachineryConstructionSiteEncodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteEncodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\MachineryConstructionSiteRepository).
Resolving inheritance for "App\Repository\MachineryConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryRepository" (parent: .abstract.instanceof.App\Repository\MachineryRepository).
Resolving inheritance for "App\Repository\MachineryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailRepository" (parent: .abstract.instanceof.App\Repository\MailRepository).
Resolving inheritance for "App\Repository\MailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailStatusRepository" (parent: .abstract.instanceof.App\Repository\MailStatusRepository).
Resolving inheritance for "App\Repository\MailStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\MaterialConstructionSiteRepository).
Resolving inheritance for "App\Repository\MaterialConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository" (parent: .abstract.instanceof.App\Repository\MaterialRepository).
Resolving inheritance for "App\Repository\MaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielCompanyRepository" (parent: .abstract.instanceof.App\Repository\MaterielCompanyRepository).
Resolving inheritance for "App\Repository\MaterielCompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielCompanyRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielPricingRepository" (parent: .abstract.instanceof.App\Repository\MaterielPricingRepository).
Resolving inheritance for "App\Repository\MaterielPricingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielPricingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielRepository" (parent: .abstract.instanceof.App\Repository\MaterielRepository).
Resolving inheritance for "App\Repository\MaterielRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielTypeRepository" (parent: .abstract.instanceof.App\Repository\MaterielTypeRepository).
Resolving inheritance for "App\Repository\MaterielTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteEncodeRepository" (parent: .abstract.instanceof.App\Repository\MetreConstructionSiteEncodeRepository).
Resolving inheritance for "App\Repository\MetreConstructionSiteEncodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteEncodeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\MetreConstructionSiteRepository).
Resolving inheritance for "App\Repository\MetreConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreRepository" (parent: .abstract.instanceof.App\Repository\MetreRepository).
Resolving inheritance for "App\Repository\MetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreTemplateRepository" (parent: .abstract.instanceof.App\Repository\MetreTemplateRepository).
Resolving inheritance for "App\Repository\MetreTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonthlyCostRepository" (parent: .abstract.instanceof.App\Repository\MonthlyCostRepository).
Resolving inheritance for "App\Repository\MonthlyCostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonthlyCostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NormMetreRepository" (parent: .abstract.instanceof.App\Repository\NormMetreRepository).
Resolving inheritance for "App\Repository\NormMetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NormMetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository" (parent: .abstract.instanceof.App\Repository\NotificationsRepository).
Resolving inheritance for "App\Repository\NotificationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferPriceRepository" (parent: .abstract.instanceof.App\Repository\OfferPriceRepository).
Resolving inheritance for "App\Repository\OfferPriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferPriceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentRepository" (parent: .abstract.instanceof.App\Repository\OrderDocumentRepository).
Resolving inheritance for "App\Repository\OrderDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentTypeRepository" (parent: .abstract.instanceof.App\Repository\OrderDocumentTypeRepository).
Resolving inheritance for "App\Repository\OrderDocumentTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFormMaterielRepository" (parent: .abstract.instanceof.App\Repository\OrderFormMaterielRepository).
Resolving inheritance for "App\Repository\OrderFormMaterielRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFormMaterielRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStockHistoryRepository" (parent: .abstract.instanceof.App\Repository\OrderStockHistoryRepository).
Resolving inheritance for "App\Repository\OrderStockHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStockHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OverheadCostsRepository" (parent: .abstract.instanceof.App\Repository\OverheadCostsRepository).
Resolving inheritance for "App\Repository\OverheadCostsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OverheadCostsRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceMaterielRepository" (parent: .abstract.instanceof.App\Repository\PriceMaterielRepository).
Resolving inheritance for "App\Repository\PriceMaterielRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceMaterielRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressNumberSupplementRepository" (parent: .abstract.instanceof.App\Repository\ProgressNumberSupplementRepository).
Resolving inheritance for "App\Repository\ProgressNumberSupplementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressNumberSupplementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportRepository" (parent: .abstract.instanceof.App\Repository\ProgressReportRepository).
Resolving inheritance for "App\Repository\ProgressReportRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportStatusRepository" (parent: .abstract.instanceof.App\Repository\ProgressReportStatusRepository).
Resolving inheritance for "App\Repository\ProgressReportStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressRepository" (parent: .abstract.instanceof.App\Repository\ProgressRepository).
Resolving inheritance for "App\Repository\ProgressRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressViewTypeRepository" (parent: .abstract.instanceof.App\Repository\ProgressViewTypeRepository).
Resolving inheritance for "App\Repository\ProgressViewTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressViewTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository" (parent: .abstract.instanceof.App\Repository\ReminderRepository).
Resolving inheritance for "App\Repository\ReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalDefaultRepository" (parent: .abstract.instanceof.App\Repository\RentalDefaultRepository).
Resolving inheritance for "App\Repository\RentalDefaultRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalDefaultRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalRepository" (parent: .abstract.instanceof.App\Repository\RentalRepository).
Resolving inheritance for "App\Repository\RentalRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsAllocationRepository" (parent: .abstract.instanceof.App\Repository\ReportsAllocationRepository).
Resolving inheritance for "App\Repository\ReportsAllocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsAllocationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsCostRepository" (parent: .abstract.instanceof.App\Repository\ReportsCostRepository).
Resolving inheritance for "App\Repository\ReportsCostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsCostRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockRepository" (parent: .abstract.instanceof.App\Repository\ReservedStockRepository).
Resolving inheritance for "App\Repository\ReservedStockRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockSaleMaterialRepository" (parent: .abstract.instanceof.App\Repository\ReservedStockSaleMaterialRepository).
Resolving inheritance for "App\Repository\ReservedStockSaleMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockSaleMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailMessageRepository" (parent: .abstract.instanceof.App\Repository\ReturnMailMessageRepository).
Resolving inheritance for "App\Repository\ReturnMailMessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailMessageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailStatusRepository" (parent: .abstract.instanceof.App\Repository\ReturnMailStatusRepository).
Resolving inheritance for "App\Repository\ReturnMailStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewFormulaRepository" (parent: .abstract.instanceof.App\Repository\ReviewFormulaRepository).
Resolving inheritance for "App\Repository\ReviewFormulaRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewFormulaRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewProgressRangeRepository" (parent: .abstract.instanceof.App\Repository\ReviewProgressRangeRepository).
Resolving inheritance for "App\Repository\ReviewProgressRangeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewProgressRangeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionMetreRepository" (parent: .abstract.instanceof.App\Repository\SectionMetreRepository).
Resolving inheritance for "App\Repository\SectionMetreRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionMetreRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingMonthRepository" (parent: .abstract.instanceof.App\Repository\ServicingMonthRepository).
Resolving inheritance for "App\Repository\ServicingMonthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingMonthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingOfServicingMonthRepository" (parent: .abstract.instanceof.App\Repository\ServicingOfServicingMonthRepository).
Resolving inheritance for "App\Repository\ServicingOfServicingMonthRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingOfServicingMonthRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingRepository" (parent: .abstract.instanceof.App\Repository\ServicingRepository).
Resolving inheritance for "App\Repository\ServicingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteImageRepository" (parent: .abstract.instanceof.App\Repository\SiteImageRepository).
Resolving inheritance for "App\Repository\SiteImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatementOfClaimRepository" (parent: .abstract.instanceof.App\Repository\StatementOfClaimRepository).
Resolving inheritance for "App\Repository\StatementOfClaimRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatementOfClaimRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockInHistoryRepository" (parent: .abstract.instanceof.App\Repository\StockInHistoryRepository).
Resolving inheritance for "App\Repository\StockInHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockInHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliesEncodeConstructionSiteRepository" (parent: .abstract.instanceof.App\Repository\SuppliesEncodeConstructionSiteRepository).
Resolving inheritance for "App\Repository\SuppliesEncodeConstructionSiteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliesEncodeConstructionSiteRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeCostMachineryRepository" (parent: .abstract.instanceof.App\Repository\TypeCostMachineryRepository).
Resolving inheritance for "App\Repository\TypeCostMachineryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeCostMachineryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeMaterialRepository" (parent: .abstract.instanceof.App\Repository\TypeMaterialRepository).
Resolving inheritance for "App\Repository\TypeMaterialRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeMaterialRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository" (parent: .abstract.instanceof.App\Repository\UnitRepository).
Resolving inheritance for "App\Repository\UnitRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusRepository" (parent: .abstract.instanceof.App\Repository\UserStatusRepository).
Resolving inheritance for "App\Repository\UserStatusRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsInvoiceRepository" (parent: .abstract.instanceof.App\Repository\WarehouseMaterialsInvoiceRepository).
Resolving inheritance for "App\Repository\WarehouseMaterialsInvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsInvoiceRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsRepository" (parent: .abstract.instanceof.App\Repository\WarehouseMaterialsRepository).
Resolving inheritance for "App\Repository\WarehouseMaterialsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsRepository).
Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
Resolving inheritance for "cache.system" (parent: cache.adapter.system).
Resolving inheritance for "cache.validator" (parent: cache.system).
Resolving inheritance for "cache.serializer" (parent: cache.system).
Resolving inheritance for "cache.property_info" (parent: cache.system).
Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
Resolving inheritance for "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "serializer.name_converter.metadata_aware" (parent: serializer.name_converter.metadata_aware.abstract).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "messenger.retry.multiplier_retry_strategy.async" (parent: messenger.retry.abstract_multiplier_retry_strategy).
Resolving inheritance for "notifier.transport_factory.null" (parent: notifier.transport_factory.abstract).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_csrf_token_valid_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.manager.main" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_component" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_docker_database" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_listener" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_message" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_messenger_middleware" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_reset_password" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_schedule" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_test" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "messenger.bus.default.middleware.traceable" (parent: messenger.middleware.traceable).
Resolving inheritance for "messenger.bus.default.middleware.add_bus_name_stamp_middleware" (parent: messenger.middleware.add_bus_name_stamp_middleware).
Resolving inheritance for "messenger.bus.default.middleware.send_message" (parent: messenger.middleware.send_message).
Resolving inheritance for "messenger.bus.default.middleware.handle_message" (parent: messenger.middleware.handle_message).
Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.messenger" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.http_client" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.mailer" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.idle_connection_middleware.default" (parent: doctrine.dbal.idle_connection_middleware).
206
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\HttpCache\StoreInterface"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
Removed service "Symfony\Component\HttpFoundation\UriSigner"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\DependencyInjection\ServicesResetterInterface"; reason: private alias.
Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
Removed service "Symfony\Component\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; reason: private alias.
Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
Removed service "error_renderer.html"; reason: private alias.
Removed service "error_renderer"; reason: private alias.
Removed service ".Psr\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "cache.adapter.valkey"; reason: private alias.
Removed service "cache.adapter.valkey_tag_aware"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\NamespacedPoolInterface"; reason: private alias.
Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; reason: private alias.
Removed service "Psr\Http\Client\ClientInterface"; reason: private alias.
Removed service "mailer"; reason: private alias.
Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
Removed service "mailer.default_transport"; reason: private alias.
Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
Removed service "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\FileLinkFormatter"; reason: private alias.
Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; reason: private alias.
Removed service "Symfony\Component\TypeInfo\TypeResolver\TypeResolverInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
Removed service "Symfony\Component\WebLink\HttpHeaderSerializer"; reason: private alias.
Removed service "cache.default_redis_provider"; reason: private alias.
Removed service "cache.default_valkey_provider"; reason: private alias.
Removed service "cache.default_memcached_provider"; reason: private alias.
Removed service "cache.default_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; reason: private alias.
Removed service "session.storage.factory"; reason: private alias.
Removed service "session.handler"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
Removed service "form.property_accessor"; reason: private alias.
Removed service "form.choice_list_factory"; reason: private alias.
Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Messenger\Transport\Serialization\SerializerInterface"; reason: private alias.
Removed service "messenger.default_serializer"; reason: private alias.
Removed service "Symfony\Component\Messenger\MessageBusInterface"; reason: private alias.
Removed service "Symfony\Component\Notifier\NotifierInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; reason: private alias.
Removed service "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Doctrine\DBAL\Connection"; reason: private alias.
Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
Removed service "doctrine.dbal.event_manager"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.default_result_cache"; reason: private alias.
Removed service "doctrine.orm.default_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $default.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $defaultEntityManager"; reason: private alias.
Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
Removed service "doctrine.migrations.metadata_storage"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\UserAuthorizationCheckerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
Removed service "Symfony\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
Removed service "Symfony\Component\Security\Http\FirewallMapInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
Removed service "security.password_hasher"; reason: private alias.
Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
Removed service "security.firewall"; reason: private alias.
Removed service "security.user_providers"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
Removed service "security.authentication.session_strategy.main"; reason: private alias.
Removed service "security.user_checker.main"; reason: private alias.
Removed service "security.firewall.context_locator"; reason: private alias.
Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "twig.loader"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $messengerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
Removed service ".Psr\Log\LoggerInterface $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $mailerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "doctrine.id_generator_locator"; reason: private alias.
Removed service ".service_locator.y2tERyj"; reason: private alias.
Removed service ".service_locator.n_WDrVs"; reason: private alias.
Removed service ".service_locator.RgaFTwg"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "twig.error_renderer.html.inner"; reason: private alias.
Removed service "var_dumper.cli_dumper"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.main"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service "messenger.bus.default"; reason: private alias.
Removed service "doctrine.orm.default_metadata_driver"; reason: private alias.
Removed service ".service_locator.n_ENPtW"; reason: private alias.
Removed service ".service_locator.wXq_Wup"; reason: private alias.
Removed service ".service_locator.G1WbX3S"; reason: private alias.
Removed service ".service_locator.gRqrUt2"; reason: private alias.
Removed service ".service_locator.VGmGdBt"; reason: private alias.
Removed service ".service_locator.8cu9NQO"; reason: private alias.
Removed service ".service_locator.CEQYk9R"; reason: private alias.
Removed service ".service_locator.wR9JF5y"; reason: private alias.
Removed service ".service_locator.G5VwgtZ"; reason: private alias.
Removed service ".service_locator.O.OCrZ4"; reason: private alias.
Removed service ".service_locator.bjCU5wq"; reason: private alias.
Removed service ".service_locator.Yhd2pH8"; reason: private alias.
Removed service ".service_locator.z8KdPfF"; reason: private alias.
Removed service ".service_locator.eDAYz1F"; reason: private alias.
Removed service ".service_locator.KBTiM.9"; reason: private alias.
Removed service ".service_locator.1rB3zJx"; reason: private alias.
Removed service ".service_locator.Ad_cPbF"; reason: private alias.
Removed service ".service_locator.VWGUgtf"; reason: private alias.
Removed service ".service_locator.6q6gieh"; reason: private alias.
Removed service ".service_locator.slFbSu1"; reason: private alias.
Removed service ".service_locator.MegpXvl"; reason: private alias.
Removed service ".service_locator.3IlUbsr"; reason: private alias.
Removed service ".service_locator.Db.DCjJ"; reason: private alias.
Removed service ".service_locator.v6vPJy7"; reason: private alias.
Removed service ".service_locator.KpgXvqK"; reason: private alias.
Removed service ".service_locator.d14XHpV"; reason: private alias.
Removed service ".service_locator.NJoRcVW"; reason: private alias.
Removed service ".service_locator.OH5533D"; reason: private alias.
Removed service ".service_locator.pXS8eDA"; reason: private alias.
Removed service ".service_locator.d_Gpkuy"; reason: private alias.
Removed service ".service_locator.C8p.8mk"; reason: private alias.
Removed service ".service_locator.d8iPada"; reason: private alias.
Removed service ".service_locator.yStw1gj"; reason: private alias.
Removed service ".service_locator.hXc8TFI"; reason: private alias.
Removed service ".service_locator.Nrz07Zz"; reason: private alias.
Removed service ".service_locator.GINMJOX"; reason: private alias.
Removed service ".service_locator.9nvaCmp"; reason: private alias.
78
Changed reference of service "App\Controller\AdminInvoiceController" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "App\Security\LoginFormAuthenticator" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "url_helper" previously pointing to "router.default" to "router".
Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.messenger_consume_messages" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console.command.translation_lint" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "mailer.mailer" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "router_listener" previously pointing to "router.default" to "router".
Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
Changed reference of service "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type.color" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.form.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "messenger.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.middleware.router_context" previously pointing to "router.default" to "router".
Changed reference of service "messenger.retry.send_failed_message_for_retry_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.routable_message_bus" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "messenger.redispatch_message_handler" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.chat" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.sms" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.email" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.push" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.channel.desktop" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "notifier.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "notifier.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "data_collector.messenger" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
Changed reference of service "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
Changed reference of service "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener" previously pointing to "router.default" to "router".
Changed reference of service "security.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "messenger.bus.default.middleware.send_message" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.IlGSE9J" previously pointing to "debug.traced.messenger.bus.default" to "messenger.default_bus".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.closure_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.ZyP9f7K" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.7jukgan" previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.qXR9Hv0" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.xRvtKlk" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
646
Removed service "App\Entity"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; reason: abstract.
Removed service "cache.adapter.filesystem"; reason: abstract.
Removed service "cache.adapter.psr6"; reason: abstract.
Removed service "cache.adapter.redis"; reason: abstract.
Removed service "cache.adapter.redis_tag_aware"; reason: abstract.
Removed service "cache.adapter.memcached"; reason: abstract.
Removed service "cache.adapter.doctrine_dbal"; reason: abstract.
Removed service "cache.adapter.pdo"; reason: abstract.
Removed service "cache.adapter.array"; reason: abstract.
Removed service "assets.path_package"; reason: abstract.
Removed service "assets.url_package"; reason: abstract.
Removed service "assets.static_version_strategy"; reason: abstract.
Removed service "assets.json_manifest_version_strategy"; reason: abstract.
Removed service "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "serializer.name_converter.metadata_aware.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CharsetValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\MacAddressValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WeekValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WordCountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\YamlValidator"; reason: abstract.
Removed service "messenger.middleware.send_message"; reason: abstract.
Removed service "messenger.middleware.handle_message"; reason: abstract.
Removed service "messenger.middleware.add_bus_name_stamp_middleware"; reason: abstract.
Removed service "messenger.middleware.traceable"; reason: abstract.
Removed service "messenger.retry.abstract_multiplier_retry_strategy"; reason: abstract.
Removed service "notifier.transport_factory.abstract"; reason: abstract.
Removed service "monolog.logger_prototype"; reason: abstract.
Removed service "monolog.activation_strategy.not_found"; reason: abstract.
Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
Removed service "maker.auto_command.abstract"; reason: abstract.
Removed service "doctrine.dbal.connection"; reason: abstract.
Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
Removed service "doctrine.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; reason: abstract.
Removed service "doctrine.dbal.idle_connection_middleware"; reason: abstract.
Removed service "messenger.middleware.doctrine_transaction"; reason: abstract.
Removed service "messenger.middleware.doctrine_ping_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_close_connection"; reason: abstract.
Removed service "messenger.middleware.doctrine_open_transaction_logger"; reason: abstract.
Removed service "doctrine.orm.configuration"; reason: abstract.
Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
Removed service "doctrine.orm.security.user.provider"; reason: abstract.
Removed service "security.firewall.context"; reason: abstract.
Removed service "security.firewall.lazy_context"; reason: abstract.
Removed service "security.firewall.config"; reason: abstract.
Removed service "security.user.provider.missing"; reason: abstract.
Removed service "security.user.provider.in_memory"; reason: abstract.
Removed service "security.user.provider.ldap"; reason: abstract.
Removed service "security.user.provider.chain"; reason: abstract.
Removed service "security.logout_listener"; reason: abstract.
Removed service "security.logout.listener.session"; reason: abstract.
Removed service "security.logout.listener.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; reason: abstract.
Removed service "security.authentication.listener.abstract"; reason: abstract.
Removed service "security.authentication.custom_success_handler"; reason: abstract.
Removed service "security.authentication.success_handler"; reason: abstract.
Removed service "security.authentication.custom_failure_handler"; reason: abstract.
Removed service "security.authentication.failure_handler"; reason: abstract.
Removed service "security.exception_listener"; reason: abstract.
Removed service "security.authentication.switchuser_listener"; reason: abstract.
Removed service "security.authenticator.manager"; reason: abstract.
Removed service "security.firewall.authenticator"; reason: abstract.
Removed service "security.listener.user_provider.abstract"; reason: abstract.
Removed service "security.listener.user_checker"; reason: abstract.
Removed service "security.listener.session"; reason: abstract.
Removed service "security.listener.login_throttling"; reason: abstract.
Removed service "security.authenticator.http_basic"; reason: abstract.
Removed service "security.authenticator.form_login"; reason: abstract.
Removed service "security.authenticator.json_login"; reason: abstract.
Removed service "security.authenticator.x509"; reason: abstract.
Removed service "security.authenticator.remote_user"; reason: abstract.
Removed service "security.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc_discovery.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwkset"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.access_token_handler.oidc.encryption"; reason: abstract.
Removed service "security.access_token_handler.oauth2"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateDetailsMetreTemplatesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateDetailsMetreTemplatesCommand.0.App\Command\CreateDetailsMetreTemplatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateDetailsMetreTemplatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateInvoiceSalesDispatchingCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateInvoiceSalesDispatchingCommand.0.App\Command\CreateInvoiceSalesDispatchingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateInvoiceSalesDispatchingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CreateMetreTemplatesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\CreateMetreTemplatesCommand.0.App\Command\CreateMetreTemplatesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CreateMetreTemplatesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand.0.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\DeleteNonTrsDocumentsAndInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FillReviewProgressRange"; reason: abstract.
Removed service ".instanceof.App\Command\FillReviewProgressRange.0.App\Command\FillReviewProgressRange"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FillReviewProgressRange"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateCompanyCommand"; reason: abstract.
Removed service ".instanceof.App\Command\HorusUpdateCompanyCommand.0.App\Command\HorusUpdateCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HorusUpdateCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceCommand"; reason: abstract.
Removed service ".instanceof.App\Command\HorusUpdateInvoiceCommand.0.App\Command\HorusUpdateInvoiceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HorusUpdateInvoiceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HorusUpdateInvoiceSalesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\HorusUpdateInvoiceSalesCommand.0.App\Command\HorusUpdateInvoiceSalesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HorusUpdateInvoiceSalesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexBaseFromIndexCommand"; reason: abstract.
Removed service ".instanceof.App\Command\IndexBaseFromIndexCommand.0.App\Command\IndexBaseFromIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IndexBaseFromIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\IndexTemplateFromIndexCommand"; reason: abstract.
Removed service ".instanceof.App\Command\IndexTemplateFromIndexCommand.0.App\Command\IndexTemplateFromIndexCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\IndexTemplateFromIndexCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceAutoDispatchingCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InvoiceAutoDispatchingCommand.0.App\Command\InvoiceAutoDispatchingCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InvoiceAutoDispatchingCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\InvoiceScanCommand"; reason: abstract.
Removed service ".instanceof.App\Command\InvoiceScanCommand.0.App\Command\InvoiceScanCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\InvoiceScanCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateCompanyCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateCompanyCommand.0.App\Command\OdooUpdateCompanyCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateCompanyCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateEntryInvoicesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateEntryInvoicesCommand.0.App\Command\OdooUpdateEntryInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateEntryInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInternalCompaniesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateInternalCompaniesCommand.0.App\Command\OdooUpdateInternalCompaniesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateInternalCompaniesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateInvoicesSinceCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateInvoicesSinceCommand.0.App\Command\OdooUpdateInvoicesSinceCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateInvoicesSinceCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateJournalsCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateJournalsCommand.0.App\Command\OdooUpdateJournalsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateJournalsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OdooUpdateSaleInvoicesCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OdooUpdateSaleInvoicesCommand.0.App\Command\OdooUpdateSaleInvoicesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OdooUpdateSaleInvoicesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\OldFileNameCommand"; reason: abstract.
Removed service ".instanceof.App\Command\OldFileNameCommand.0.App\Command\OldFileNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\OldFileNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\TestConnexionExternalDbCommand"; reason: abstract.
Removed service ".instanceof.App\Command\TestConnexionExternalDbCommand.0.App\Command\TestConnexionExternalDbCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\TestConnexionExternalDbCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateConstructionSiteStatusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateConstructionSiteStatusCommand.0.App\Command\UpdateConstructionSiteStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateConstructionSiteStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateNumberOfOrderDocumentCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateNumberOfOrderDocumentCommand.0.App\Command\UpdateNumberOfOrderDocumentCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateNumberOfOrderDocumentCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdatePathInvoiceHorusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdatePathInvoiceHorusCommand.0.App\Command\UpdatePathInvoiceHorusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdatePathInvoiceHorusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\UpdateProgressStatusCommand"; reason: abstract.
Removed service ".instanceof.App\Command\UpdateProgressStatusCommand.0.App\Command\UpdateProgressStatusCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\UpdateProgressStatusCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminCompanyController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminConstructionSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminConstructionSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminConstructionSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminDispatchingIaController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminDispatchingIaController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminDispatchingIaController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminEstimateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminEstimateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminEstimateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminExportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminExportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFileController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminFileController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminFilesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminFilesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminHomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminHorusController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminHorusController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminHorusController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminImportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminImportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminIndexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminIndexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceConstructionSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceConstructionSiteController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminInvoiceConstructionSiteController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminInvoiceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminInvoiceMonthController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminInvoiceMonthController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminInvoiceMonthController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMachineryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMachineryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminMachineryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMaterialController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminMaterialController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminMetreController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminMetreController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminMetreController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminNotificationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminNotificationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminOfferPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminOfferPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminOfferPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminParametersController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminParametersController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminReportController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminReportController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticProgressController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminStatisticProgressController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminStatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminStatisticsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminStatisticsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminSubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminSubmissionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminSubmissionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminUserController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminUserController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminWarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminWarehouseController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\AdminWarehouseController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\ContructionSitePlaningCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\ContructionSitePlaningCloudController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\ContructionSitePlaningCloudController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\DataFromTRSController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\DataFromTRSController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\DataFromTRSController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\HoursPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\HoursPriceController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\HoursPriceController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MachineryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MachineryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\MachineryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\MigrateFromProgressToMail"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\MigrateFromProgressToMail"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\MigrateFromProgressToMail"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\NotificationsController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\NotificationsController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\RenameNDC"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\RenameNDC"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\RenameNDC"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\UpdateInvoiceTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\UpdateInvoiceTypesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\UpdateInvoiceTypesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WinbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WinbookController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\WinbookController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Cron\WorkerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Cron\WorkerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Cron\WorkerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\CompanyShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\CompanyShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\CompanyShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ConstructionSiteShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ConstructionSiteShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\ConstructionSiteShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\DeliveryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\DeliveryShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\DeliveryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ExportShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ExportShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\ExportShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\HomeShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\HomeShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\HomeShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\InventoryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\InventoryShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\InventoryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LibraryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LibraryShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\LibraryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\LostMaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\LostMaterielShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\LostMaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterialsShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterialsShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\MaterialsShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielCompanyShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielCompanyShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\MaterielCompanyShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\MaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\MaterielShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\MaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderFormMaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderFormMaterielShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\OrderFormMaterielShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\OrderShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\OrderShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\OrderShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\RentShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\RentShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\RentShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReportShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReportShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\ReportShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\ReservedStockShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\ReservedStockShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\ReservedStockShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\SettingsShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\SettingsShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\SettingsShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\StockInHistoryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\StockInHistoryShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\StockInHistoryShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UnitShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UnitShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\UnitShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Shop\UserShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Shop\UserShopController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Shop\UserShopController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\TabletController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\TabletController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\TabletController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddCompanyFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddCompanyFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddConstructionSiteFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddConstructionSiteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddExternalUserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddExternalUserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddImportFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddImportFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMachineryConstructionSiteFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddMachineryConstructionSiteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreConstructionSiteFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddMetreConstructionSiteFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddMetreFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddMetreFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddUserFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddUserFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AddWorkerFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AddWorkerFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DetailsMetreFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\DetailsMetreFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditInvoiceFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EditInvoiceFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\EditProgressReportFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\EditProgressReportFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LinkMachineryFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LinkMachineryFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MetreFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MetreFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
Removed service ".instanceof.App\MessageHandler\ScanInvoiceMessageHandler.0.App\MessageHandler\ScanInvoiceMessageHandler"; reason: abstract.
Removed service ".abstract.instanceof.App\MessageHandler\ScanInvoiceMessageHandler"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AllocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AllocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ApiHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ApiHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BankRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\BankRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryDetailsMetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CategoryDetailsMetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CompanyStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConstructionSiteCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSitePhotoRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConstructionSitePhotoRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConstructionSiteStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ConstructionSiteStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CostMachineryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\CostMachineryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DaybooksRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DaybooksRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DefaultsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DefaultsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryNoteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DeliveryNoteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreEncodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetailsMetreEncodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetailsMetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DetailsMetreTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DetailsMetreTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FactorIndexRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FactorIndexRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FamilyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FamilyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FiscalYearsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FiscalYearsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryActionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryActionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryIndexRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryIndexRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreDetailsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryMetreDetailsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryMetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryMetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HistoryStatementStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HistoryStatementStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HolidaysRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HolidaysRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HorusParamsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\HorusParamsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexBaseValueRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndexBaseValueRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndexRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IndexTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\IndexTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceAmountRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceAmountRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceMachineryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceMachineryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceOtherViewRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceOtherViewRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusNameRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceStatusNameRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypeUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTypeUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceTypesRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceTypesRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceUserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceUserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceWaitingStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\InvoiceWaitingStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LinkReservedStockStockInHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LinkReservedStockStockInHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LostMaterielRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LostMaterielRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteEncodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MachineryConstructionSiteEncodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MachineryConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MachineryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MachineryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielCompanyRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterielCompanyRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielPricingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterielPricingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterielRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaterielTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MaterielTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteEncodeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetreConstructionSiteEncodeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetreConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetreTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MetreTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonthlyCostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MonthlyCostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NormMetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NormMetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\NotificationsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OfferPriceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OfferPriceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderDocumentTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderDocumentTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderFormMaterielRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderFormMaterielRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OrderStockHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OrderStockHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OverheadCostsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\OverheadCostsRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PriceMaterielRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PriceMaterielRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressNumberSupplementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgressNumberSupplementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgressReportRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressReportStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgressReportStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgressRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgressViewTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgressViewTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalDefaultRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RentalDefaultRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RentalRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RentalRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsAllocationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportsAllocationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReportsCostRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReportsCostRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReservedStockRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservedStockSaleMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReservedStockSaleMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailMessageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReturnMailMessageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReturnMailStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReturnMailStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewFormulaRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReviewFormulaRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReviewProgressRangeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReviewProgressRangeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionMetreRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectionMetreRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingMonthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicingMonthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingOfServicingMonthRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicingOfServicingMonthRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ServicingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ServicingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SiteImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SiteImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StatementOfClaimRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StatementOfClaimRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StockInHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\StockInHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuppliesEncodeConstructionSiteRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SuppliesEncodeConstructionSiteRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeCostMachineryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeCostMachineryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TypeMaterialRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TypeMaterialRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UnitRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UnitRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserStatusRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\UserStatusRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsInvoiceRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseMaterialsInvoiceRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\WarehouseMaterialsRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\WarehouseMaterialsRepository"; reason: abstract.
111
Removed service "App\Message\ScanInvoiceMessage"; reason: unused.
Removed service "App\Query\CastAsInteger"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "psr18.http_client"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "mailer.mailer"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
Removed service "serializer.name_converter.snake_case_to_camel_case"; reason: unused.
Removed service "type_info.type_context_factory"; reason: unused.
Removed service "type_info.resolver"; reason: unused.
Removed service "type_info.resolver.reflection_type"; reason: unused.
Removed service "type_info.resolver.reflection_parameter"; reason: unused.
Removed service "type_info.resolver.reflection_property"; reason: unused.
Removed service "type_info.resolver.reflection_return"; reason: unused.
Removed service "type_info.resolver.string"; reason: unused.
Removed service "type_info.resolver.reflection_parameter.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_property.phpdoc_aware"; reason: unused.
Removed service "type_info.resolver.reflection_return.phpdoc_aware"; reason: unused.
Removed service ".cache_connection.MfCypIA"; reason: unused.
Removed service ".cache_connection.H8vabc8"; reason: unused.
Removed service ".cache_connection.8kvDmRs"; reason: unused.
Removed service "session.storage.factory.php_bridge"; reason: unused.
Removed service "session.storage.factory.mock_file"; reason: unused.
Removed service "session.handler.native_file"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "messenger.transport.symfony_serializer"; reason: unused.
Removed service "messenger.middleware.validation"; reason: unused.
Removed service "messenger.middleware.router_context"; reason: unused.
Removed service "messenger.transport.amqp.factory"; reason: unused.
Removed service "messenger.transport.redis.factory"; reason: unused.
Removed service "messenger.transport.sqs.factory"; reason: unused.
Removed service "messenger.transport.beanstalkd.factory"; reason: unused.
Removed service "notifier"; reason: unused.
Removed service "notifier.channel_policy"; reason: unused.
Removed service "notifier.flash_message_importance_mapper"; reason: unused.
Removed service "notifier.channel.browser"; reason: unused.
Removed service "notifier.channel.chat"; reason: unused.
Removed service "notifier.channel.sms"; reason: unused.
Removed service "notifier.channel.email"; reason: unused.
Removed service "notifier.channel.push"; reason: unused.
Removed service "notifier.channel.desktop"; reason: unused.
Removed service "notifier.monolog_handler"; reason: unused.
Removed service "notifier.failed_message_listener"; reason: unused.
Removed service "notifier.admin_recipient.0"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; reason: unused.
Removed service "monolog.formatter.chrome_php"; reason: unused.
Removed service "monolog.formatter.gelf_message"; reason: unused.
Removed service "monolog.formatter.html"; reason: unused.
Removed service "monolog.formatter.json"; reason: unused.
Removed service "monolog.formatter.line"; reason: unused.
Removed service "monolog.formatter.loggly"; reason: unused.
Removed service "monolog.formatter.normalizer"; reason: unused.
Removed service "monolog.formatter.scalar"; reason: unused.
Removed service "monolog.formatter.wildfire"; reason: unused.
Removed service "monolog.formatter.logstash"; reason: unused.
Removed service "monolog.http_client"; reason: unused.
Removed service "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore"; reason: unused.
Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
Removed service "doctrine.migrations.connection_loader"; reason: unused.
Removed service "doctrine.migrations.em_loader"; reason: unused.
Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
Removed service "security.authentication.session_strategy_noop"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.RS512"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.PS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption_algorithm_manager_factory"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.RSAOAEP"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHES"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.ECDHSS"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128CBCHS256"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192CBCHS384"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256CBCHS512"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A128GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A192GCM"; reason: unused.
Removed service "security.access_token_handler.oidc.encryption.A256GCM"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service ".service_locator.NLcq8cs"; reason: unused.
Removed service ".service_locator.riiCAol"; reason: unused.
Removed service ".service_locator.7KXt.i1"; reason: unused.
402
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminCompanyController" to "App\Controller\AdminCompanyController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminConstructionSiteController" to "App\Controller\AdminConstructionSiteController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminDispatchingIaController" to "App\Controller\AdminDispatchingIaController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminEstimateController" to "App\Controller\AdminEstimateController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminExportController" to "App\Controller\AdminExportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminFileController" to "App\Controller\AdminFileController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminFilesController" to "App\Controller\AdminFilesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminHomeController" to "App\Controller\AdminHomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminHorusController" to "App\Controller\AdminHorusController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminImportController" to "App\Controller\AdminImportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminIndexController" to "App\Controller\AdminIndexController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminInvoiceConstructionSiteController" to "App\Controller\AdminInvoiceConstructionSiteController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminInvoiceController" to "App\Controller\AdminInvoiceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminInvoiceMonthController" to "App\Controller\AdminInvoiceMonthController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminMachineryController" to "App\Controller\AdminMachineryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminMaterialController" to "App\Controller\AdminMaterialController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminMetreController" to "App\Controller\AdminMetreController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminNotificationController" to "App\Controller\AdminNotificationController".
Inlined service "App\Service\MetreTemplateService" to "App\Controller\AdminOfferPriceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminOfferPriceController" to "App\Controller\AdminOfferPriceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminParametersController" to "App\Controller\AdminParametersController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminProgressController" to "App\Controller\AdminProgressController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminReportController" to "App\Controller\AdminReportController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminStatisticProgressController" to "App\Controller\AdminStatisticProgressController".
Inlined service "App\Service\GeneralExpensesService" to "App\Controller\AdminStatisticsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminStatisticsController" to "App\Controller\AdminStatisticsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminSubmissionController" to "App\Controller\AdminSubmissionController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminUserController" to "App\Controller\AdminUserController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\AdminWarehouseController" to "App\Controller\AdminWarehouseController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\ContructionSitePlaningCloudController" to "App\Controller\Cron\ContructionSitePlaningCloudController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\DataFromTRSController" to "App\Controller\Cron\DataFromTRSController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\HoursPriceController" to "App\Controller\Cron\HoursPriceController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\MachineryController" to "App\Controller\Cron\MachineryController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\MigrateFromProgressToMail" to "App\Controller\Cron\MigrateFromProgressToMail".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\NotificationsController" to "App\Controller\Cron\NotificationsController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\RenameNDC" to "App\Controller\Cron\RenameNDC".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\UpdateInvoiceTypesController" to "App\Controller\Cron\UpdateInvoiceTypesController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\WinbookController" to "App\Controller\Cron\WinbookController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Cron\WorkerController" to "App\Controller\Cron\WorkerController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\HomeController" to "App\Controller\HomeController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\SecurityController" to "App\Controller\SecurityController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\CompanyShopController" to "App\Controller\Shop\CompanyShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\ConstructionSiteShopController" to "App\Controller\Shop\ConstructionSiteShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\DeliveryShopController" to "App\Controller\Shop\DeliveryShopController".
Inlined service "App\Service\PDFService" to "App\Controller\Shop\ExportShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\ExportShopController" to "App\Controller\Shop\ExportShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\HomeShopController" to "App\Controller\Shop\HomeShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\InventoryShopController" to "App\Controller\Shop\InventoryShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\LibraryShopController" to "App\Controller\Shop\LibraryShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\LostMaterielShopController" to "App\Controller\Shop\LostMaterielShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\MaterialsShopController" to "App\Controller\Shop\MaterialsShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\MaterielCompanyShopController" to "App\Controller\Shop\MaterielCompanyShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\MaterielShopController" to "App\Controller\Shop\MaterielShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\OrderFormMaterielShopController" to "App\Controller\Shop\OrderFormMaterielShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\OrderShopController" to "App\Controller\Shop\OrderShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\RentShopController" to "App\Controller\Shop\RentShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\ReportShopController" to "App\Controller\Shop\ReportShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\ReservedStockShopController" to "App\Controller\Shop\ReservedStockShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\SettingsShopController" to "App\Controller\Shop\SettingsShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\StockInHistoryShopController" to "App\Controller\Shop\StockInHistoryShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\UnitShopController" to "App\Controller\Shop\UnitShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\Shop\UserShopController" to "App\Controller\Shop\UserShopController".
Inlined service ".service_locator.ZyP9f7K.App\Controller\TabletController" to "App\Controller\TabletController".
Inlined service "App\Service\OpenAiInvoiceDispatchingService" to "App\Service\InvoiceDispatchingManager".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.va_rxC4" to "fragment.handler".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.DOrA4Nm" to "console.command.cache_pool_invalidate_tags".
Inlined service "messenger.listener.reset_services" to "console.command.messenger_consume_messages".
Inlined service "console.messenger.application" to "console.messenger.execute_command_handler".
Inlined service "cache.app.recorder_inner" to "cache.app".
Inlined service "cache.system.recorder_inner" to "cache.system".
Inlined service "cache.validator.recorder_inner" to "cache.validator".
Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets.empty_version_strategy" to "assets._default_package".
Inlined service "assets.context" to "assets._default_package".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.ILdUWIS" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" to "translation.extractor".
Inlined service "twig.translation.extractor" to "translation.extractor".
Inlined service "translation.dumper.php" to "translation.writer".
Inlined service "translation.dumper.xliff" to "translation.writer".
Inlined service "translation.dumper.xliff.xliff" to "translation.writer".
Inlined service "translation.dumper.po" to "translation.writer".
Inlined service "translation.dumper.mo" to "translation.writer".
Inlined service "translation.dumper.yml" to "translation.writer".
Inlined service "translation.dumper.yaml" to "translation.writer".
Inlined service "translation.dumper.qt" to "translation.writer".
Inlined service "translation.dumper.csv" to "translation.writer".
Inlined service "translation.dumper.ini" to "translation.writer".
Inlined service "translation.dumper.json" to "translation.writer".
Inlined service "translation.dumper.res" to "translation.writer".
Inlined service ".service_locator.7jukgan.translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
Inlined service "routing.loader.xml" to "routing.resolver".
Inlined service "routing.loader.yml" to "routing.resolver".
Inlined service "routing.loader.php" to "routing.resolver".
Inlined service "routing.loader.glob" to "routing.resolver".
Inlined service "routing.loader.directory" to "routing.resolver".
Inlined service "routing.loader.container" to "routing.resolver".
Inlined service "routing.loader.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.rhF__EI" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.u.4FiKa" to "router.expression_language_provider".
Inlined service ".service_locator.qXR9Hv0.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.denormalizer.unwrapping" to "serializer".
Inlined service "serializer.normalizer.flatten_exception" to "serializer".
Inlined service "serializer.normalizer.problem" to "serializer".
Inlined service "serializer.normalizer.uid" to "serializer".
Inlined service "serializer.normalizer.datetime" to "serializer".
Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
Inlined service "serializer.normalizer.mime_message" to "serializer".
Inlined service "serializer.normalizer.datetimezone" to "serializer".
Inlined service "serializer.normalizer.dateinterval" to "serializer".
Inlined service "serializer.normalizer.form_error" to "serializer".
Inlined service "serializer.normalizer.backed_enum" to "serializer".
Inlined service "serializer.normalizer.number" to "serializer".
Inlined service "serializer.normalizer.data_uri" to "serializer".
Inlined service "serializer.normalizer.translatable" to "serializer".
Inlined service "serializer.normalizer.json_serializable" to "serializer".
Inlined service "serializer.denormalizer.array" to "serializer".
Inlined service "serializer.normalizer.object" to "serializer".
Inlined service "serializer.encoder.xml" to "serializer".
Inlined service "serializer.encoder.json" to "serializer".
Inlined service "serializer.encoder.yaml" to "serializer".
Inlined service "serializer.encoder.csv" to "serializer".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.ECaP3MA" to "session_listener".
Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
Inlined service "form.extension" to "form.registry".
Inlined service "form.resolved_type_factory" to "form.registry".
Inlined service ".service_locator.X6B.iX3" to "form.extension".
Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
Inlined service "validator.validator_factory" to "validator.builder".
Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
Inlined service "validator.property_info_loader" to "validator.builder".
Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.l8f7KSw" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "messenger.retry_strategy_locator" to "messenger.retry.send_failed_message_for_retry_listener".
Inlined service ".service_locator.IlGSE9J" to "messenger.routable_message_bus".
Inlined service "messenger.transport.native_php_serializer" to "messenger.transport.async".
Inlined service "messenger.transport_factory" to "messenger.transport.async".
Inlined service "chatter.transport_factory" to "chatter.transports".
Inlined service "chatter.transports" to "chatter.messenger.chat_handler".
Inlined service "texter.transport_factory" to "texter.transports".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" to "profiler".
Inlined service "data_collector.time" to "profiler".
Inlined service "data_collector.memory" to "profiler".
Inlined service "data_collector.validator" to "profiler".
Inlined service "data_collector.ajax" to "profiler".
Inlined service "data_collector.exception" to "profiler".
Inlined service "data_collector.logger" to "profiler".
Inlined service "data_collector.events" to "profiler".
Inlined service "data_collector.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "doctrine_migrations.migrations_collector" to "profiler".
Inlined service "data_collector.messenger" to "profiler".
Inlined service "mailer.data_collector" to "profiler".
Inlined service "notifier.data_collector" to "profiler".
Inlined service "data_collector.config" to "profiler".
Inlined service ".service_locator.l73xxOy" to "profiler.state_checker".
Inlined service "profiler.state_checker" to "profiler.is_disabled_state_checker".
Inlined service "data_collector.form.extractor" to "data_collector.form".
Inlined service "debug.validator.inner" to "debug.validator".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.profiler" to "twig".
Inlined service "twig.extension.trans" to "twig".
Inlined service "twig.extension.assets" to "twig".
Inlined service "twig.extension.routing" to "twig".
Inlined service "twig.extension.yaml" to "twig".
Inlined service "twig.extension.debug.stopwatch" to "twig".
Inlined service "twig.extension.expression" to "twig".
Inlined service "twig.extension.httpkernel" to "twig".
Inlined service "twig.extension.httpfoundation" to "twig".
Inlined service "twig.extension.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.lMv3Dwi.twig.template_cache_warmer" to "twig.template_cache_warmer".
Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
Inlined service "assets.packages" to "twig.extension.assets".
Inlined service "fragment.handler" to "twig.runtime.httpkernel".
Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
Inlined service "url_helper" to "twig.extension.httpfoundation".
Inlined service ".service_locator.DG7Og79" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
Inlined service "maker.autoloader_util" to "maker.file_manager".
Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
Inlined service "maker.template_component_generator" to "maker.generator".
Inlined service "maker.event_registry" to "maker.maker.make_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.legacy_schema_manager_factory" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.idle_connection_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.rM.RRbw" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
Inlined service ".service_locator.lS2ep99" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.typed_field_mapper.default" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
Inlined service "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
Inlined service "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
Inlined service ".service_locator.mDV6p8L" to "security.token_storage".
Inlined service ".service_locator.2QMaG2L" to "security.helper".
Inlined service ".service_locator.vgziCoP" to "security.helper".
Inlined service "security.expression_language" to "security.access.expression_voter".
Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
Inlined service "security.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service "cache.security_is_csrf_token_valid_attribute_expression_language.recorder_inner" to "cache.security_is_csrf_token_valid_attribute_expression_language".
Inlined service ".security.request_matcher.TmbmCzN" to "security.access_map".
Inlined service ".security.request_matcher.SVK5D2B" to "security.access_map".
Inlined service ".security.request_matcher.gqeV8Mv" to "security.access_map".
Inlined service "security.impersonate_url_generator" to "twig.extension.security".
Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
Inlined service ".security.request_matcher.kQIRvor" to ".security.request_matcher.gOpgIHx".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.main".
Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
Inlined service ".security.request_matcher.qb_8mak" to ".security.request_matcher.TmbmCzN".
Inlined service ".security.request_matcher.pqyCXG8" to ".security.request_matcher.SVK5D2B".
Inlined service ".security.request_matcher.80bWS0z" to ".security.request_matcher.gqeV8Mv".
Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
Inlined service "maker.maker.make_twig_component" to "maker.auto_command.make_twig_component".
Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
Inlined service "maker.maker.make_docker_database" to "maker.auto_command.make_docker_database".
Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
Inlined service "maker.maker.make_listener" to "maker.auto_command.make_listener".
Inlined service "maker.maker.make_message" to "maker.auto_command.make_message".
Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
Inlined service "maker.maker.make_schedule" to "maker.auto_command.make_schedule".
Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
Inlined service "maker.maker.make_test" to "maker.auto_command.make_test".
Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
Inlined service "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.TylLGMC" to ".service_locator.TylLGMC.App\Controller\AdminConstructionSiteController::getSuppliesEncodeConstuctionImages()".
Inlined service ".service_locator.nt6riF3" to ".service_locator.nt6riF3.App\Controller\AdminFileController::index()".
Inlined service ".service_locator.ZbLhJfR" to ".service_locator.ZbLhJfR.App\Controller\AdminFilesController::index()".
Inlined service ".service_locator.9KZg1s7" to ".service_locator.9KZg1s7.App\Controller\AdminHomeController::index()".
Inlined service ".service_locator.I_DgZvZ" to ".service_locator.I_DgZvZ.App\Controller\AdminHomeController::loadDispatchingAlerts()".
Inlined service ".service_locator.WVdNjL1" to ".service_locator.WVdNjL1.App\Controller\AdminHomeController::updateWaitingStatus()".
Inlined service ".service_locator.2bhfmDL" to ".service_locator.2bhfmDL.App\Controller\AdminHorusController::updateInvoicePdf()".
Inlined service ".service_locator.88LxaxR" to ".service_locator.88LxaxR.App\Controller\AdminImportController::index()".
Inlined service ".service_locator.G5nIs0H" to ".service_locator.G5nIs0H.App\Controller\AdminImportController::verifyImportFile()".
Inlined service ".service_locator.Ja8rbqP" to ".service_locator.Ja8rbqP.App\Controller\AdminImportController::addImportFile()".
Inlined service ".service_locator.Cra_jTN" to ".service_locator.Cra_jTN.App\Controller\AdminInvoiceController::invoiceById()".
Inlined service ".service_locator.N2ythQh" to ".service_locator.N2ythQh.App\Controller\AdminInvoiceController::existingLinkInvoiceSales()".
Inlined service ".service_locator.ZKuBxHI" to ".service_locator.ZKuBxHI.App\Controller\AdminInvoiceController::deleteInvoiceType()".
Inlined service ".service_locator.v9mGdZe" to ".service_locator.v9mGdZe.App\Controller\AdminMetreController::getRecurringDetails()".
Inlined service ".service_locator.cOuELAt" to ".service_locator.cOuELAt.App\Controller\AdminMetreController::deleteRecurringDetail()".
Inlined service ".service_locator.8nhljCh" to ".service_locator.8nhljCh.App\Controller\AdminOfferPriceController::duplicate()".
Inlined service ".service_locator.u9Ft6qN" to ".service_locator.u9Ft6qN.App\Controller\AdminParametersController::updateOdooJournals()".
Inlined service ".service_locator.q8j2FOZ" to ".service_locator.q8j2FOZ.App\Controller\AdminParametersController::updateOdooEntryInvoices()".
Inlined service ".service_locator.NylB9M6" to ".service_locator.NylB9M6.App\Controller\AdminParametersController::updateOdooSaleInvoices()".
Inlined service ".service_locator.1FDTs2R" to ".service_locator.1FDTs2R.App\Controller\AdminUserController::worker()".
Inlined service ".service_locator.QO3DctK" to ".service_locator.QO3DctK.App\Controller\AdminUserController::updateUser()".
Inlined service ".service_locator.iLTMdV2" to ".service_locator.iLTMdV2.App\Controller\Cron\ContructionSitePlaningCloudController::updateConstructionSite()".
Inlined service ".service_locator.INRXI4o" to ".service_locator.INRXI4o.App\Controller\Cron\WorkerController::updateMachines()".
Inlined service ".service_locator.Ncrp3yq" to ".service_locator.Ncrp3yq.App\Controller\Cron\WorkerController::updateWorkers()".
Inlined service ".service_locator.3QECKYg" to ".service_locator.3QECKYg.App\Controller\SecurityController::login()".
Inlined service ".service_locator.3X6_de3" to ".service_locator.3X6_de3.App\Controller\TabletController::encodeOneMetre()".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "messenger.senders_locator" to "messenger.bus.default.middleware.send_message".
Inlined service "messenger.bus.default.messenger.handlers_locator" to "messenger.bus.default.middleware.handle_message".
Inlined service "App\MessageHandler\ScanInvoiceMessageHandler" to ".messenger.handler_descriptor.XVYom5G".
Inlined service "process.messenger.process_message_handler" to ".messenger.handler_descriptor.Die6Bxe".
Inlined service "console.messenger.execute_command_handler" to ".messenger.handler_descriptor.NumTeF8".
Inlined service "http_client.messenger.ping_webhook_handler" to ".messenger.handler_descriptor.Qv3faSN".
Inlined service "mailer.messenger.message_handler" to ".messenger.handler_descriptor.WG.oRBv".
Inlined service "messenger.redispatch_message_handler" to ".messenger.handler_descriptor.jyyWvHw".
Inlined service "chatter.messenger.chat_handler" to ".messenger.handler_descriptor.gEx8y9a".
Inlined service "texter.messenger.sms_handler" to ".messenger.handler_descriptor.UKIJHil".
Inlined service "texter.messenger.push_handler" to ".messenger.handler_descriptor.EXsqOW5".
Inlined service "texter.messenger.desktop_handler" to ".messenger.handler_descriptor.Dkv9sRY".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".service_locator.BxSdgVt" to ".doctrine.orm.default_metadata_driver".
Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logging_middleware.default".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "security.access.closure_voter" to ".debug.security.voter.security.access.closure_voter".
Inlined service "security.is_csrf_token_valid_attribute_expression_language" to "controller.is_csrf_token_valid_attribute_listener".
Inlined service ".service_locator.7jukgan" to ".service_locator.7jukgan.translation.warmer".
Inlined service ".service_locator.L1C6hK5" to ".service_locator.L1C6hK5.router.default".
Inlined service ".service_locator.qXR9Hv0" to ".service_locator.qXR9Hv0.router.cache_warmer".
Inlined service ".service_locator.lMv3Dwi" to ".service_locator.lMv3Dwi.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.ccTBFaB" to "debug.argument_resolver.inner".
Inlined service ".service_locator.vunuov8" to "console.command_loader".
Inlined service ".service_locator.L1C6hK5.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.traced.messenger.bus.default.inner" to "messenger.default_bus".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "serializer.name_converter.metadata_aware" to "serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
1
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.main", "debug.security.event_dispatcher.main", ".debug.http_client", "messenger.default_bus", "event_dispatcher", but was never used.