add dpis controller
This commit is contained in:
parent
497decefe4
commit
4852131651
74 changed files with 606 additions and 336 deletions
|
|
@ -388,7 +388,8 @@ export class ProfileGovernmentEmployeeController extends Controller {
|
|||
await Promise.all([
|
||||
this.profileEmployeeRepo.save(record, { data: req }),
|
||||
setLogDataDiff(req, { before, after: record }),
|
||||
this.govRepo.save(history, { data: req })]);
|
||||
this.govRepo.save(history, { data: req }),
|
||||
]);
|
||||
return new HttpSuccess();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue