Commit 2ad2b956 authored by zhuangxinwei's avatar zhuangxinwei

方舱导入

parent 2c54c727
...@@ -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 = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment