|
|
@@ -161,6 +161,7 @@ public class SmsbDeviceServiceImpl implements ISmsbDeviceService {
|
|
|
lqw.eq(bo.getRegisterTime() != null, SmsbDevice::getRegisterTime, bo.getRegisterTime());
|
|
|
lqw.eq(bo.getIsDel() != null, SmsbDevice::getIsDel, bo.getIsDel());
|
|
|
lqw.eq(bo.getOnlineStatus() != null, SmsbDevice::getOnlineStatus, bo.getOnlineStatus());
|
|
|
+ lqw.orderByDesc(SmsbDevice::getLastOnline);
|
|
|
lqw.orderByDesc(SmsbDevice::getCreateTime);
|
|
|
return lqw;
|
|
|
}
|