Servlet.service() for servlet [DeleteBatchServlet] in context with path [/MybatisDemo] threw exception
java.lang.NullPointerException
for(String id : ids) {
maintainService.deleteBatch(ids);
这两个地方报空指针异常
是js没写对 好好对下js 注意不要写空格
调式模式看看ids有没有值传过来