fix
This commit is contained in:
parent
0524653f4b
commit
4dac692284
7 changed files with 26 additions and 22 deletions
|
|
@ -159,7 +159,7 @@ export class ProfileChangeNameController extends Controller {
|
|||
|
||||
const chkLastRecord = await this.changeNameRepository.findOne({
|
||||
where:{
|
||||
profileEmployeeId: record.profileEmployeeId
|
||||
profileId: record.profileId
|
||||
},
|
||||
order:{
|
||||
createdAt: "DESC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue