Browse Source

Merge branch 'test_branch' of http://git.yvanui.com/hust/wuhan_epi

maoyunfeng 5 years ago
parent
commit
c16259faac

+ 0 - 2
whepi-web/src/main/java/com/bofeng/service/MsReportService.java

@@ -57,7 +57,6 @@ public class MsReportService {
                     }
                     }
                     msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                     msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                 }
                 }
-                msSuspected.setTemperature(new BigDecimal(0));
             }
             }
 
 
         }
         }
@@ -89,7 +88,6 @@ public class MsReportService {
                         }
                         }
                         msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                         msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                     }
                     }
-                    msSuspected.setTemperature(new BigDecimal(0));
                 }
                 }
 
 
             }
             }

+ 0 - 1
whepi-web/src/main/java/com/bofeng/service/MsSuspectedService.java

@@ -76,7 +76,6 @@ public class MsSuspectedService {
                     }
                     }
                     msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                     msSuspected.setTripDet(tripDet.substring(0, tripDet.length() - 1));
                 }
                 }
-                msSuspected.setTemperature(new BigDecimal(0));
             }
             }
 
 
         }
         }