no message
This commit is contained in:
parent
79ada6fcee
commit
3ce2f932d6
1 changed files with 1 additions and 1 deletions
|
|
@ -3575,7 +3575,7 @@ export class CommandController extends Controller {
|
||||||
lastUpdateFullName: req.user.name,
|
lastUpdateFullName: req.user.name,
|
||||||
createdAt: new Date(),
|
createdAt: new Date(),
|
||||||
lastUpdatedAt: new Date(),
|
lastUpdatedAt: new Date(),
|
||||||
status: "DONE"
|
status: command.commandType.code == "C-PM-15" ? "PENDING" : "DONE"
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.assign(dataAssis, metaAssis);
|
Object.assign(dataAssis, metaAssis);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue