Merge branch 'develop' into develop-Bright
# Conflicts: # src/controllers/PositionController.ts
This commit is contained in:
commit
8b9b7bf4b3
2 changed files with 61 additions and 0 deletions
|
|
@ -841,6 +841,7 @@ export class PositionController extends Controller {
|
|||
where: {
|
||||
orgChild3: { orgChild3ShortName: SName },
|
||||
posMasterNo: requestBody.posMasterNo,
|
||||
orgChild4Id: IsNull(),
|
||||
id: Not(posMaster.id),
|
||||
},
|
||||
});
|
||||
|
|
@ -855,6 +856,7 @@ export class PositionController extends Controller {
|
|||
where: {
|
||||
orgChild2: { orgChild2ShortName: SName },
|
||||
posMasterNo: requestBody.posMasterNo,
|
||||
orgChild3Id: IsNull(),
|
||||
id: Not(posMaster.id),
|
||||
},
|
||||
});
|
||||
|
|
@ -869,6 +871,7 @@ export class PositionController extends Controller {
|
|||
where: {
|
||||
orgChild1: { orgChild1ShortName: SName },
|
||||
posMasterNo: requestBody.posMasterNo,
|
||||
orgChild2Id: IsNull(),
|
||||
id: Not(posMaster.id),
|
||||
},
|
||||
});
|
||||
|
|
@ -883,6 +886,7 @@ export class PositionController extends Controller {
|
|||
where: {
|
||||
orgRoot: { orgRootShortName: SName },
|
||||
posMasterNo: requestBody.posMasterNo,
|
||||
orgChild1Id: IsNull(),
|
||||
id: Not(posMaster.id),
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue