ปรับ family

This commit is contained in:
Bright 2024-05-16 11:12:17 +07:00
parent 0524653f4b
commit 3e62126570
6 changed files with 19 additions and 5 deletions

View file

@ -58,6 +58,7 @@ export class ProfileFamilyMotherEmployeeController extends Controller {
"motherCareer", "motherCitizenId", "motherLive", "profileEmployeeId",
],
where: { profileEmployeeId },
order: { lastUpdatedAt: "DESC" },
});
return new HttpSuccess(familyMother);