Commit 7679f9bf authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 28a9abfd
......@@ -47,6 +47,7 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
//获得统计数据
public function getStatistics($memberId)
{
echo "123456".PHP_EOL;
$memberDao = \DAO\MemberModel::getInstance();
$storeId = $memberDao->getInfo($memberId, 'store_id');
$storeStaticDao=\DAO\StoreStatisticsModel::getInstance();
......@@ -119,7 +120,6 @@ class ShopkeeperServiceModel extends \Business\AbstractModel
public function getShopkeeper($memberId)
{
$data = $this->getStatistics($memberId);
echo "123456".PHP_EOL;
// $data['storeClassStats'] = $this->getSalaList($data['storeId']);
return $data;
}
......
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