修改获取经纬度
This commit is contained in:
@ -99,6 +99,7 @@ public class DeviceLogServiceImpl implements IDeviceLogService {
|
||||
lqw.eq(StringUtils.isNotBlank(bo.getDataSource()), DeviceLog::getDataSource, bo.getDataSource());
|
||||
lqw.like(StringUtils.isNotBlank(bo.getContent()), DeviceLog::getContent, bo.getContent());
|
||||
lqw.in(CollectionUtil.isNotEmpty(bo.getDeviceIds()), DeviceLog::getDeviceId, bo.getDeviceIds());
|
||||
lqw.orderByDesc(DeviceLog::getCreateTime);
|
||||
return lqw;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user