BUG修改
This commit is contained in:
parent
1b233ead12
commit
6fe3bb8789
@ -393,6 +393,7 @@ public class ReportItemServiceImpl implements ReportItemService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Result addBatch(List<XmInfoNew> xmInfoNewList) {
|
public Result addBatch(List<XmInfoNew> xmInfoNewList) {
|
||||||
|
if(xmInfoNewList.size() <= 0) return new Result("0","");
|
||||||
reportItemMapper.addBatch(xmInfoNewList);
|
reportItemMapper.addBatch(xmInfoNewList);
|
||||||
return new Result("0","批量新增数据成功!");
|
return new Result("0","批量新增数据成功!");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user