This commit is contained in:
AdisakKanthawilang 2025-06-23 16:48:05 +07:00
parent 27653c18b3
commit fc9e1fe6e3
2 changed files with 23 additions and 1 deletions

View file

@ -3512,9 +3512,12 @@ export class PositionController extends Controller {
}
await this.positionRepository.save(position);
});
const _null: any = null;
const before = null;
dataMaster.isSit = requestBody.isSit;
dataMaster.next_holderId = requestBody.profileId;
//add on
dataMaster.conditionReason = _null;
await this.posMasterRepository.save(dataMaster, { data: request });
setLogDataDiff(request, { before, after: dataMaster });