|
@@ -17,7 +17,6 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.text.ParseException;
|
|
|
import java.util.ArrayList;
|
|
|
-import java.util.Collection;
|
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
@@ -67,9 +66,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|
|
@@ -108,9 +107,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|
|
@@ -144,9 +143,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|
|
@@ -177,9 +176,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|
|
@@ -211,9 +210,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|
|
@@ -265,9 +264,9 @@ public class SweepCodeService {
|
|
|
String tripDet;
|
|
|
for (ExcelRiBaoHCBM4 excelRiBaoLYBM4 : sysUptownHouses) {
|
|
|
if (excelRiBaoLYBM4.getIsContact() == 0) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("否");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("正常");
|
|
|
} else if (excelRiBaoLYBM4.getIsContact() == 1) {
|
|
|
- excelRiBaoLYBM4.setIsContactDesc("是");
|
|
|
+ excelRiBaoLYBM4.setIsContactDesc("异常");
|
|
|
}
|
|
|
if (excelRiBaoLYBM4.getIsSuspected() == 0) {
|
|
|
excelRiBaoLYBM4.setIsSuspectedDesc("否");
|