Sfoglia il codice sorgente

上次更新时间

guoyong 4 anni fa
parent
commit
2de236f2db

+ 1 - 0
src/main/java/com/aoyang/tms/service/impl/CommonServiceImpl.java

@@ -177,6 +177,7 @@ public class CommonServiceImpl implements CommonService {
             workerInfo.setLatitude(locationVO.getLatitude());
             workerInfo.setLongitude(locationVO.getLongitude());
             workerInfo.setLocalTime(locationVO.getDate());
+            workerInfo.setLastTime(locationVO.getDate()+"");
         }
 
         return workerInfo;