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
1d5a6ae0
Commit
1d5a6ae0
authored
Oct 23, 2018
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报备时间轴显示对内地址
parent
0786a9b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
25 deletions
+3
-25
OrderLog.php
application/api_broker/controller/OrderLog.php
+2
-17
OrderLogService.php
application/api_broker/service/OrderLogService.php
+1
-8
No files found.
application/api_broker/controller/OrderLog.php
View file @
1d5a6ae0
...
@@ -373,21 +373,6 @@ class OrderLog extends Basic
...
@@ -373,21 +373,6 @@ class OrderLog extends Basic
}
}
/**
* 报备时间轴
*/
public
function
selectReportAll
()
{
$params
=
$this
->
params
;
/* $params = array(
"order_id" => 38024,
);*/
if
(
!
isset
(
$params
[
"order_id"
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
}
$data
=
[];
return
$this
->
response
(
"200"
,
"request success"
,
$data
);
}
/**
/**
* 报备时间轴
* 报备时间轴
...
@@ -413,7 +398,7 @@ class OrderLog extends Basic
...
@@ -413,7 +398,7 @@ class OrderLog extends Basic
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\DbException
*/
*/
public
function
selectReportAll
V3
()
public
function
selectReportAll
()
{
{
$params
=
$this
->
params
;
$params
=
$this
->
params
;
/* $params = array(
/* $params = array(
...
@@ -422,7 +407,7 @@ class OrderLog extends Basic
...
@@ -422,7 +407,7 @@ class OrderLog extends Basic
if
(
!
isset
(
$params
[
"order_id"
]))
{
if
(
!
isset
(
$params
[
"order_id"
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
return
$this
->
response
(
"101"
,
"请求参数错误"
);
}
}
$data
=
$this
->
service_
->
selectListByOrderNo
V3
(
$params
[
"order_id"
]);
$data
=
$this
->
service_
->
selectListByOrderNo
(
$params
[
"order_id"
]);
return
$this
->
response
(
"200"
,
"request success"
,
$data
);
return
$this
->
response
(
"200"
,
"request success"
,
$data
);
}
}
...
...
application/api_broker/service/OrderLogService.php
View file @
1d5a6ae0
...
@@ -276,7 +276,7 @@ class OrderLogService
...
@@ -276,7 +276,7 @@ class OrderLogService
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\DbException
*/
*/
public
function
selectListByOrderNo
V3
(
$order_id
)
public
function
selectListByOrderNo
(
$order_id
)
{
{
$result
=
[];
$result
=
[];
$sort
=
0
;
$sort
=
0
;
...
@@ -383,13 +383,6 @@ class OrderLogService
...
@@ -383,13 +383,6 @@ class OrderLogService
//todo 删除
//todo 删除
}
}
/**
* @param $order_id
*/
public
function
selectListByOrderNo
(
$order_id
)
{
//todo shanchu
}
public
function
arr2tree
(
$list
)
public
function
arr2tree
(
$list
)
{
{
...
...
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