Commit d149ed94 authored by clone's avatar clone

1

parent 647fde8f
......@@ -125,10 +125,10 @@ class RankingListService
$params["a.site_id"] = $siteId;
$params["a.status"] = 0;
$params["a.id"] = array("not in", "5288,3742,5292");
$params["a.id"] = array("not in", "5288,3742,5292,3746");
$params['b.total_time'] = array('between', array($begin_time, $end_time));
$resultArr = $this->getStoreSort($params, $begin_time, $end_time, "", $notIds = "5288,3742,5292");
$resultArr = $this->getStoreSort($params, $begin_time, $end_time, "", $notIds = "5288,3742,5292,3746");
if (count($resultArr) <= 0) {
return null;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment