Commit c6464c6a authored by zhuwei's avatar zhuwei

1

parent 3f3e8284
...@@ -48,7 +48,7 @@ class FStoreCostExt extends BaseModel ...@@ -48,7 +48,7 @@ class FStoreCostExt extends BaseModel
->limit($pageSize) ->limit($pageSize)
->page($pageNo) ->page($pageNo)
->select(); ->select();
echo $this->getLastSql(); // echo $this->getLastSql();
return $result; return $result;
} }
......
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