he2802 2 lat temu
rodzic
commit
0dfb98ef75

+ 1 - 1
zhongzheng-framework/src/main/java/com/zhongzheng/framework/web/service/WxLoginService.java

@@ -1207,7 +1207,7 @@ public class WxLoginService implements IWxLoginService {
 
 
         String userInfoParam = String.format(gzh_wxUserInfoParam, access_token, openId);
         String userInfoParam = String.format(gzh_wxUserInfoParam, access_token, openId);
         String userInfoResultString = HttpUtils.sendGet(gzh_wxUserInfoUrl, userInfoParam);
         String userInfoResultString = HttpUtils.sendGet(gzh_wxUserInfoUrl, userInfoParam);
-        System.out.println(userInfoResultString);
+
         //解析json
         //解析json
         JSONObject jsonObject1 = (JSONObject) JSONObject.parse(userInfoResultString);
         JSONObject jsonObject1 = (JSONObject) JSONObject.parse(userInfoResultString);
         String unionId = String.valueOf(jsonObject1.get("unionid"));
         String unionId = String.valueOf(jsonObject1.get("unionid"));

+ 1 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/service/impl/OrderGoodsServiceImpl.java

@@ -568,6 +568,7 @@ public class OrderGoodsServiceImpl extends ServiceImpl<OrderGoodsMapper, OrderGo
                 goodsVo.setClassEndTime(classGradeVo.getClassEndTime());
                 goodsVo.setClassEndTime(classGradeVo.getClassEndTime());
                 goodsVo.setClassStatus(classGradeVo.getClassStatus());
                 goodsVo.setClassStatus(classGradeVo.getClassStatus());
                 goodsVo.setLearningStatus(classGradeVo.getLearningStatus());
                 goodsVo.setLearningStatus(classGradeVo.getLearningStatus());
+                goodsVo.setInterfaceAccountId(classGradeVo.getInterfaceAccountId());
 
 
                 LambdaQueryWrapper<UserSubscribe> lq = Wrappers.lambdaQuery();
                 LambdaQueryWrapper<UserSubscribe> lq = Wrappers.lambdaQuery();
                 lq.eq(UserSubscribe::getOrderGoodsId, goodsVo.getOrderGoodsId());
                 lq.eq(UserSubscribe::getOrderGoodsId, goodsVo.getOrderGoodsId());

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/vo/OrderGoodsVo.java

@@ -171,7 +171,7 @@ public class OrderGoodsVo {
 	/** 官方账号开通(有接口) */
 	/** 官方账号开通(有接口) */
 	@Excel(name = "官方账号开通(有接口)")
 	@Excel(name = "官方账号开通(有接口)")
 	@ApiModelProperty("官方账号开通(有接口)")
 	@ApiModelProperty("官方账号开通(有接口)")
-	private Integer interfaceAccountId;
+	private Long interfaceAccountId;
 
 
 	/** 官方信息推送接口 */
 	/** 官方信息推送接口 */
 	@Excel(name = "官方信息推送接口")
 	@Excel(name = "官方信息推送接口")