Commit f4bd7019 authored by fangliyan's avatar fangliyan

排查断点

parent a1d3ca8a
...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
$n=1; $n=1;
foreach($collect as $key=>$value){ foreach($collect as $key=>$value){
$collect_value = unserialize($value['collect_value']); $collect_value = unserialize($value['collect_value']);
print_r($value['id']);echo '<br/>'; print_r($value);exit;
print_r($collect_value);exit;
$streetname = $this->block_model->getstreetname($collect_value['streetid']); $streetname = $this->block_model->getstreetname($collect_value['streetid']);
//$house_num = $this->block_model->getBlockHouseNumById($value['collect_id']); //$house_num = $this->block_model->getBlockHouseNumById($value['collect_id']);
$house_num = $value['actualNewRentCollectInfo']; $house_num = $value['actualNewRentCollectInfo'];
......
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