|
@@ -1075,7 +1075,7 @@ export default {
|
|
|
name_
|
|
name_
|
|
|
) b
|
|
) b
|
|
|
WHERE
|
|
WHERE
|
|
|
- b.positions_ IN ( SELECT id_ FROM ibps_party_entity WHERE path_ LIKE '%${this.depth3}%' AND party_type_ = 'position' ))`
|
|
|
|
|
|
|
+ b.positions_ IN ( SELECT id_ FROM ibps_party_entity WHERE path_ LIKE '%${this.first}%' AND party_type_ = 'position' ))`
|
|
|
|
|
|
|
|
await curdPost('sql', sql).then((res) => {
|
|
await curdPost('sql', sql).then((res) => {
|
|
|
data = res.variables.data
|
|
data = res.variables.data
|