|
@@ -237,7 +237,7 @@ public interface IotDeviceMapper extends BaseMapperX<IotDeviceDO> {
|
|
|
.eqIfPresent(IotDeviceDO::getBomSyncStatus, reqVO.getBomSyncStatus())
|
|
.eqIfPresent(IotDeviceDO::getBomSyncStatus, reqVO.getBomSyncStatus())
|
|
|
.eqIfPresent(IotDeviceDO::getIfInline, reqVO.getIfInline())
|
|
.eqIfPresent(IotDeviceDO::getIfInline, reqVO.getIfInline())
|
|
|
.isNotNull(IotDeviceDO::getIfInline)
|
|
.isNotNull(IotDeviceDO::getIfInline)
|
|
|
- .orderByAsc(IotDeviceDO::getIfInline).orderByDesc(IotDeviceDO::getLastInlineTime));
|
|
|
|
|
|
|
+ .orderByAsc(IotDeviceDO::getIfInline).orderByDesc(IotDeviceDO::getLastInlineTime).orderByAsc(IotDeviceDO::getDeviceCode));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|