รักษาการ
This commit is contained in:
parent
147cf17b38
commit
490c76060d
1 changed files with 1 additions and 1 deletions
|
|
@ -1369,7 +1369,7 @@ export class ProfileController extends Controller {
|
||||||
if (body.isDirector == true) {
|
if (body.isDirector == true) {
|
||||||
condition = {
|
condition = {
|
||||||
orgRootId: posMaster.orgRootId || "",
|
orgRootId: posMaster.orgRootId || "",
|
||||||
isDirectorChild: true,
|
isDirector: true,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
const [lists, total] = await AppDataSource.getRepository(viewDirectorActing)
|
const [lists, total] = await AppDataSource.getRepository(viewDirectorActing)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue