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
011e82ca
Commit
011e82ca
authored
Sep 27, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
dd57eb26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
OfficeOPayLogModel.php
application/model/OfficeOPayLogModel.php
+6
-6
No files found.
application/model/OfficeOPayLogModel.php
View file @
011e82ca
...
...
@@ -718,10 +718,10 @@ class OfficeOPayLogModel extends Model
$params
[
"a.is_del"
]
=
0
;
return
$this
->
db_
->
field
(
$field
)
->
alias
(
"a"
)
->
join
(
"o_order b"
,
"a.order_id = b.id"
,
"left"
)
->
join
(
"o
ffice_o
_order b"
,
"a.order_id = b.id"
,
"left"
)
->
join
(
'a_agents c'
,
'a.agent_id=c.id'
,
'left'
)
->
join
(
'o_refund f'
,
'a.id=f.pay_log_id'
,
'left'
)
->
join
(
'o_paylog_adjustment g'
,
'a.id=g.paylog_id'
,
'left'
)
->
join
(
'o
ffice_o
_refund f'
,
'a.id=f.pay_log_id'
,
'left'
)
->
join
(
'o
ffice_o
_paylog_adjustment g'
,
'a.id=g.paylog_id'
,
'left'
)
->
limit
(
$pageSize
)
->
page
(
$pageNo
)
->
order
(
$order_
)
...
...
@@ -739,10 +739,10 @@ class OfficeOPayLogModel extends Model
$params
[
"a.is_del"
]
=
0
;
return
$this
->
db_
->
field
(
$field
)
->
alias
(
"a"
)
->
join
(
"o_order b"
,
"a.order_id = b.id"
,
"left"
)
->
join
(
"o
ffice_o
_order b"
,
"a.order_id = b.id"
,
"left"
)
->
join
(
'a_agents c'
,
'a.agent_id=c.id'
,
'left'
)
->
join
(
'o_refund f'
,
'a.id=f.pay_log_id'
,
'left'
)
->
join
(
'o_paylog_adjustment g'
,
'a.id=g.paylog_id'
,
'left'
)
->
join
(
'o
ffice_o
_refund f'
,
'a.id=f.pay_log_id'
,
'left'
)
->
join
(
'o
ffice_o
_paylog_adjustment g'
,
'a.id=g.paylog_id'
,
'left'
)
->
where
(
$params
)
->
count
(
$field
);
}
...
...
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