|
@@ -495,7 +495,7 @@ func (this *ActivityCoAntroller) SignupCancel() {
|
|
|
|
|
|
// @Title 用户搜索详情
|
|
|
// @Description 获取用户搜索详情接口
|
|
|
-// @Param IsShowJurisdiction query int true "是否仅展示有权限的,1是,0否 默认为0"
|
|
|
+// @Param IsShowJurisdiction query int true "是否仅展示有权限的,默认为0,1是,2否 "
|
|
|
// @Success Ret=200 {object} models.ActivityUserSearchContentList
|
|
|
// @router /getUserSearchContent [get]
|
|
|
func (this *ActivityCoAntroller) GetUserSearchContent() {
|
|
@@ -537,7 +537,7 @@ func (this *ActivityCoAntroller) GetUserSearchContent() {
|
|
|
}
|
|
|
var listChartPermissionid []*models.ActivityChartPermission
|
|
|
var errChart error
|
|
|
- if isShowJurisdiction == 0 {
|
|
|
+ if detail.IsShowJurisdiction == 0 {
|
|
|
listChartPermissionidAll, errChartAll := models.GetChartPermissionActivity()
|
|
|
listChartPermissionid = listChartPermissionidAll
|
|
|
errChart = errChartAll
|