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
5c9f57a3
Commit
5c9f57a3
authored
Apr 10, 2020
by
郝彦辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报送返回日志自动报送工具bug
parent
bec3b53b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
ManualToolService.java
...antgroup/report/service/manualTool/ManualToolService.java
+2
-4
ReadOrWriteTxt.java
src/main/java/cn/quantgroup/report/utils/ReadOrWriteTxt.java
+1
-1
No files found.
src/main/java/cn/quantgroup/report/service/manualTool/ManualToolService.java
View file @
5c9f57a3
...
...
@@ -230,11 +230,9 @@ public class ManualToolService implements CommonSuperService {
List
<
RepaymentInfoZhuDai
>
repaymentLoanInfoList
=
new
ArrayList
<>(
tmpLogList
.
size
());
for
(
RepaymentLoanInfoLog
logBean
:
tmpLogList
)
{
RepaymentInfoZhuDai
voBean
=
new
RepaymentInfoZhuDai
();
//查询d2使用
loanIdList
.
add
(
vo
Bean
.
getLoanId
());
loanIdList
.
add
(
log
Bean
.
getLoanId
());
RepaymentInfoZhuDai
voBean
=
new
RepaymentInfoZhuDai
();
//添加了忽略username属性的赋值
//BeanUtils.copyProperties(book,book2,"username");
BeanUtils
.
copyProperties
(
logBean
,
voBean
);
...
...
src/main/java/cn/quantgroup/report/utils/ReadOrWriteTxt.java
View file @
5c9f57a3
...
...
@@ -90,7 +90,7 @@ public class ReadOrWriteTxt {
List
<
String
>
lineList
=
new
ArrayList
<
String
>();
try
{
FileInputStream
fileInputStream
=
new
FileInputStream
(
file
);
InputStreamReader
inputStreamReader
=
new
InputStreamReader
(
fileInputStream
);
InputStreamReader
inputStreamReader
=
new
InputStreamReader
(
fileInputStream
,
"GBK"
);
BufferedReader
bufferedReader
=
new
BufferedReader
(
inputStreamReader
);
StringBuffer
sb
=
new
StringBuffer
();
...
...
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