[web]解决查看单元属性值时无数据显示的BUG;

This commit is contained in:
datagear 2018-12-05 19:55:13 +08:00
parent a16a0d34e9
commit acb4fdc655
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ public class DataController extends AbstractSchemaModelController
if (resultList == null || resultList.isEmpty())
throw new RecordNotFoundException();
propertyPathInfo.setValueTail(resultList);
propertyPathInfo.setValueTail(resultList.get(0));
}
springModel.addAttribute("data", data);