1、解决出场二维码没有使用,导致无法再次入场问题

2、解决回调退款未更新数据库总退款金额
3、解决查询用户手机号关联查询脚本问题
This commit is contained in:
2024-02-28 23:28:33 +08:00
parent c2bee07b79
commit a83731da16
6 changed files with 35 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ public class Barcode {
*/
private String orderSn;
/**
* 0 - 未使用 1 - 已使用
*/
private Integer status;
private Integer memberId;