Commit f58fba0b by “Kongxiangkun”

增加积分商城相关代码

parent 0aef8277
......@@ -44,7 +44,7 @@ public class PointTestController {
if (null == requestContext) {
Response.fail();
}
Long accountId = requestContext.getCompanyId();
Long accountId = requestContext.getAccountId();
return Response.ok(pointApiFeignClients.list(accountId, searchParamVO.getPageNo(), searchParamVO.getPageSize()));
}
......
......@@ -45,7 +45,7 @@ public class PointController {
if (null == requestContext) {
Response.fail();
}
Long accountId = requestContext.getCompanyId();
Long accountId = requestContext.getAccountId();
return Response.ok(pointApiFeignClients.list(accountId, searchParamVO.getPageNo(), searchParamVO.getPageSize()));
}
......
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