Commit 5eca5b4b authored by liuyuzhen's avatar liuyuzhen

测试数据

parent 88403251
......@@ -67,8 +67,8 @@ class StoreServiceModel extends \Business\AbstractModel{
$scan_store_ids[]= $storeId;
$tempStoreIds = array_unique($scan_store_ids);
\Our\Log::getInstance()->write(json_encode($tempStoreIds,true),'/data/log/special');
foreach($tempStoreIds as $tempId){
$tempIds[] = $tempId;
foreach($tempStoreIds as $key=>$tempId){
$tempIds[$key] = $tempId;
}
\Our\Log::getInstance()->write(json_encode($tempIds,true),'/data/log/special');
$sess['scan_store_ids'] = $tempIds;
......
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