แก้ทำสำเนา
This commit is contained in:
parent
f1e5220064
commit
133d360d6c
1 changed files with 2 additions and 2 deletions
|
|
@ -796,8 +796,8 @@ export class CommandController extends Controller {
|
|||
copy.commandAffectDate = _null;
|
||||
copy.commandExcecuteDate = _null;
|
||||
copy.isSignature = _null;
|
||||
copy.isDraft = _null;
|
||||
copy.isSign = _null;
|
||||
copy.isDraft = false;
|
||||
copy.isSign = false;
|
||||
copy.createdUserId = request.user.sub;
|
||||
copy.createdFullName = request.user.name;
|
||||
copy.createdAt = new Date();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue