终端模块新增对外接口

This commit is contained in:
2022-08-12 16:00:41 +08:00
parent a178d230e9
commit 7e631b088d
16 changed files with 171 additions and 25 deletions

View File

@@ -89,7 +89,7 @@ public class DeptServiceImpl extends ServiceImpl<DeptMapper, Dept> implements ID
Dept dept = new Dept();
BeanUtil.copyProperties(deptParam, dept);
//进行先解绑,再新增
Integer httpResult=deptLineFeignClient.removeBind(deptParam.getPid());
Integer httpResult=deptLineFeignClient.removeBind(deptParam.getPid()).getData();
System.out.println(httpResult);
if (deptParam.getPid().equals("-1")) {
//上层节点