From df6d61cdad1b72e1b94e87902b39a09f36b8e044 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期一, 29 六月 2020 19:05:00 +0800
Subject: [PATCH] add addPlateNo

---
 controllers/car.go |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/controllers/car.go b/controllers/car.go
index 0699395..a3e4209 100644
--- a/controllers/car.go
+++ b/controllers/car.go
@@ -107,11 +107,8 @@
 	c.ServeJSON()
 }
 
+
 func (c *CarController) BindCarSpace() {
-	sv := service.NewCarService()
 
-	if sv.BindCarSpace() {
-
-	}
 	c.ServeJSON()
 }
\ No newline at end of file

--
Gitblit v1.8.0