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