fix
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m12s

This commit is contained in:
Adisak 2026-02-18 15:57:15 +07:00
parent c84b992c0c
commit df2f1c5b12

View file

@ -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({