EAS webService接口调用报错

来源:互联网 发布:幼儿园实时监控软件 编辑:程序博客网 时间:2024/05/16 04:13

用eclipse调用EAS的webService接口的时候报错,提示没有相应的数据权限

分析其原因,是因为没有获取到当前的默认组织

解决办法,赋值:

ContextUtil.setCurrentHRUnit(ctx, orgUnitInfo);
ContextUtil.setCurrentCtrlUnit(ctx, ctrlUnitInfo);