错误问题如下:
解决方案:
Dao文件
boolean DeleteList(String nidList);
改为:
boolean DeleteList(@Param("nidList") String nidList);