@@ -168,8 +168,8 @@ public class ProjectMaterialStorageController extends BaseController {
@InitBinder
public void initBinder(WebDataBinder binder) {
- // 设置集合自动增长的上限为 100
- binder.setAutoGrowCollectionLimit(512);
+ // 设置集合自动增长的上限为 1000
+ binder.setAutoGrowCollectionLimit(1000);
}
/**