This commit is contained in:
Bright 2025-02-11 14:06:55 +07:00
parent 5edcb127f9
commit 7878d912b1

View file

@ -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,