|
@@ -218,9 +218,10 @@ func GetWhichDepartmentCount(condition string) (count int, err error) {
|
|
|
}
|
|
|
|
|
|
type IsShow struct {
|
|
|
- IsShow bool `description:"是否展示"`
|
|
|
- IsShowResearch bool `description:"研选是否展示限免"`
|
|
|
- IsShowChart bool `description:"图表是否展示限免"`
|
|
|
+ IsShow bool `description:"是否展示"`
|
|
|
+ IsShowResearch bool `description:"研选是否展示限免"`
|
|
|
+ IsShowChart bool `description:"图表是否展示限免"`
|
|
|
+ LinkWxExplain string `description:"关注微信公众号链接说明地址"`
|
|
|
}
|
|
|
|
|
|
//获取用户是否有查看权限
|