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
20da2f31
Commit
20da2f31
authored
Oct 21, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未通列表
parent
81f619d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
ApplyForCost.php
application/api_broker/controller/ApplyForCost.php
+11
-1
Cost.php
application/index/controller/Cost.php
+1
-1
No files found.
application/api_broker/controller/ApplyForCost.php
View file @
20da2f31
...
...
@@ -231,6 +231,10 @@ class ApplyForCost extends Basic
$where
[
'a.status'
]
=
1
;
$check_url
=
'index/checkCostSix/5'
;
break
;
//行政审核
case
7
:
$get_check_user
=
'index/getCostListSeven/6'
;
$where
[
'a.status'
]
=
6
;
break
;
//未通过列表
default
:
return
$this
->
response
(
101
,
'请求错误'
);
}
...
...
@@ -363,7 +367,13 @@ class ApplyForCost extends Basic
$check_url
=
'index/checkCostFive/4'
;
break
;
case
5
:
$check_url
=
'index/getCostListSix/5'
;
$check_url
=
'index/checkCostSix/5'
;
break
;
case
6
:
$check_url
=
'index/checkCostSeven/6'
;
break
;
case
7
:
$check_url
=
'index/checkCostEight/6'
;
break
;
default
:
return
$this
->
response
(
101
,
'请求错误'
);
...
...
application/index/controller/Cost.php
View file @
20da2f31
...
...
@@ -375,7 +375,7 @@ class Cost extends Basic
case
5
:
$params
[
'status'
]
=
5
;
break
;
case
6
:
$params
[
'status'
]
=
6
;
break
;
$params
[
'status'
]
=
6
;
break
;
case
7
:
$params
[
'status'
]
=
0
;
break
;
default
:
...
...
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