liuxiaolong
2019-08-23 ccf396d18f149c3ba1d5bb1279f29a5d6eff864c
controllers/dbtableperson.go
@@ -206,6 +206,10 @@
   if reqBody["tableId"] != nil {
      tableId = reqBody["tableId"].(string)
   }
   if tableId == "" {
      util.ResponseFormat(c,code.RequestParamError,"参数有误,底库id不能为空")
      return
   }
   orderName := "id"
   if reqBody["orderName"] != nil {
      orderName = reqBody["orderName"].(string)