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
a1c26e8f
Commit
a1c26e8f
authored
Jun 15, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
列表宽度
parent
d1ea0550
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
13 deletions
+10
-13
customer_building_log_model.php
html/application/models/customer_building_log_model.php
+9
-12
index_info.php
html/application/views/admin/report/index_info.php
+1
-1
No files found.
html/application/models/customer_building_log_model.php
View file @
a1c26e8f
...
...
@@ -124,21 +124,18 @@ class Customer_building_log_model extends MY_Model{
$this
->
db
->
order_by
(
'CB.id DESC'
);
$query
=
$this
->
db
->
get
();
if
(
$query
->
num_rows
()
>
0
)
{
$qery
=
$query
->
result_array
();
$rAr
=
array
();
for
(
$i
=
0
;
$i
<
count
(
$qery
);
$i
++
)
{
if
(
!
isset
(
$rAr
[
$qery
[
$i
][
'recommend_status'
]]))
{
$rAr
[
$qery
[
$i
][
'recommend_status'
]]
=
$qery
[
$i
];
}
}
$qery
=
array_values
(
$rAr
);
// $rAr=array();
// for($i=0;$i<count($qery);$i++)
// {
// if(!isset($rAr[$qery[$i]['recommend_status']]))
// {
// $rAr[$qery[$i]['recommend_status']]=$qery[$i];
// }
// }
// $qery=array_values($rAr);
return
$qery
;
//$query->result_array();
...
...
html/application/views/admin/report/index_info.php
View file @
a1c26e8f
...
...
@@ -125,7 +125,7 @@
}
.zhehang
{
display
:
inline-block
;
width
:
1
5
0px
;
width
:
1
0
0px
;
height
:
auto
;
word-wrap
:
break-word
;
word-break
:
break-all
;
...
...
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