fix: refs #7969 no agency restriction removed
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
390b8271c2
commit
6983a2fbd9
|
@ -276,7 +276,8 @@ proc: BEGIN
|
|||
JOIN productionConfig pc
|
||||
SET hasPlantTray = TRUE
|
||||
WHERE ic.code = 'plant'
|
||||
AND p.`depth` >= pc.minPlantTrayLength;
|
||||
AND p.`depth` >= pc.minPlantTrayLength
|
||||
AND pb.isOwn;
|
||||
|
||||
DROP TEMPORARY TABLE
|
||||
tmp.productionTicket,
|
||||
|
|
Loading…
Reference in New Issue