|
@@ -11,6 +11,7 @@ import (
|
|
|
"log"
|
|
|
"net/url"
|
|
|
"qfw/util"
|
|
|
+ "qfw/util/jy"
|
|
|
"qfw/util/redis"
|
|
|
"strconv"
|
|
|
"strings"
|
|
@@ -314,7 +315,7 @@ func (w *WsDataExport) SearchExport() error {
|
|
|
if selectType == "all" {
|
|
|
isIntercept = true
|
|
|
}
|
|
|
- _, _, keywords = public.InterceptSearchKW(keywords, isIntercept, len(industrySave) == 0)
|
|
|
+ _, _, keywords = jy.InterceptSearchKW(keywords, isIntercept, len(industrySave) == 0)
|
|
|
KeyWordSave = append(KeyWordSave, public.KeyWord{Keyword: keywords})
|
|
|
}
|
|
|
//时间
|