Explorar el Código

统计车的体积

engineerper hace 1 año
padre
commit
3e672706d0
Se han modificado 1 ficheros con 0 adiciones y 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切片的末尾
 				// 保存到数据库