Commit 5a7edd48da796a506ff7d9ef9856d42b6f7c1427
1 parent
5e270c9aad
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 1 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/LymsDictCodeORMController.java
View file @
5a7edd4
... | ... | @@ -134,7 +134,7 @@ |
134 | 134 | * @return |
135 | 135 | */ |
136 | 136 | @GetMapping("getListPageOrm") |
137 | - public BaseResponse getListPageOrm(@RequestBody LymsDictCodeOrm lymsDictCodeOrm,Integer current,Integer size ){ | |
137 | + public BaseResponse getListPageOrm(LymsDictCodeOrm lymsDictCodeOrm,Integer current,Integer size ){ | |
138 | 138 | BaseResponse baseResponse = new BaseResponse(); |
139 | 139 | try { |
140 | 140 | LambdaQueryWrapper<LymsDictCodeOrm> query=new QueryWrapper().lambda(); |