BUG修改

This commit is contained in:
jiangs 2025-12-22 15:21:03 +08:00
parent 1b233ead12
commit 6fe3bb8789

View File

@ -393,6 +393,7 @@ public class ReportItemServiceImpl implements ReportItemService {
@Override
public Result addBatch(List<XmInfoNew> xmInfoNewList) {
if(xmInfoNewList.size() <= 0) return new Result("0","");
reportItemMapper.addBatch(xmInfoNewList);
return new Result("0","批量新增数据成功!");
}