Commit 601089d7 authored by zhuwei's avatar zhuwei

1

parent fa12b31c
...@@ -334,7 +334,6 @@ class AStore extends BaseModel ...@@ -334,7 +334,6 @@ class AStore extends BaseModel
->group("b.store_id") ->group("b.store_id")
->order("performance desc") ->order("performance desc")
->select(); ->select();
echo $this->getLastSql();exit;
return $data; return $data;
} }
public function getStoreListByPk1($siteId,$startTime,$endTime,$ids,$notIds){ public function getStoreListByPk1($siteId,$startTime,$endTime,$ids,$notIds){
......
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