积分模块相关代码
This commit is contained in:
@@ -143,4 +143,10 @@ public class TbPointsExchangeRecord {
|
||||
@JsonProperty(access = JsonProperty.Access.WRITE_ONLY)
|
||||
@TableField(exist = false)
|
||||
private String openId;
|
||||
|
||||
/**
|
||||
* 拉起支付所需信息
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private String payInfo;
|
||||
}
|
||||
@@ -318,6 +318,7 @@ public class TbPointsExchangeRecordServiceImpl extends ServiceImpl<TbPointsExcha
|
||||
}
|
||||
entity.setPayOrderId(payResp.getPayOrderId());
|
||||
super.updateById(entity);
|
||||
entity.setPayInfo(payResp.getPayInfo());
|
||||
return entity;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user