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
26522d92
Commit
26522d92
authored
Jun 08, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
成交报告详情增加业态和成交价
parent
887a5468
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Finance.php
application/index/controller/Finance.php
+3
-3
No files found.
application/index/controller/Finance.php
View file @
26522d92
...
@@ -196,7 +196,7 @@ class Finance extends Basic
...
@@ -196,7 +196,7 @@ class Finance extends Basic
}
else
{
}
else
{
$bargain
=
new
OBargainModel
();
$bargain
=
new
OBargainModel
();
$fields
=
'a.id,a.create_time,b.user_phone,b.user_name,d.internal_title,d.internal_address,a.is_open,a.order_id,'
;
$fields
=
'a.id,a.create_time,b.user_phone,b.user_name,d.internal_title,d.internal_address,a.is_open,a.order_id,'
;
$fields
.=
'a.trade_type,a.house_number,a.commission,a.content,d.shop_type'
;
$fields
.=
'a.trade_type,a.house_number,a.commission,a.content,d.shop_type
,a.industry_type,a.price
'
;
$where
[
'a.id'
]
=
$this
->
params
[
'id'
];
$where
[
'a.id'
]
=
$this
->
params
[
'id'
];
$data
[
'data'
]
=
$bargain
->
getBargainInfo
(
$fields
,
$where
);
$data
[
'data'
]
=
$bargain
->
getBargainInfo
(
$fields
,
$where
);
}
}
...
@@ -989,9 +989,9 @@ class Finance extends Basic
...
@@ -989,9 +989,9 @@ class Finance extends Basic
$pageSize
=
empty
(
$this
->
params
[
'pageSize'
])
?
15
:
$this
->
params
[
'pageSize'
];
$pageSize
=
empty
(
$this
->
params
[
'pageSize'
])
?
15
:
$this
->
params
[
'pageSize'
];
$where
[
'c.is_del'
]
=
0
;
//订单状态
$where
[
'c.is_del'
]
=
0
;
//订单状态
//
$where['a.status'] = ['in', '10,11']; //10已提交 11审核成功
$where
[
'a.status'
]
=
[
'in'
,
'10,11'
];
//10已提交 11审核成功
$where
[
'b.father_id'
]
=
[
'<>'
,
0
];
//去除税费总佣金
$where
[
'b.father_id'
]
=
[
'<>'
,
0
];
//去除税费总佣金
//
$where['c.confirm_status'] = 1; //确认分佣
$where
[
'c.confirm_status'
]
=
1
;
//确认分佣
$month_start
=
date
(
'Y-m-01'
);
$month_start
=
date
(
'Y-m-01'
);
$month_end
=
date
(
'Y-m-t'
);
$month_end
=
date
(
'Y-m-t'
);
...
...
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