api เช็คสถานะโครงสร้าง

This commit is contained in:
Bright 2024-11-13 11:32:45 +07:00
parent 8d48dc8af7
commit 5bba5822ea
7 changed files with 57 additions and 448 deletions

View file

@ -3112,6 +3112,8 @@ export class PositionController extends Controller {
await this.posMasterRepository.update(id, {
isSit: false,
next_holderId: null,
current_holderId: null,
statusReport: "PENDING",
});
dataMaster.positions.forEach(async (position) => {