Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
duizhang_tools
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data—王林芳
duizhang_tools
Commits
017b38c6
Commit
017b38c6
authored
Nov 15, 2017
by
data—王林芳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在贷明细-汇总最终版
parent
03602612
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
现金贷-每月到期本金利息.py
审计第二阶段/现金贷/现金贷-每月到期本金利息.py
+2
-2
No files found.
审计第二阶段/现金贷/现金贷-每月到期本金利息.py
View file @
017b38c6
...
...
@@ -21,7 +21,7 @@ pd.options.mode.chained_assignment = None
# 出来的表为汇总表
#
file_path
=
u'E:/
审计出表/现金贷-放款表(1月份-6月份)-当前库/
'
file_path
=
u'E:/'
engine_xjd
=
create_engine
(
'mysql+mysqldb://internal_r:ArbNgtvlJzZHXsEu@172.16.3.201:3306/audit?charset=utf8'
,
echo
=
False
)
.
connect
()
...
...
@@ -38,7 +38,7 @@ def xjd_principle_interest():
SUM(plan.interest) 客户应还利息
FROM
new_transaction.user_repayment_plan plan
JOIN
basic
.loan_manifest loan ON plan.ref_id = loan.ref_id
JOIN
audit
.loan_manifest loan ON plan.ref_id = loan.ref_id
JOIN basic.loan_class_contract_1002 class ON class.ref_id = loan.ref_id
JOIN basic.funding_corp fund ON fund.funding_code = loan.funding_code
WHERE
...
...
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