|
@@ -288,7 +288,7 @@ public class OrderInputServiceImpl extends ServiceImpl<OrderInputMapper, OrderIn
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
List<OrderInputImpotVo> orderInputImpotVos = new ArrayList<>();
|
|
|
List<OrderListImportVo> orderListImportVos = new ArrayList<>();
|
|
|
- if (ids.size() > 50) {
|
|
|
+ if (ids.size() > 500) {
|
|
|
throw new CustomException("超出文档导出上限");
|
|
|
}
|
|
|
if (ObjectUtils.isNotEmpty(ids)) {
|