no message

This commit is contained in:
Kittapath 2024-02-15 09:26:40 +07:00
parent dc8aec848b
commit 507b527c5e

View file

@ -1692,7 +1692,7 @@ export class OrganizationController extends Controller {
const formattedData = {
departmentName: data.orgRevisionName,
deptID: data.id,
type: data.posMasters.length,
type: 0,
// heads:
totalPositionCount: await this.posMasterRepository.count({
where: { orgRevisionId: data.id },