Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baihang-report
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data-spider
baihang-report
Commits
c558383e
Commit
c558383e
authored
Dec 03, 2021
by
陈宏杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件追加
parent
f79ea7d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
BaiHangFileReportService.java
...roup/report/service/baihang/BaiHangFileReportService.java
+2
-2
ApplyLoanInfoMapper.xml
.../quantgroup/report/mapper/baihang/ApplyLoanInfoMapper.xml
+4
-4
No files found.
src/main/java/cn/quantgroup/report/service/baihang/BaiHangFileReportService.java
View file @
c558383e
...
...
@@ -126,8 +126,8 @@ public class BaiHangFileReportService {
}
}
if
(!
CollectionUtils
.
isEmpty
(
encryptFileNameList
))
{
File
file
=
new
File
(
HOST_PATH
+
"存量报送加密文件名称集合_"
+
type
+
"_"
+
start
.
replace
(
"-"
,
""
)+
"_"
+
end
.
replace
(
"-"
,
""
)+
"_"
+
DateUtils
.
formatDate
(
new
Date
(),
"yyyyMMddHHmm
"
)+
".txt"
);
FileUtils
.
writeLines
(
file
,
encryptFileNameList
);
File
file
=
new
File
(
HOST_PATH
+
"存量报送加密文件名称集合_"
+
type
+
"_"
+
DateUtils
.
formatDate
(
new
Date
(),
"yyyyMMdd
"
)+
".txt"
);
FileUtils
.
writeLines
(
file
,
encryptFileNameList
,
Boolean
.
TRUE
);
}
}
catch
(
Exception
e
)
{
log
.
error
(
"创建报送文件异常!"
,
e
);
...
...
src/main/resources/cn/quantgroup/report/mapper/baihang/ApplyLoanInfoMapper.xml
View file @
c558383e
...
...
@@ -178,10 +178,10 @@
when j.marry_status=4 then '30'
when j.marry_status=3 then '40'
else '90' end marriageStatus
from
business_flow.apply_list i
left join
xyqb_user.user u on u.uuid=i.uuid
left join xyqb_user.user_detail b on
u.
id=b.user_id
left join xyqb_user.user_ext_info j on
u.
id=j.user_id
from
xyqb.apply_quota_record d
left join
business_flow.apply_list i on d.order_no=i.apply_no
left join xyqb_user.user_detail b on
d.user_
id=b.user_id
left join xyqb_user.user_ext_info j on
d.user_
id=j.user_id
where i.product_type=0
and i.apply_status>=4
and (i.audit_result=0 or i.assets_result=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