เช็คทั้งแบบร่างและปัจจุบัน
This commit is contained in:
parent
329f83a989
commit
185344c7d9
1 changed files with 3 additions and 2 deletions
|
|
@ -2972,8 +2972,9 @@ export class PositionController extends Controller {
|
|||
//Check All Branch
|
||||
const orgRevision = await this.orgRevisionRepository.findOne({
|
||||
where: {
|
||||
orgRevisionIsDraft: true,
|
||||
orgRevisionIsCurrent: false,
|
||||
// orgRevisionIsDraft: true,
|
||||
// orgRevisionIsCurrent: false,
|
||||
id: posMaster.orgRevisionId
|
||||
},
|
||||
});
|
||||
const _orgRoot = await this.orgRootRepository.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue