소스 검색

Merge branch 'crm/8.8' into debug

hsun 3 년 전
부모
커밋
82c9b0cc32
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/company_contract.go

+ 1 - 0
controllers/company_contract.go

@@ -83,6 +83,7 @@ func (c *CompanyContractCommon) ApplyContractDetail() {
 			if count > 0 {
 			if count > 0 {
 				checkList = append(checkList, n.ChartPermissionId)
 				checkList = append(checkList, n.ChartPermissionId)
 			}
 			}
+			n.PermissionName = n.Remark
 		}
 		}
 		plist.Items = items
 		plist.Items = items
 		plist.ClassifyName = classifyName
 		plist.ClassifyName = classifyName