Commit fa4d6606 authored by wwccw0591's avatar wwccw0591

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

parents 4f0df1ca 5dcc909a
......@@ -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