|
@@ -47,7 +47,7 @@ public interface IotBomMapper extends BaseMapperX<IotBomDO> {
|
|
|
.likeIfPresent(IotBomDO::getName, reqVO.getName())
|
|
|
.inIfPresent(IotBomDO::getDeviceCategoryId, ids)
|
|
|
.eqIfPresent(IotBomDO::getStatus, reqVO.getStatus())
|
|
|
- .orderByAsc(IotBomDO::getSort));
|
|
|
+ .orderByAsc(IotBomDO::getDeviceCategoryId).orderByAsc(IotBomDO::getSort));
|
|
|
}
|
|
|
|
|
|
default IotBomDO selectParentNode(IotBomSaveReqVO reqVO) {
|