@Service @Transactional(rollbackFor=java.lang.Exception.class) public class CoreDeptServiceImpl extends BaseServiceImpl<BdDept> implements CoreDeptService
构造器和说明 |
---|
CoreDeptServiceImpl() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<BdDept> |
findDeptsByCorn(java.util.Map<java.lang.String,java.lang.Object> map)
根据条件查询部门数据
|
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, saveJdbc, startProcess, startProcess
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, addEntity, confirm, findAll, findList, getEntity, modify, removeById, removeByIds, startProcess, startProcess
public java.util.List<BdDept> findDeptsByCorn(java.util.Map<java.lang.String,java.lang.Object> map)
CoreDeptService
findDeptsByCorn
在接口中 CoreDeptService
map
- 参数