瀏覽代碼

Merge branch 'cygx_5.3' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

# Conflicts:
#	controllers/config.go
xingzai 3 年之前
父節點
當前提交
f8e23ee99c
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 0 4
      controllers/config.go
  2. 4 0
      controllers/resource.go

+ 0 - 4
controllers/config.go

@@ -123,7 +123,3 @@ func (this *ConfigController) DescriptionOfResearch() {
 	br.Success = true
 	br.Success = true
 	br.Data = resp
 	br.Data = resp
 }
 }
-
-type ChartPermissionRepMore struct {
-	PermissionName string `description:"名称"`
-}

+ 4 - 0
controllers/resource.go

@@ -95,6 +95,10 @@ func (this *ResourceController) Upload() {
 	return
 	return
 }
 }
 
 
+type ChartPermissionRepMore struct {
+	PermissionName string `description:"名称"`
+}
+
 func init() {
 func init() {
 	var list []*ChartPermissionRepMore
 	var list []*ChartPermissionRepMore
 	Lista := []*ChartPermissionRepMore{{PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}}
 	Lista := []*ChartPermissionRepMore{{PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}}