记得上下班打卡 | git大法好,push需谨慎

Commit ad39e3ed authored by 胡佳晨's avatar 胡佳晨

修改 pos

parent 25d7060d
...@@ -31,7 +31,7 @@ public class GoblinNowOrderListVo implements Serializable, Cloneable { ...@@ -31,7 +31,7 @@ public class GoblinNowOrderListVo implements Serializable, Cloneable {
@ApiModelProperty(value = "支付时间") @ApiModelProperty(value = "支付时间")
private String payTime; private String payTime;
@ApiModelProperty(value = "用户id") @ApiModelProperty(value = "用户id")
private String uid; private String userId;
private static final GoblinNowOrderListVo obj = new GoblinNowOrderListVo(); private static final GoblinNowOrderListVo obj = new GoblinNowOrderListVo();
......
...@@ -216,7 +216,7 @@ public class GoblinStoreZhengzaiServiceImpl implements IGoblinStoreZhengzaiServi ...@@ -216,7 +216,7 @@ public class GoblinStoreZhengzaiServiceImpl implements IGoblinStoreZhengzaiServi
if(data==null){ if(data==null){
return ResponseDto.failure("订单不存在"); return ResponseDto.failure("订单不存在");
} }
ResponseDto<GoblinAppOrderDetailsVo> responseVo = goblinOrderAppService.orderDetails(data.getOrderId(), data.getUid()); ResponseDto<GoblinAppOrderDetailsVo> responseVo = goblinOrderAppService.orderDetails(data.getOrderId(), data.getUserId());
return ResponseDto.success(responseVo.getData()); return ResponseDto.success(responseVo.getData());
} }
......
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