lange 5 vuotta sitten
vanhempi
commit
f2f3307cd6

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

@@ -537,7 +537,7 @@ public class MsReportService {
                 //添加行程
                 MsTrip msTrip = new MsTrip();
                 msTrip.setTripId(msSuspected1.getSuspectedId());
-                msTrip.setIsTrip(msSuspected.getIsTrip());
+                msTrip.setIsTrip(0);
                 msTrip.setTodayLocal(msSuspected.getTodayLocal());
                 msTrip.setTodayLocalOther(msSuspected.getTodayLocalOther());
                 msTrip.setWorkLocal(msSuspected.getWorkLocal());