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
045d0f32
Commit
045d0f32
authored
Nov 01, 2018
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
ac687e95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
OrderLogService.php
application/api_broker/service/OrderLogService.php
+2
-2
OrderModel.php
application/model/OrderModel.php
+1
-1
No files found.
application/api_broker/service/OrderLogService.php
View file @
045d0f32
...
@@ -874,7 +874,7 @@ class OrderLogService
...
@@ -874,7 +874,7 @@ class OrderLogService
if
(
$agentArr
)
{
if
(
$agentArr
)
{
$params
[
"report_agent_id"
]
=
$agentArr
;
$params
[
"report_agent_id"
]
=
$agentArr
;
$params
[
"agent_id_s"
]
=
array
(
"in"
,
$agentArr
);
$params
[
"agent_id_s"
]
=
array
(
"in"
,
$agentArr
);
$condition
.=
"and b.report_agent_id in ("
.
trim
(
$agentArr
)
.
") "
;
$condition
.=
"
and b.report_agent_id in ("
.
trim
(
$agentArr
)
.
") "
;
}
}
$caseHouseId
=
$vModel
->
getCaseHouseIdByAgentId
(
$params
[
"agent_id_s"
]);
$caseHouseId
=
$vModel
->
getCaseHouseIdByAgentId
(
$params
[
"agent_id_s"
]);
...
@@ -884,7 +884,7 @@ class OrderLogService
...
@@ -884,7 +884,7 @@ class OrderLogService
}
}
$ids
=
rtrim
(
$ids
,
","
);
$ids
=
rtrim
(
$ids
,
","
);
$ids
=
$ids
?
$ids
:
0
;
$ids
=
$ids
?
$ids
:
0
;
$where_
.=
"and a.house_id in (
$ids
)"
;
$where_
.=
"
and a.house_id in (
$ids
)"
;
$orderModel
=
new
OrderModel
();
$orderModel
=
new
OrderModel
();
...
...
application/model/OrderModel.php
View file @
045d0f32
...
@@ -140,8 +140,8 @@ class OrderModel extends Model
...
@@ -140,8 +140,8 @@ class OrderModel extends Model
$where_
$where_
)
)
) AS aaa order by aaa.id desc"
;
) AS aaa order by aaa.id desc"
;
$result
=
$this
->
db_
->
query
(
$sql
);
$result
=
$this
->
db_
->
query
(
$sql
);
return
$result
;
return
$result
;
}
}
...
...
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