Commit d3f75ecb authored by liuyuzhen's avatar liuyuzhen

测试数据

parent e4359fdd
......@@ -61,7 +61,9 @@ class StoreServiceModel extends \Business\AbstractModel{
$result = $favoritesStoreDao->insertAll($storeMembers);
}else{
\Our\Log::getInstance()->write($param['key'].'无会员','/data/log/special');
session_id($param['key']);
$sess=\Yaf\Session::getInstance();
$sess->start();
$scan_store_ids = $sess->get('scan_store_ids');
is_array($scan_store_ids) ? $scan_store_ids = $scan_store_ids : $scan_store_ids = [];
array_push($scan_store_ids,$storeId);
......
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