This commit is contained in:
parent
27653c18b3
commit
fc9e1fe6e3
2 changed files with 23 additions and 1 deletions
|
|
@ -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 });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue