|
|
|
@ -2,6 +2,7 @@ package com.thing.visual.group.service.impl; |
|
|
|
|
|
|
|
import com.mybatisflex.core.query.QueryWrapper; |
|
|
|
import com.thing.common.orm.service.impl.BaseServiceImpl; |
|
|
|
import com.thing.visual.group.dto.AdjustGroupDto; |
|
|
|
import com.thing.visual.group.dto.GroupSortInfo; |
|
|
|
import com.thing.visual.group.dto.IotVisualGroupDTO; |
|
|
|
import com.thing.visual.group.mapper.IotVisualGroupMapper; |
|
|
|
@ -65,4 +66,9 @@ public class IotVisualGroupServiceImpl extends BaseServiceImpl<IotVisualGroupMap |
|
|
|
sortInfo.setBsSort(sortInfo.getBsSort()==null?1L:sortInfo.getBsSort()+1); |
|
|
|
return sortInfo ; |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public String adjustGroupSort(AdjustGroupDto dto) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
} |