@Service public class DeptServiceImpl extends com.baomidou.mybatisplus.service.impl.ServiceImpl<DeptMapper,Dept> implements IDeptService
| Constructor and Description |
|---|
DeptServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteDept(Integer deptId)
删除部门
|
List<Map<String,Object>> |
list(String condition)
获取所有部门列表
|
List<ZTreeNode> |
tree()
获取ztree的节点列表
|
currentModelClass, delete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, insertBatch, insertBatch, insertOrUpdate, insertOrUpdateAllColumn, insertOrUpdateAllColumnBatch, insertOrUpdateAllColumnBatch, insertOrUpdateBatch, insertOrUpdateBatch, retBool, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMap, selectMaps, selectMapsPage, selectObj, selectObjs, selectOne, selectPage, selectPage, sqlSessionBatch, sqlStatement, update, updateAllColumnBatchById, updateAllColumnBatchById, updateAllColumnById, updateBatchById, updateBatchById, updateById, updateForSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteBatchIds, deleteById, deleteByMap, insert, insertAllColumn, insertBatch, insertBatch, insertOrUpdate, insertOrUpdateAllColumn, insertOrUpdateAllColumnBatch, insertOrUpdateAllColumnBatch, insertOrUpdateBatch, insertOrUpdateBatch, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMap, selectMaps, selectMapsPage, selectObj, selectObjs, selectOne, selectPage, selectPage, update, updateAllColumnBatchById, updateAllColumnBatchById, updateAllColumnById, updateBatchById, updateBatchById, updateById, updateForSet@Transactional public void deleteDept(Integer deptId)
IDeptServicedeleteDept in interface IDeptServicepublic List<ZTreeNode> tree()
IDeptServicetree in interface IDeptServicepublic List<Map<String,Object>> list(String condition)
IDeptServicelist in interface IDeptServiceCopyright © 2018. All rights reserved.