Commit 102a1b59 authored by zhz's avatar zhz

store

parent 59fc68a0
...@@ -82,7 +82,7 @@ class StoreServiceModel extends \Business\AbstractModel{ ...@@ -82,7 +82,7 @@ class StoreServiceModel extends \Business\AbstractModel{
\Error\ErrorModel::throwException(\Error\CodeConfigModel::emptyStoreId); \Error\ErrorModel::throwException(\Error\CodeConfigModel::emptyStoreId);
} }
list($storeInfo,$storeLabel) = \DAO\StoreModel::getInstance()->get($storeId,true,false); list($storeInfo,$storeLabel) = \DAO\StoreModel::getInstance()->get($storeId,true);
if((int)$param['isScan'] > 0) { if((int)$param['isScan'] > 0) {
//扫码进入 //扫码进入
if($memberId > 0) { if($memberId > 0) {
......
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