|
@ -480,7 +480,7 @@ public class PrenatalInspectorPreCardService extends BaseService {
|
|
|
public int compare(JSONObject o1, JSONObject o2) {
|
|
|
String time1 = o1.getString("EXAM_TIME");//检查时间
|
|
|
String time2 = o2.getString("EXAM_TIME");
|
|
|
return time1.compareTo(time2);
|
|
|
return time2.compareTo(time1);
|
|
|
}
|
|
|
});
|
|
|
|