Commit 0fddeb622065be707715224418b7e628fafb34f4
1 parent
01b44cab3d
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
0fddeb6
| ... | ... | @@ -1108,10 +1108,10 @@ |
| 1108 | 1108 | } |
| 1109 | 1109 | if (Integer.valueOf(o1.getType()) == Integer.valueOf(o2.getType())) { |
| 1110 | 1110 | if (o1.getCreated().getTime()<o2.getCreated().getTime()) { |
| 1111 | - return 1; | |
| 1111 | + return -1; | |
| 1112 | 1112 | } |
| 1113 | 1113 | if (o1.getCreated().getTime()>(o2.getCreated().getTime())) { |
| 1114 | - return -1; | |
| 1114 | + return 1; | |
| 1115 | 1115 | } |
| 1116 | 1116 | } |
| 1117 | 1117 | return 0; |