Commit c7b2e0df authored by liuyuzhen's avatar liuyuzhen

Merge branch 'master_dev' of git.shenbd.com:qm-develop/shenbd into lyz

parents b97b807a 3f2ffac5
...@@ -58,16 +58,14 @@ class ShareServiceModel extends \Business\AbstractModel ...@@ -58,16 +58,14 @@ class ShareServiceModel extends \Business\AbstractModel
$storeDao=\DAO\StoreModel::getInstance(DbNameConst::salveDBConnectName); $storeDao=\DAO\StoreModel::getInstance(DbNameConst::salveDBConnectName);
$store=$storeDao->getStoreInfoCache($data['id']); $store=$storeDao->getStoreInfoCache($data['id']);
$data['address']=$store['store_address']; $data['address']=$store['store_address'];
$data['imgUrl']=$storeDao->getStoreLabelSrc($store['store_label']); $data['imgUrl']=$storeDao->getStoreBanner($store['store_index_banner']);
$data['storeName']=$store['store_name']; $data['storeName']=$store['store_name'];
$data['desc']=$store['store_notice']; $data['desc']=$store['store_notice'];
$data['storeWorkingtime']=$store['store_workingtime']; $data['storeWorkingtime']=$store['store_workingtime'];
$data['buyerDistribution']=$store['buyer_distribution']; $data['buyerDistribution']=$store['buyer_distribution'];
$data['sellerDistribution']=$store['seller_distribution']; $data['sellerDistribution']=$store['seller_distribution'];
$data['startShippingPrice']=$store['start_shipping_price']; $data['startShippingPrice']=$store['start_shipping_price'];
$data['freeShippingPrice']=$store['free_shipping_price']; $data['freeShippingPrice']=$store['free_shipping_price'];
$data['storeStartTime']=$store['store_start_time']; $data['storeStartTime']=$store['store_start_time'];
$data['storeCloseTime']=$store['store_close_time']; $data['storeCloseTime']=$store['store_close_time'];
} }
......
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