Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
hujun
tl_estate
Commits
9e5a6bf7
Commit
9e5a6bf7
authored
Mar 20, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
page
parent
0c70e34f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Coupon.php
application/index/controller/Coupon.php
+2
-2
No files found.
application/index/controller/Coupon.php
View file @
9e5a6bf7
...
@@ -31,8 +31,8 @@ class Coupon extends Basic
...
@@ -31,8 +31,8 @@ class Coupon extends Basic
return
view
(
'cashBackList'
);
return
view
(
'cashBackList'
);
}
}
$page_no
=
empty
(
$this
->
params
[
'page
_no'
])
?
1
:
$this
->
params
[
'page_n
o'
];
$page_no
=
empty
(
$this
->
params
[
'page
No'
])
?
1
:
$this
->
params
[
'pageN
o'
];
$page_size
=
empty
(
$this
->
params
[
'page
_size'
])
?
15
:
$this
->
params
[
'page_s
ize'
];
$page_size
=
empty
(
$this
->
params
[
'page
Size'
])
?
15
:
$this
->
params
[
'pageS
ize'
];
$where
=
$this
->
binWhere
(
$this
->
params
);
$where
=
$this
->
binWhere
(
$this
->
params
);
$field
=
'id,user_id,activity_id,status,create_time'
;
$field
=
'id,user_id,activity_id,status,create_time'
;
$list
=
$this
->
m_coupon
->
getList
(
$page_no
,
$page_size
,
'id desc'
,
$field
,
$where
);
$list
=
$this
->
m_coupon
->
getList
(
$page_no
,
$page_size
,
'id desc'
,
$field
,
$where
);
...
...
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