Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
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
张伯涛
data_management_system
Commits
9deecf37
Commit
9deecf37
authored
Dec 11, 2022
by
gaoyingwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 核算采集导入
parent
83533378
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
HscjServiceImpl.java
...n/java/com/ruoyi/system/service/impl/HscjServiceImpl.java
+1
-2
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/HscjServiceImpl.java
View file @
9deecf37
...
...
@@ -187,8 +187,7 @@ public class HscjServiceImpl implements IHscjService {
hscj
.
setRygx
(
"本人"
);
}
List
<
HscjErrorDto
>
hsctList
=
list
.
stream
().
filter
(
l
->
hscj
.
getCardNo
().
equals
(
l
.
getCardNo
())
&&
l
.
getCjTime
()
!=
null
&&
DateUtils
.
dateTime
(
hscj
.
getCjTime
()).
equals
(
DateUtils
.
dateTime
(
l
.
getCjTime
())))
hscj
.
getCardNo
().
equals
(
l
.
getCardNo
())
&&
l
.
getCjgh
()
!=
null
&&
hscj
.
getCjgh
().
equals
(
l
.
getCjgh
()))
.
collect
(
Collectors
.
toList
());
if
(
hsctList
.
size
()
>
1
)
{
hscj
.
setError
(
"存在重复数据"
);
...
...
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