Commit 57de1c4d authored by 季圣华's avatar 季圣华
Browse files

改为超过20个仓库提示还要选择仓库才能查询

parent f91a1967
......@@ -412,7 +412,7 @@ public class DepotItemController {
depotList.add(object.getLong("id"));
}
//如果有权限的仓库数量太多则提示要选择仓库
if(depotList.size()>10) {
if(depotList.size()>20) {
throw new BusinessRunTimeException(ExceptionConstants.REPORT_TWO_MANY_DEPOT_FAILED_CODE,
ExceptionConstants.REPORT_TWO_MANY_DEPOT_FAILED_MSG);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment