รักษาการ

This commit is contained in:
kittapath 2024-11-06 16:23:46 +07:00
parent 147cf17b38
commit 490c76060d

View file

@ -1369,7 +1369,7 @@ export class ProfileController extends Controller {
if (body.isDirector == true) {
condition = {
orgRootId: posMaster.orgRootId || "",
isDirectorChild: true,
isDirector: true,
};
}
const [lists, total] = await AppDataSource.getRepository(viewDirectorActing)