磁盘表分表,增加磁盘名称存储CRUD

This commit is contained in:
gaoyutao
2026-01-15 10:27:40 +08:00
parent ac406d88fe
commit c921a83d27
18 changed files with 788 additions and 31 deletions
@@ -550,7 +550,7 @@ public class MessageHandler {
iface.setCreateTime(createTime);
});
// 初始磁盘数据入库
initialDiskInfoService.batchInsertInitialDiskInfo(disks);
initialDiskInfoService.batchInsertInitialDiskInfo(disks, createTime);
}else{
throw new RuntimeException("磁盘data数据为空");
}