fix search and checkpoint

This commit is contained in:
AdisakKanthawilang 2024-09-04 14:18:15 +07:00
parent 1d0b35983b
commit a5447eda95
2 changed files with 65 additions and 3 deletions

View file

@ -452,7 +452,7 @@ export class PositionController extends Controller {
});
break;
case "all":
case "ALL":
findPosDict = await this.posDictRepository.find({
where: [
{ posDictName: Like(`%${keyword}%`) },