|
@@ -64,7 +64,7 @@ public class MEnumParser extends AbstractParser<List<String>> {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- List<List<String>> value = toMatrix(dataSource, FuncidDataType.MENUM);
|
|
|
|
|
|
+ List<List<String>> value = toMatrix(source, FuncidDataType.MENUM);
|
|
if (value == null || value.size() == 0) {
|
|
if (value == null || value.size() == 0) {
|
|
context.addError(error);
|
|
context.addError(error);
|
|
return;
|
|
return;
|