Explorar el Código

feat:数据导出

wangshan hace 3 años
padre
commit
0efbf264ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/jfw/modules/common/src/qfw/util/dataexport/dataexport.go

+ 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{}