Przeglądaj źródła

Merge branch 'dev/v4.8.67_dx' of qmx/jy into feature/v4.8.67

duxin 1 rok temu
rodzic
commit
c75debd454

+ 4 - 4
src/jfw/modules/bigmember/src/service/portrait/subvipPortraitAction.go

@@ -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,