会员积分问题修复
This commit is contained in:
@@ -79,7 +79,7 @@ public class UPointsMallController {
|
|||||||
*/
|
*/
|
||||||
@GetMapping("/order/page")
|
@GetMapping("/order/page")
|
||||||
public CzgResult<Page<PointsExchangeRecordDTO>> getPointsExchangeRecordPage(PointsExchangeRecordParam param) {
|
public CzgResult<Page<PointsExchangeRecordDTO>> getPointsExchangeRecordPage(PointsExchangeRecordParam param) {
|
||||||
param.setUserId(StpKit.USER.getLoginIdAsLong());
|
param.setShopUserId(StpKit.USER.getLoginIdAsLong());
|
||||||
Page<PointsExchangeRecordDTO> page = pointsExchangeRecordService.getPointsExchangeRecordPage(param);
|
Page<PointsExchangeRecordDTO> page = pointsExchangeRecordService.getPointsExchangeRecordPage(param);
|
||||||
return CzgResult.success(page);
|
return CzgResult.success(page);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user