|
@@ -162,4 +162,9 @@ public class DragTableBtnServiceImpl implements IDragTableBtnService
|
|
public boolean hasChildByBtnId(Long btnId) {
|
|
public boolean hasChildByBtnId(Long btnId) {
|
|
return dragTableBtnMapper.hasChildByBtnId(btnId) > 0;
|
|
return dragTableBtnMapper.hasChildByBtnId(btnId) > 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ @Override
|
|
|
|
+ public DragTableBtn selectDragTableBtnByBtnKey(String btnKey) {
|
|
|
|
+ return dragTableBtnMapper.selectDragTableBtnByBtnKey(btnKey);
|
|
|
|
+ }
|
|
}
|
|
}
|