@@ -179,7 +179,7 @@ func GetParticipateSetInfo(in *bxcore.ParticipateSetUpInfoReq) (*bxcore.Particip
//查询对应用户设置信息
//未设置过 返回默认配置
if info, err := mysql.GetParticipateSetInfo(in); err == nil {
- info.IsShow = int64(MC.IntAll(MC.If(entRoleId == 1, entRoleId, -1)))
+ info.IsShow = MC.If(entRoleId == 1, entRoleId, int64(-1)).(int64)
res.Data = info
} else {
res.ErrCode = -1