Explorar o código

统计车的体积

engineerper hai 1 ano
pai
achega
3e672706d0
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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切片的末尾
 				// 保存到数据库