|
@@ -811,6 +811,11 @@ func (this *EdbInfoController) FenWeiIndexDataExport() {
|
|
|
classifyId, _ := this.GetInt("ClassifyId")
|
|
|
indexCode := this.GetString("IndexCode")
|
|
|
|
|
|
+ if classifyId < 0 {
|
|
|
+ br.Msg = "请选择分类"
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -835,7 +840,7 @@ func (this *EdbInfoController) FenWeiIndexDataExport() {
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- fileName := `粮油商务网`
|
|
|
+ fileName := `汾渭网页数据`
|
|
|
if classifyId > 0 && indexCode == "" {
|
|
|
fenWeiClassify, err := data_manage.GetFenweiClassifyItemByClassifyId(classifyId)
|
|
|
if err != nil {
|