Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HTML5-李恒逸
sunac-quanmin
Commits
315e6649
Commit
315e6649
authored
Jun 15, 2017
by
html5-李恒逸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
19c90a28
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
building_rsync_begin_time
html/application/cache/building_rsync_begin_time
+2
-2
index.php
html/application/controllers/admin/index.php
+1
-1
index.php
html/application/views/admin/index.php
+1
-1
No files found.
html/application/cache/building_rsync_begin_time
View file @
315e6649
a:3:{s:4:"time";i:1493257676;s:3:"ttl";i:2592000;s:4:"data";i:1493257676;}
\ No newline at end of file
a:3:{s:4:"time";i:1497345334;s:3:"ttl";i:86400;s:4:"data";i:1497345332;}
\ No newline at end of file
html/application/controllers/admin/index.php
View file @
315e6649
...
...
@@ -56,7 +56,7 @@ class Index extends CI_Controller{
$this
->
data
[
'building_count'
]
=
$this
->
building
->
get_building_count
(
array
(
'B.is_deleted'
=>
0
));
$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'
);
...
...
html/application/views/admin/index.php
View file @
315e6649
...
...
@@ -72,7 +72,7 @@
<?php
echo
$sales_count
;
?>
</div>
<div
class=
"desc"
>
已
完成销售
已
签约客户
</div>
</div>
<a
class=
"more"
href=
"
<?php
echo
site_url
(
'admin/salesadmin'
);
?>
"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment