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