xuzhiheng 5 years ago
parent
commit
aa740b2c17
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/jfw/front/ws_dataExport.go

+ 0 - 1
src/jfw/front/ws_dataExport.go

@@ -343,7 +343,6 @@ func (w *WsDataExport) SearchExport() error {
 	maxprice := w.GetString("maxprice")                    //最高价格
 	industry := strings.TrimSpace(w.GetString("industry")) //选中的行业
 	selectType := w.GetString("selectType")                //标题 or 全文
-
 	//数据存库转换
 	areaSave := []string{}
 	if len(area) > 0 {