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
e11bf94f
Commit
e11bf94f
authored
May 17, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务日报开业审核判断
parent
e58fee6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
DailyPaperService.php
application/api_broker/service/DailyPaperService.php
+9
-0
No files found.
application/api_broker/service/DailyPaperService.php
View file @
e11bf94f
...
@@ -14,6 +14,7 @@ use app\model\ODailyLog;
...
@@ -14,6 +14,7 @@ use app\model\ODailyLog;
use
app\model\OImg
;
use
app\model\OImg
;
use
app\model\OPayLogAdjustment
;
use
app\model\OPayLogAdjustment
;
use
app\model\OPayLogModel
;
use
app\model\OPayLogModel
;
use
app\model\OPayLogOpen
;
use
app\model\OReportModel
;
use
app\model\OReportModel
;
/**
/**
...
@@ -262,6 +263,7 @@ class DailyPaperService
...
@@ -262,6 +263,7 @@ class DailyPaperService
return
null
;
return
null
;
}
}
$payLogModel
=
new
OPayLogModel
();
$payLogModel
=
new
OPayLogModel
();
$payLogOpenModel
=
new
OPayLogOpen
();
//中介费入账
//中介费入账
$field
=
"a.id,c.id as bargain_id,b.house_id,c.price,a.money,a.pay_type,a.transfer_name,a.type,a.type_ext,a.income_time,
$field
=
"a.id,c.id as bargain_id,b.house_id,c.price,a.money,a.pay_type,a.transfer_name,a.type,a.type_ext,a.income_time,
d.report_agent_id as agent_id,a.is_open,a.is_dividend,a.receipt_number,a.create_time,a.remark,a.received_money,a.transaction_fee,
d.report_agent_id as agent_id,a.is_open,a.is_dividend,a.receipt_number,a.create_time,a.remark,a.received_money,a.transaction_fee,
...
@@ -283,6 +285,13 @@ class DailyPaperService
...
@@ -283,6 +285,13 @@ class DailyPaperService
$info
[
"agency_fee"
][
$k
][
'current_agent_name'
]
=
$current_agent_name
;
$info
[
"agency_fee"
][
$k
][
'current_agent_name'
]
=
$current_agent_name
;
}
}
}
}
$open_data
=
$payLogOpenModel
->
getFind
(
'id'
,
0
,
[
'pay_log_id'
=>
$v
[
'id'
]]);
if
(
$open_data
[
'id'
])
{
$info
[
"agency_fee"
][
$k
][
'is_check'
]
=
1
;
}
else
{
$info
[
"agency_fee"
][
$k
][
'is_check'
]
=
0
;
}
}
}
...
...
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