forked from p81075629/datagear
[web]解决查看单元属性值时无数据显示的BUG;
This commit is contained in:
parent
a16a0d34e9
commit
acb4fdc655
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue