|
@@ -584,11 +584,6 @@ func GetEdbSourceByEdbInfoIdList(edbInfoIdList []int) (sourceNameList, sourceNam
|
|
|
|
|
|
|
|
|
func GetCustomAnalysisOpButton(sysUser *system.Admin, belongUserId int, permissionType []int) (button excel.ExcelInfoDetailButton) {
|
|
|
-
|
|
|
- if len(permissionType) == 0 {
|
|
|
- return
|
|
|
- }
|
|
|
-
|
|
|
|
|
|
if sysUser.RoleTypeCode == utils.ROLE_TYPE_CODE_ADMIN || sysUser.RoleTypeCode == utils.ROLE_TYPE_CODE_FICC_ADMIN || sysUser.AdminId == belongUserId {
|
|
|
button.RefreshButton = true
|