Commit 63714632c4e837c22c30159382321f15e5275dea
1 parent
76c6a753a4
Exists in
master
and in
6 other branches
宫高曲线
Showing 1 changed file with 0 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/AntenatalExaminationService.java
View file @
6371463
| ... | ... | @@ -323,7 +323,6 @@ |
| 323 | 323 | public List<AntExChuModel> queryAntExChu(AntExChuQuery antExChuQuery) { |
| 324 | 324 | return iAntExChuDao.query(antExChuQuery.convertToQuery().addOrder(Sort.Direction.DESC, "created")); |
| 325 | 325 | } |
| 326 | - | |
| 327 | 326 | public List<AntExChuModel> queryAntExChu(AntExChuQuery antExChuQuery,Sort.Direction direction,String field) { |
| 328 | 327 | return iAntExChuDao.query(antExChuQuery.convertToQuery().addOrder(direction, field)); |
| 329 | 328 | } |