|
@@ -149,9 +149,9 @@ func (this *ActivityController) LabelTypeList() {
|
|
|
}
|
|
|
var conditionType string
|
|
|
if isResearch {
|
|
|
- conditionType = " source_type IN (0,2) "
|
|
|
+ conditionType = " AND source_type IN (0,2) "
|
|
|
} else {
|
|
|
- conditionType = " source_type IN (0,1) "
|
|
|
+ conditionType = " AND source_type IN (0,1) "
|
|
|
}
|
|
|
list, err := models.GetActivityTypeHomeList(conditionType)
|
|
|
if err != nil {
|