소스 검색

Merge branch 'ETA_2.0.5' into debug

zwxi 6 달 전
부모
커밋
99580a7fb2
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controllers/hisugar_data.go

+ 0 - 1
controllers/hisugar_data.go

@@ -905,7 +905,6 @@ func (this *TradeCommonController) HisugarIndexData() {
 		}
 		if classifyIds != ""{
 			condition += ` AND classify_id IN (`+ classifyIds +`)`
-			pars = append(pars, classifyIds)
 		}
 	}