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