| | |
| | | * @param lcStatus 状态 |
| | | * @return 执行结果 |
| | | */ |
| | | R updateLcStatus(String oid, String lcStatus); |
| | | R updateLcStatus(String oid, String lcStatus); |
| | | |
| | | /** |
| | | /** |
| | | * 根据主键批量查询对象 |
| | | * @param oids 对象主键,使用逗号分隔,但是不能超过1000 |
| | | * @return 业务对象 |
| | |
| | | * @return 主题库显示树 |
| | | */ |
| | | List<Tree> treeTopCodeClassify(TreeQueryObject treeQueryObject); |
| | | |
| | | /** |
| | | * 获取这个分类下的业务类型,当前没有就获取上级的第一个业务类型 |
| | | * @param oid 当前分类的oid |
| | | * @return oid,id,name,btmtypeid,btmtypename |
| | | */ |
| | | CodeClassify selectBtmOrParentBtm(String oid); |
| | | |
| | | /** |
| | | * 获取所有下级数据 |
| | | * @param oid 数据主键 |
| | | * @return 查询结果 |
| | | */ |
| | | List<CodeClassify> selectAllLevelParents(String oid); |
| | | } |