refactor: refs #7580 Requested changes
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-07-10 11:32:41 +02:00
parent 73b43aa254
commit 3c975aa9c4
1 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ BEGIN
CALL util.throw('parkingNotExist');
END IF;
START TRANSACTION;
IF vParam REGEXP '^[0-9]+$' THEN
SET vLastWeek = util.VN_CURDATE() - INTERVAL 1 WEEK;