浏览代码

统计车的体积

engineerper 1 年之前
父节点
当前提交
3e672706d0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      eventServer/eventServer.go

+ 0 - 2
eventServer/eventServer.go

@@ -52,8 +52,6 @@ func StartEventServer() {
 					Width:  bestMatch.Width,
 					Length: bestMatch.Length,
 					Volume: bestMatch.Volume,
-					Count:  1,
-					Time:   time.Now(),
 				}
 				cars = append(cars, newCar) //将新创建的车辆信息添加到cars切片的末尾
 				// 保存到数据库