Commit 9c04437f authored by liuyuzhen's avatar liuyuzhen

测试数据

parent d3f75ecb
......@@ -68,7 +68,8 @@ class StoreServiceModel extends \Business\AbstractModel{
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)),'/data/log/special');
$sess['scan_store_ids'] = array_unique($scan_store_ids);
$tempStoreIds = array_unique($scan_store_ids);
$sess['scan_store_ids'] = 'sdfsrsd';
if($param['sid']) {
$scan_sale_ids = $sess->get('scan_sale_ids');
is_array($scan_sale_ids) ? $scan_sale_ids = $scan_sale_ids : $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