fix: refs #7969 fix on collectionNew #2962

Merged
pako merged 2 commits from 7969-hotFixplatTray2 into master 2024-09-16 06:23:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 390b8271c2 - Show all commits

View File

@ -1,5 +1,5 @@
DELIMITER $$ DELIMITER $$
CREATE OR REPLACE DEFINER=`vn`@`localhost` PROCEDURE `vn`.`productionControl`( CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `vn`.`productionControl`(
vWarehouseFk INT, vWarehouseFk INT,
vScopeDays INT vScopeDays INT
) )