This commit is contained in:
mamoss 2025-08-08 16:42:39 +07:00
parent 44be85a749
commit fe3983f62e

View file

@ -6684,7 +6684,7 @@ export class CommandController extends Controller {
historyAct.profileActpositionId = dataAct.id;
await this.actpositionHistoryRepository.save(historyAct);
// 9. ปิดสถานะรักษาการ
// 9. ปิดสถานะรักษาการ.
const existingActPositions = await this.actpositionRepository.find({
where: {
profileId: item.posMasterChild.current_holderId,