mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-14 21:08:41 +00:00
fix baseline
This commit is contained in:
parent
b9b6c1bd20
commit
74e396bc49
File diff suppressed because it is too large
Load Diff
|
|
@ -48,20 +48,3 @@ parameters:
|
|||
-
|
||||
message: '#Binary operation "\-" between string and int results in an error#'
|
||||
path: *Matrix/Matrix.php
|
||||
|
||||
SELECT
|
||||
`a`.`organization_unit_id` as id_3,
|
||||
`b`.`organization_unit_id` as id_2,
|
||||
`c`.`organization_unit_id` as id_1
|
||||
|
||||
FROM `oms_organization_unit` as a
|
||||
|
||||
LEFT JOIN `oms_organization_unit` as b
|
||||
ON
|
||||
`a`.`organization_unit_parent` = `b`.`organization_unit_id`
|
||||
|
||||
LEFT JOIN `oms_organization_unit` as c
|
||||
ON
|
||||
`b`.`organization_unit_parent` = `c`.`organization_unit_id`
|
||||
|
||||
WHERE `a`.`organization_unit_id` = 1;
|
||||
Loading…
Reference in New Issue
Block a user