fix org_053
This commit is contained in:
parent
2809626c45
commit
ff057c6824
1 changed files with 2 additions and 2 deletions
|
|
@ -744,7 +744,7 @@ export class PositionController extends Controller {
|
||||||
|
|
||||||
let shortName = "";
|
let shortName = "";
|
||||||
|
|
||||||
if (body.isAll === true) {
|
// if (body.isAll === true) {
|
||||||
if (
|
if (
|
||||||
posMaster.orgRootId !== null &&
|
posMaster.orgRootId !== null &&
|
||||||
posMaster.orgChild1Id == null &&
|
posMaster.orgChild1Id == null &&
|
||||||
|
|
@ -786,7 +786,7 @@ export class PositionController extends Controller {
|
||||||
body.type = 4;
|
body.type = 4;
|
||||||
shortName = posMaster.orgChild4.orgChild4ShortName;
|
shortName = posMaster.orgChild4.orgChild4ShortName;
|
||||||
}
|
}
|
||||||
}
|
// }
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: posMaster.id,
|
id: posMaster.id,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue