เพิ่มวันที่แก้ไข
This commit is contained in:
parent
218886b3f4
commit
ad4efc2b47
28 changed files with 205 additions and 40 deletions
|
|
@ -131,6 +131,8 @@ export class OrgChild3Controller {
|
|||
child3.createdFullName = request.user.name;
|
||||
child3.lastUpdateUserId = request.user.sub;
|
||||
child3.lastUpdateFullName = request.user.name;
|
||||
child3.createdAt = new Date();
|
||||
child3.lastUpdatedAt = new Date();
|
||||
child3.orgRootId = String(child2?.orgRootId);
|
||||
child3.orgChild1Id = String(child2?.orgChild1Id);
|
||||
child3.orgRevisionId = String(child2?.orgRevisionId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue