xyxie 1 년 전
부모
커밋
900657e8f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/contract/service.go

+ 1 - 1
controller/contract/service.go

@@ -111,7 +111,7 @@ func (sr *ServiceController) List(c *gin.Context) {
 					if ficcItemMap[items[j].ParentId] == nil {
 						ficcItemMap[items[j].ParentId] = make([]*crm.PermissionSetItem, 0)
 					}
-					ficcItemMap[items[j].ParentId] = append(ficcItemMap[items[j].ParentId], items[i])
+					ficcItemMap[items[j].ParentId] = append(ficcItemMap[items[j].ParentId], items[j])
 				}
 			}