Merge pull request #142 from Frappet/task/123-test-pr

test pr
This commit is contained in:
Kittapath 2025-08-08 16:44:36 +07:00 committed by GitHub
commit 929ab87b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,