@@ -824,7 +824,8 @@ func (this *EdbInfoController) CCFIndexBatchSearch() {
condition += " AND frequency IN (" + utils.GetOrmInReplace(len(frequencyList)) + " ) "
pars = append(pars, frequencyList)
}
-
+ condition += ` AND index_code not in (SELECT edb_code FROM edb_info WHERE source=?) `
+ pars = append(pars, utils.DATA_SOURCE_CCF)
list, err := data_manage.GetCCFIndexPage(condition, pars, startSize, pageSize)
if err != nil {
br.Msg = "获取失败"