This commit is contained in:
parent
c5241b7a63
commit
c84b992c0c
1 changed files with 1 additions and 1 deletions
|
|
@ -7386,7 +7386,7 @@ export class CommandController extends Controller {
|
|||
profile.employeeClass = "PERM";
|
||||
const _null: any = null;
|
||||
profile.employeeWage = item.amount == null ? _null : item.amount.toString();
|
||||
profile.dateStart = new Date();
|
||||
profile.dateStart = _command ? _command.commandExcecuteDate : new Date();
|
||||
profile.dateAppoint = new Date();
|
||||
profile.amount = item.amount == null ? _null : item.amount;
|
||||
profile.amountSpecial = item.amountSpecial == null ? _null : item.amountSpecial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue