jiangshuai
2023-09-22 f89bbcf77dae0465e829ca6f7548cd36ef57aaa6
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))
}