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