|
@@ -87,7 +87,7 @@ func (this *ActivityMeetCoAntroller) MeetList() {
|
|
|
if isResearch {
|
|
|
chartPermissionId = utils.CHART_PERMISSION_ID_YANXUAN
|
|
|
} else {
|
|
|
- condition += ` AND art.chart_permission_id != '` + strconv.Itoa(utils.CHART_PERMISSION_ID_YANXUAN) + `'`
|
|
|
+ condition += ` AND a.chart_permission_id != '` + strconv.Itoa(utils.CHART_PERMISSION_ID_YANXUAN) + `'`
|
|
|
}
|
|
|
//行业名称
|
|
|
if chartPermissionId > 0 {
|