|
@@ -91,7 +91,7 @@ class JGEmploye extends MongoAr
|
|
|
return '暂无排名';
|
|
|
} else {
|
|
|
$criteria = new EMongoCriteria();
|
|
|
- $criteria->sort('socre',EMongoCriteria::SORT_DESC);
|
|
|
+ $criteria->sort('score',EMongoCriteria::SORT_DESC);
|
|
|
$criteria->store_id('==',$newRow['store_id']);
|
|
|
$tmp = JGEmploye::model()->findAll($criteria);
|
|
|
$i = 1;
|