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