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
653b34da
Commit
653b34da
authored
Dec 30, 2019
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
api
parent
d4b2996b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
realHouse.php
new_admincp/applications/zsb/controllers/realHouse.php
+2
-1
No files found.
new_admincp/applications/zsb/controllers/realHouse.php
View file @
653b34da
...
@@ -183,8 +183,9 @@ class realHouse extends MY_Controller {
...
@@ -183,8 +183,9 @@ class realHouse extends MY_Controller {
$info
=
$this
->
zsb_api_model
->
getRequrstData
(
'realInfo'
);
$info
=
$this
->
zsb_api_model
->
getRequrstData
(
'realInfo'
);
$data
=
$info
[
'data'
];
$data
=
$info
[
'data'
];
$unReportResult
=
$data
[
'unReportResult'
];
$unReportResult
=
$data
[
'unReportResult'
];
$remitCount
=
$data
[
'remitCount'
];
$is_applay
=
0
;
$is_applay
=
0
;
if
(
$unReportResult
<=
0
){
if
(
$unReportResult
<=
0
&&
$remitCount
<=
0
){
$is_applay
=
1
;
$is_applay
=
1
;
}
}
$data_page
[
'statusList'
]
=
array
(
$data_page
[
'statusList'
]
=
array
(
...
...
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