Контроль целостности логинов юзеров

This commit is contained in:
2025-08-18 17:19:29 +03:00
parent ef12d4f7a9
commit 037390a9c7
11 changed files with 150 additions and 155 deletions

View File

@@ -404,7 +404,7 @@ int DataBaseLMS::deleteTaskFIM(int id_task)
report_id = queryReportsSEL.value(0).toInt();
}
}
if(!report_id)
else
{
resBool = db->rollback();
return 0;