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
3523689b
Commit
3523689b
authored
Jun 26, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
excel
parent
d0cc0a73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
OfficeRoomService.php
application/index/service/OfficeRoomService.php
+1
-1
OfficeORefundModel.php
application/model/OfficeORefundModel.php
+4
-4
No files found.
application/index/service/OfficeRoomService.php
View file @
3523689b
...
...
@@ -1618,7 +1618,7 @@ class OfficeRoomService
if
(
$room_data
[
'is_exclusive_type'
]
!=
$data
[
'is_exclusive_type'
])
{
//是否独家0否1是
if
(
$
room_
data
[
'is_exclusive_type'
])
{
if
(
$data
[
'is_exclusive_type'
])
{
$remark
[]
=
'是否独家改为是'
;
}
else
{
$remark
[]
=
'是否独家改为否'
;
...
...
application/model/OfficeORefundModel.php
View file @
3523689b
...
...
@@ -244,11 +244,11 @@ class OfficeORefundModel extends Model{
public
function
getCheckRefundListForExcel
(
$order_
=
'id desc'
,
$field
=
''
,
$params
=
''
)
{
return
$this
->
db_
->
alias
(
'a'
)
->
field
(
$field
)
->
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_paylog d'
,
'a.pay_log_id = d.id'
,
'left'
)
->
join
(
'o_refund_log e'
,
'a.id = e.refund_id'
,
'left'
)
->
join
(
'o_bargain f'
,
'd.bargain_id = f.id'
,
'left'
)
->
join
(
'o
ffice_o
_paylog d'
,
'a.pay_log_id = d.id'
,
'left'
)
->
join
(
'o
ffice_o
_refund_log e'
,
'a.id = e.refund_id'
,
'left'
)
->
join
(
'o
ffice_o
_bargain f'
,
'd.bargain_id = f.id'
,
'left'
)
->
where
(
$params
)
->
order
(
$order_
)
->
group
(
'a.id'
)
...
...
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