终端模块新增对外接口
This commit is contained in:
@@ -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")) {
|
||||
//上层节点
|
||||
|
||||
Reference in New Issue
Block a user