no message

This commit is contained in:
kittapath 2024-11-14 18:39:19 +07:00
parent 1c991a5ad8
commit 0e0cfda81c
2 changed files with 434 additions and 262 deletions

View file

@ -306,18 +306,6 @@ export class ProfileEmployeeController extends Controller {
@Get("kk1/{id}")
public async getKk1Employee(@Path() id: string, @Request() req: RequestWithUser) {
const profiles = await this.profileRepo.findOne({
// select: [
// "citizenId",
// "prefix",
// "firstName",
// "lastName",
// "birthDate",
// "currentAddress",
// "currentDistrictId",
// "currentProvinceId",
// "telephoneNumber",
// "avatar",
// ],
relations: ["currentSubDistrict", "currentDistrict", "currentProvince", "profileAvatars"],
order: {
profileAvatars: { createdAt: "ASC" },