fix
This commit is contained in:
parent
5edcb127f9
commit
7878d912b1
1 changed files with 2 additions and 1 deletions
|
|
@ -4716,7 +4716,8 @@ export class CommandController extends Controller {
|
|||
const _posMaster = await this.employeePosMasterRepository.findOne({
|
||||
where: {
|
||||
orgRevisionId: orgRevision?.id,
|
||||
current_holderId: profile.id
|
||||
id: profile.posmasterIdTemp
|
||||
// current_holderId: profile.id
|
||||
},
|
||||
relations: {
|
||||
orgRoot: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue