|
@@ -145,7 +145,7 @@ public class StatisticsBean {
|
|
|
// 比较大小 1 小 , -1 大
|
|
// 比较大小 1 小 , -1 大
|
|
|
// 方法2
|
|
// 方法2
|
|
|
public int compare2To(StatisticsBean o2){
|
|
public int compare2To(StatisticsBean o2){
|
|
|
- double a = 1000.0 ,b=1000.0 ;
|
|
|
|
|
|
|
+ double a = -1 ,b=-1 ;
|
|
|
if(this.getChecked_num()!=0 ){
|
|
if(this.getChecked_num()!=0 ){
|
|
|
a = this.getAll_check_score() / (this.getChecked_num()+0.00);
|
|
a = this.getAll_check_score() / (this.getChecked_num()+0.00);
|
|
|
}
|
|
}
|