fix search and checkpoint
This commit is contained in:
parent
1d0b35983b
commit
a5447eda95
2 changed files with 65 additions and 3 deletions
|
|
@ -452,7 +452,7 @@ export class PositionController extends Controller {
|
|||
});
|
||||
break;
|
||||
|
||||
case "all":
|
||||
case "ALL":
|
||||
findPosDict = await this.posDictRepository.find({
|
||||
where: [
|
||||
{ posDictName: Like(`%${keyword}%`) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue