fix kk1employee
This commit is contained in:
parent
ee030a0e2d
commit
0f846df20e
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ export class ProfileEmployeeController extends Controller {
|
|||
* @returns
|
||||
*/
|
||||
@Get("kk1/{id}")
|
||||
public async getKk1(@Path() id: string) {
|
||||
public async getKk1Employee(@Path() id: string) {
|
||||
const profiles = await this.profileRepo.findOne({
|
||||
select: [
|
||||
"citizenId",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue