Commit b262a357 by “Kongxiangkun”

增加积分商城相关代码

parent 1292b8a2
......@@ -53,9 +53,12 @@ public class PointDetailsVO{
@ApiModelProperty(value = "学员")
private String accountId;
@ApiModelProperty(value = "学员姓名")
@ApiModelProperty(value = "学员账号")
private String accountName;
@ApiModelProperty(value = "学员姓名")
private String fullName;
@ApiModelProperty(value = "当前积分的总量")
private String amount;
......
......@@ -138,6 +138,7 @@ public class PointController {
e.printStackTrace();
}
dtl.setAccountName(name);
dtl.setFullName(accountVO.getFullName());
}
} else {
page = new Page<PointDetailsVO>(pageNo, pageSize);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment