|
@@ -43,7 +43,7 @@ public class SynProjectForSAPListPlugin extends AbstractListPlugin implements Pl
|
|
|
qFilter.and(new QFilter("id", QCP.equals, orgId));
|
|
|
DynamicObject orgDy = BusinessDataServiceHelper.loadSingle("bos_org", "id, number", qFilter.toArray());
|
|
|
if(orgDy==null){
|
|
|
- this.getView().showMessage("没有找到对应的组织");
|
|
|
+ this.getView().showMessage("没有找到对应的核算组织");
|
|
|
return;
|
|
|
}
|
|
|
logger.info("------同步项目 " + orgDy.getString("number") + "----------");
|