This commit is contained in:
2026-04-27 17:46:12 +02:00
parent ed2f89567c
commit 11afc80a7b
27 changed files with 1245 additions and 24 deletions

View File

@@ -247,7 +247,7 @@ class CalcController extends MainController implements ControllerInterface {
$dalData = MfParticipantDAL::GetDalDataObj();
$dalData->addCondition('location', $location);
//$dalData->setSortBy();
$dalData->setSortBy('id_mf_participant DESC');
$arrayObjReg = MfParticipantDAL::GetResult($dalData);
//Utils::ArrayDisplay($arrayObjReg);