Commit 315e6649 by html5-李恒逸

bug fix

parent 19c90a28
a:3:{s:4:"time";i:1493257676;s:3:"ttl";i:2592000;s:4:"data";i:1493257676;} a:3:{s:4:"time";i:1497345334;s:3:"ttl";i:86400;s:4:"data";i:1497345332;}
\ No newline at end of file \ No newline at end of file
...@@ -56,7 +56,7 @@ class Index extends CI_Controller{ ...@@ -56,7 +56,7 @@ class Index extends CI_Controller{
$this->data['building_count'] = $this->building->get_building_count(array('B.is_deleted' => 0)); $this->data['building_count'] = $this->building->get_building_count(array('B.is_deleted' => 0));
$this->load->model('customer_building_model', 'customer_building'); $this->load->model('customer_building_model', 'customer_building');
$this->data['sales_count'] = $this->customer_building->get_count(array('is_deleted' => 0, 'recommend_status' => 6)); $this->data['sales_count'] = $this->customer_building->get_count(array('is_deleted' => 0, 'recommend_status' => 4));
$manager_id = $this->session->userdata('u_id'); $manager_id = $this->session->userdata('u_id');
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<?php echo $sales_count;?> <?php echo $sales_count;?>
</div> </div>
<div class="desc"> <div class="desc">
完成销售 签约客户
</div> </div>
</div> </div>
<a class="more" href="<?php echo site_url('admin/salesadmin');?>"> <a class="more" href="<?php echo site_url('admin/salesadmin');?>">
......
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