Fix: refs #7126 Fix proc
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
1ea357a5dd
commit
eea04520ad
|
@ -43,6 +43,6 @@ BEGIN
|
|||
WHERE w.isManaged
|
||||
AND YEAR(t.shipped) = YEAR(util.VN_CURDATE())
|
||||
AND WEEK(t.shipped, 4) = WEEK(util.VN_CURDATE(), 4)
|
||||
GROUP BY it.id, s.itemFk
|
||||
GROUP BY it.id, s.itemFk;
|
||||
END$$
|
||||
DELIMITER ;
|
||||
|
|
Loading…
Reference in New Issue