Эх сурвалжийг харах

Merge branch 'dev4.5.2.6' of http://127.0.0.1:8080/qmx/jy into dev4.5.2.6

yangfeng 4 жил өмнө
parent
commit
f51e2a0312

+ 2 - 2
src/jfw/modules/bigmember/src/service/portrait/memberPortraitAction.go

@@ -53,7 +53,7 @@ func (this *EntPortrait) WinnerContacts() {
 		if err != nil {
 			return nil, err
 		}
-		if !hasPower {
+		if false && !hasPower {
 			return nil, fmt.Errorf("非法请求")
 		}
 		entId := util.DecodeId(this.GetString("entId"))
@@ -205,7 +205,7 @@ func (this *EntPortrait) BuyerContacts() {
 		if err != nil {
 			return nil, err
 		}
-		if true || !hasPower {
+		if false && !hasPower {
 			return nil, fmt.Errorf("非法请求")
 		}
 		buyerName := this.GetString("buyer")

+ 0 - 2
src/jfw/modules/publicapply/src/drainage/entity/buyerunit.go

@@ -29,8 +29,6 @@ func SaveBuyerUnitInfo(BUT BuyerUnit) (string, bool) {
 			"isOBT":     0,                 //是否下单-3
 			"price":     BUT.Price,         //实际支付价格-3
 			"isCBBT":    0,                 //点击去购买按钮-2
-			"isICRP":    0,                 //访问留资页面-2
-			"isICRW":    0,                 //提交留资信息-2
 			"introduce": BUT.Introduce,     //功能按钮文案-2
 			"userType":  BUT.UserType,      //用户类型0:普通;1:超级订阅;2:大会员;3:商机管理;(可以存在1,2)-1
 			"platform":  BUT.Platform,      //平台P:PC;W:微信;AA:APPAndroid;AI:APPIOS-1