7299_testToMaster #2411

Merged
alexm merged 342 commits from 7299_testToMaster into master 2024-05-07 05:30:42 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e15fb8dec6 - Show all commits

View File

@ -8,6 +8,6 @@ BEGIN
*
* @param vCatalogueFk Identifier de floranet.catalogue
*/
SELECT * FROM catalogue WHERE id = vCatalogueFk;
SELECT * FROM catalogue WHERE id = vSelf;
END$$
DELIMITER ;