Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
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
esf
fenzhan_zsb
Commits
0af8f27c
Commit
0af8f27c
authored
Dec 24, 2019
by
weizhicheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify
parent
21a3f49a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
realHouse.php
new_admincp/applications/zsb/controllers/realHouse.php
+8
-0
No files found.
new_admincp/applications/zsb/controllers/realHouse.php
View file @
0af8f27c
...
...
@@ -222,6 +222,14 @@ class realHouse extends MY_Controller {
$data_page
[
'reportList'
]
=
array
(
'99'
=>
'选择处理结果'
)
+
array
(
'1'
=>
'举报成功(扣罚)'
,
'2'
=>
'举报失败'
,
'0'
=>
'待处理'
,
'3'
=>
'举报成功(不扣罚)'
);
$data_page
[
'appealList'
]
=
array
(
'99'
=>
'选择申诉状态'
)
+
array
(
'0'
=>
'未申诉'
,
'1'
=>
'已申诉'
,
'2'
=>
'申诉成功'
,
'3'
=>
'申诉失败'
);
$searchData
=
array
(
'uid'
=>
$info
[
'uid'
],
'note'
=>
1
);
$model_param
=
$this
->
input
->
post
();
$model_param
[
'page'
]
=
1
;
$model_param
[
'limit'
]
=
10
;
$this
->
load
->
model
(
'zsb_api_model'
);
$a
=
$this
->
zsb_api_model
->
getRequrstData
(
'reportRecord'
,
$model_param
);
var_dump
(
$a
);
die
;
//获取参数
if
(
!
empty
(
$_POST
))
{
$data_page
[
'search'
]
=
$this
->
input
->
post
(
'search'
,
true
);
...
...
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