no message
This commit is contained in:
parent
1c991a5ad8
commit
0e0cfda81c
2 changed files with 434 additions and 262 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue