Browse Source

用户身份返回

WH01243 8 months ago
parent
commit
501b357d3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/publicapply/src/subscribe/service/service.go

+ 1 - 1
src/jfw/modules/publicapply/src/subscribe/service/service.go

@@ -39,7 +39,7 @@ func (this *ServiceStruct) IsSub() {
 			"area":               area,
 			"city":               city,
 			"district":           district,
-			"positionType":       gconv.Int64(this.GetSession("userId")),
+			"positionType":       gconv.Int64(this.GetSession("positionType")),
 			"productType":        productType,
 		}
 		return Result{Data: returnData}