แก้ทำสำเนา

This commit is contained in:
kittapath 2024-10-29 14:35:02 +07:00
parent f1e5220064
commit 133d360d6c

View file

@ -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();