|
@@ -55,8 +55,8 @@ public interface IotDeviceMapper extends BaseMapperX<IotDeviceDO> {
|
|
.eqIfPresent(IotDeviceDO::getInfoRemark, reqVO.getInfoRemark())
|
|
.eqIfPresent(IotDeviceDO::getInfoRemark, reqVO.getInfoRemark())
|
|
.eqIfPresent(IotDeviceDO::getInfoUrl, reqVO.getInfoUrl())
|
|
.eqIfPresent(IotDeviceDO::getInfoUrl, reqVO.getInfoUrl())
|
|
.eqIfPresent(IotDeviceDO::getTemplateJson, reqVO.getTemplateJson())
|
|
.eqIfPresent(IotDeviceDO::getTemplateJson, reqVO.getTemplateJson())
|
|
- .eqIfPresent(IotDeviceDO::getBomSyncStatus, reqVO.getBomSyncStatus())
|
|
|
|
- .orderByAsc(IotDeviceDO::getSortColumn));
|
|
|
|
|
|
+ .eqIfPresent(IotDeviceDO::getBomSyncStatus, reqVO.getBomSyncStatus()));
|
|
|
|
+// .orderByAsc(IotDeviceDO::getSortColumn));
|
|
}
|
|
}
|
|
|
|
|
|
default List<IotDeviceDO> selectSimpleList(Collection<Long> deptIds) {
|
|
default List<IotDeviceDO> selectSimpleList(Collection<Long> deptIds) {
|