BOS启动后列表只能展示一条数据

问题描述:EAS通过BOS启动测试后,所有得列表数据只能展示一条数据
解决办法:

  1. 项目目录\runtime\server\profiles\server1\config
  2. 找到SubSystem_bos.xml
<configitem name="DebugOptions">
	<attribute key="cacheLazyLoad" value="true" />
	<attribute key="nonejb" value="true" />
	<attribute value="100000" key="criticalCollection"/>
	<attribute value="100000" key="criticalIDList"/>
	<attribute value="100000" key="criticalQueryPKs"/>
	<attribute value="1000000" key="exceptionCellNumber"/>
</configitem>
posted @ 2022-03-17 15:13  明明很有才  阅读(66)  评论(0)    收藏  举报