Răsfoiți Sursa

feat:数据导出

wangshan 3 ani în urmă
părinte
comite
0efbf264ea

+ 2 - 2
src/jfw/modules/common/src/qfw/util/dataexport/dataexport.go

@@ -239,9 +239,9 @@ func getDataExportSql(scd *SieveCondition) string {
 		if scd.Comeinfrom == "supersearchPage" {
 			var keywordArr []string
 			if strings.Contains(scd.Keyword[0].Keyword, "+") {
-				keywordArr = strings.Split(scd.Keyword[0].Keyword, "+")
+				//keywordArr = strings.Split(scd.Keyword[0].Keyword, "+")
 			} else if strings.Contains(scd.Keyword[0].Keyword, " ") {
-				keywordArr = strings.Split(scd.Keyword[0].Keyword, " ")
+				//keywordArr = strings.Split(scd.Keyword[0].Keyword, " ")
 			}
 			if len(keywordArr) > 1 {
 				KeyWordSearch := KeyWord{}