jiangshuai
2023-09-21 f36fe3eca14e9a9543eb5dc8fa3bd9a7e3611b98
controllers/location.go
@@ -60,6 +60,9 @@
      util.ResponseFormat(c, code.RequestParamError, "查找失败")
      return
   }
   for _, location := range list {
      location.JointName = location.ParentId + "/" + location.Name
   }
   util.ResponseFormatList(c, code.Success, list, int(total))
}