add dpis controller
This commit is contained in:
parent
497decefe4
commit
4852131651
74 changed files with 606 additions and 336 deletions
|
|
@ -106,7 +106,7 @@ export class ProfileChildrenEmployeeController extends Controller {
|
|||
setLogDataDiff(req, { before, after: data });
|
||||
history.profileChildrenId = data.id;
|
||||
await this.childrenHistoryRepository.save(history, { data: req });
|
||||
setLogDataDiff( req, { before, after: history });
|
||||
setLogDataDiff(req, { before, after: history });
|
||||
return new HttpSuccess();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue