This commit is contained in:
mamoss 2025-04-08 17:26:46 +07:00
parent 03f6c0a4a7
commit fdac9160d3

View file

@ -1271,10 +1271,10 @@ export class WorkflowController extends Controller {
});
const _data: any = _posMaster.map((x) => ({
orgRootId: x.orgRootId,
orgChild1Id: x.orgChild1Id,
orgChild2Id: x.orgChild2Id,
orgChild3Id: x.orgChild3Id,
orgChild4Id: x.orgChild4Id,
// orgChild1Id: x.orgChild1Id,
// orgChild2Id: x.orgChild2Id,
// orgChild3Id: x.orgChild3Id,
// orgChild4Id: x.orgChild4Id,
// isDirector: true,
current_holder: Not(IsNull()),
posMasterAssigns: { assignId: system.trim().toUpperCase() },