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