|
@@ -154,7 +154,7 @@ func (this *ReportController) IndustryList() {
|
|
|
// return
|
|
|
//}
|
|
|
//condition += ` AND man.industrial_management_id IN (` + industrialManagementIds + `)`
|
|
|
- condition += `subject_names LIKE '%` + keyWord + `%'`
|
|
|
+ condition += ` AND subject_names LIKE '%` + keyWord + `%'`
|
|
|
}
|
|
|
var sqlChartPermissionId string
|
|
|
if ChartPermissionId > 0 {
|