no message
This commit is contained in:
parent
15c7401552
commit
3a0e295bba
3 changed files with 40 additions and 3 deletions
|
|
@ -188,7 +188,7 @@ export class ProfileGovernmentHistoryController extends Controller {
|
|||
historyData.lastUpdateFullName = req.user.name;
|
||||
historyData.lastUpdateFullName = req.user.name;
|
||||
|
||||
await Promise.all([this.profileRepo.save(record)]);
|
||||
await Promise.all([this.profileRepo.save(record), this.govRepo.save(historyData)]);
|
||||
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue