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