Browse Source

凌云集团更改公司

peiguo 5 years ago
parent
commit
d9a273a7df
1 changed files with 5 additions and 0 deletions
  1. 5 0
      whepi-web/src/main/java/com/bofeng/service/SweepCodeService.java

+ 5 - 0
whepi-web/src/main/java/com/bofeng/service/SweepCodeService.java

@@ -136,6 +136,11 @@ public class SweepCodeService {
         if (sysUptownHouses != null && sysUptownHouses.size() > 0) {
             String tripDet;
             for (ExcelRiBaoLYBM4 excelRiBaoLYBM4 : sysUptownHouses) {
+                if (excelRiBaoLYBM4.getIsContact() == 0) {
+                    excelRiBaoLYBM4.setIsContactDesc("否");
+                } else if (excelRiBaoLYBM4.getIsContact() == 1) {
+                    excelRiBaoLYBM4.setIsContactDesc("是");
+                }
                 tripDet = "";
                 //出行详细
                 List<MsTripDet> listDet = msSuspectedMapper.selectTripSuspected(excelRiBaoLYBM4.getTripId());