订单管理 支付订单号
This commit is contained in:
parent
d72e3e9122
commit
36a40f11e5
|
|
@ -202,8 +202,6 @@ public class OrderInfo implements Serializable {
|
|||
*/
|
||||
private Long payOrderId;
|
||||
|
||||
private String payOrderNo;
|
||||
|
||||
/**
|
||||
* 交易日期
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ public class OrderInfoVo implements Serializable {
|
|||
/**
|
||||
* 支付订单号
|
||||
*/
|
||||
private String payOrderNo;
|
||||
private Long payOrderId;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
|
|
|
|||
|
|
@ -580,7 +580,6 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
|
|||
orderInfo.setTableCode(table.getTableCode());
|
||||
orderInfo.setTableName(table.getName());
|
||||
}
|
||||
orderInfo.setDineMode(param.getDineMode());
|
||||
orderInfo.setRefundAmount(BigDecimal.ZERO);
|
||||
orderInfo.setPayAmount(BigDecimal.ZERO);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue