|
@@ -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());
|