|
@@ -811,6 +811,11 @@ func (this *EdbInfoController) FenWeiIndexDataExport() {
|
|
|
classifyId, _ := this.GetInt("ClassifyId") //分类
|
|
|
indexCode := this.GetString("IndexCode") //指标唯一编码
|
|
|
|
|
|
+ if classifyId < 0 {
|
|
|
+ br.Msg = "请选择分类"
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
//userId := sysUser.AdminId
|
|
|
//超管账号可以查看分类下的所有频度数据
|
|
|
/*if sysUser.RoleTypeCode == utils.ROLE_TYPE_CODE_ADMIN {
|
|
@@ -835,7 +840,7 @@ func (this *EdbInfoController) FenWeiIndexDataExport() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- fileName := `粮油商务网`
|
|
|
+ fileName := `汾渭网页数据`
|
|
|
if classifyId > 0 && indexCode == "" {
|
|
|
fenWeiClassify, err := data_manage.GetFenweiClassifyItemByClassifyId(classifyId)
|
|
|
if err != nil {
|