|
|
@@ -2141,7 +2141,7 @@ public class ObjectToDocumentUtils {
|
|
|
if (null != invitation.getVendname()) {
|
|
|
document.add(new TextField(
|
|
|
ClassAndTableNameUtils.combineField(tableName, InvitationRecordSimpleInfo.VENDNAME_FIELD),
|
|
|
- String.valueOf(tableName), Store.YES));
|
|
|
+ String.valueOf(invitation.getVendname()), Store.YES));
|
|
|
}
|
|
|
if (null != invitation.getVendusername()) {
|
|
|
document.add(new StringField(
|