订单管理 支付订单号

This commit is contained in:
wangw 2025-02-27 09:51:54 +08:00
parent d72e3e9122
commit 36a40f11e5
3 changed files with 1 additions and 4 deletions

View File

@ -202,8 +202,6 @@ public class OrderInfo implements Serializable {
*/
private Long payOrderId;
private String payOrderNo;
/**
* 交易日期
*/

View File

@ -116,7 +116,7 @@ public class OrderInfoVo implements Serializable {
/**
* 支付订单号
*/
private String payOrderNo;
private Long payOrderId;
/**
* 备注

View File

@ -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);