答案 0 :(得分:2)
您可以修改服务类中的update
方法以返回值。 E.g:
[AifDocumentUpdateAttribute, SysEntryPointAttribute(true)]
public AifEntityKeyList update(AifEntityKeyList _entityKeyList, CustCustomer _custCustomer)
{
this.updateList(_entityKeyList, _custCustomer);
return this.getCorrelationEntityKeys();
}