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
2ad2b956
Commit
2ad2b956
authored
Nov 30, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
方舱导入
parent
2c54c727
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
FcryServiceImpl.java
...n/java/com/ruoyi/system/service/impl/FcryServiceImpl.java
+1
-2
No files found.
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/FcryServiceImpl.java
View file @
2ad2b956
...
@@ -141,9 +141,8 @@ public class FcryServiceImpl implements IFcryService
...
@@ -141,9 +141,8 @@ public class FcryServiceImpl implements IFcryService
List
<
Fcry
>
failureList
=
new
ArrayList
<>();
List
<
Fcry
>
failureList
=
new
ArrayList
<>();
List
<
Fcry
>
updateList
=
new
ArrayList
<>();
List
<
Fcry
>
updateList
=
new
ArrayList
<>();
for
(
Fcry
fcry
:
residentialList
){
for
(
Fcry
fcry
:
residentialList
){
if
(
StringUtils
.
isNotEmpty
(
fcry
.
getFcPlace
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getPeopleType
())
if
(
StringUtils
.
isNotEmpty
(
fcry
.
getFcPlace
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getJzName
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getCardNo
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getJzName
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getCardNo
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getPositiveOnly
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getIsPositive
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getPhone
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getArea
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getPhone
())
&&
StringUtils
.
isNotEmpty
(
fcry
.
getArea
())
&&
fcry
.
getZrTime
()
!=
null
){
&&
fcry
.
getZrTime
()
!=
null
){
String
communityValue
=
""
;
String
communityValue
=
""
;
...
...
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