liuxiaolong
2019-08-20 7aa2c6f8eda9f68ca11a3854a1b2a9d69730d6e7
fix arg
1个文件已修改
4 ■■■■ 已修改文件
controllers/dbtableperson.go 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)