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
5e320861
Commit
5e320861
authored
Mar 24, 2018
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释sql输出
parent
a935f411
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
OrderLogService.php
application/api_broker/service/OrderLogService.php
+3
-0
OBargainModel.php
application/model/OBargainModel.php
+2
-2
No files found.
application/api_broker/service/OrderLogService.php
View file @
5e320861
...
...
@@ -375,6 +375,9 @@ class OrderLogService
* 获取我得成交报告详情
* @param $params
* @return false|\PDOStatement|string|\think\Collection
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
getBargainDetail
(
$params
)
{
...
...
application/model/OBargainModel.php
View file @
5e320861
...
...
@@ -138,7 +138,7 @@ class OBargainModel extends Model
->
limit
(
$pageSize
)
->
page
(
$pageNo
)
->
select
();
echo
$this
->
db_
->
getLastSql
();
//
echo $this->db_->getLastSql();
return
$result
;
}
...
...
@@ -167,7 +167,7 @@ class OBargainModel extends Model
->
whereOr
(
$whereOr_
)
->
order
(
"a.id asc"
)
->
select
();
echo
$this
->
getLastSql
();
//
echo $this->getLastSql();
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