我有此代码:
timestep=40, no_sample=140, no_feature=1
找到该文档,该文档不为null,但在调用字段时返回空值:
例如称这个Vector<String> SearchKeys = new Vector<String>();
SearchKeys.addElement(creditorNumber);
lotus.domino.DocumentCollection credDocTempDocColl = crediteurView.getAllDocumentsByKey(SearchKeys,true);
lotus.domino.Document credDocTemp = credDocTempDocColl.getFirstDocument();
在填入文档内部时返回空。 如果我手动打开文档,对其进行编辑(不更改值)并保存,则以上代码将再次正常工作,并且我确实会收到这些值。为什么会这样?