Commit 8736e03f authored by liuyuzhen's avatar liuyuzhen

测试店铺数据

parent d53046ca
......@@ -62,6 +62,7 @@ class StoreServiceModel extends \Business\AbstractModel{
$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);
\Our\Log::getInstance()->write(serialize(array_unique($scan_store_ids)));
$sess['scan_store_ids'] = array_unique($scan_store_ids);
if($param['sid']) {
$scan_sale_ids = $sess->get('scan_sale_ids');
......
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