|
@@ -119,9 +119,9 @@ func (this *SubVipPortrait) WinnerNewMsgExport() {
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
|
|
- if power <= 1 {
|
|
|
- return nil, errors.New("非法请求")
|
|
|
- }
|
|
|
+ //if power <= 1 {
|
|
|
+ // return nil, errors.New("非法请求")
|
|
|
+ //}
|
|
|
//查询数据导出数据id列
|
|
|
pps := &entity.PortraitProjectScreen{
|
|
|
Screen: &entity.PortraitScreen{
|
|
@@ -132,7 +132,7 @@ func (this *SubVipPortrait) WinnerNewMsgExport() {
|
|
|
Area: this.GetString("area"),
|
|
|
ScopeClass: this.GetString("scopeClass"),
|
|
|
TimeRange: this.GetString("timeRange"),
|
|
|
- HasPower: true,
|
|
|
+ HasPower: power > 1,
|
|
|
},
|
|
|
IsExport: true,
|
|
|
Free: free,
|