1、解决出场二维码没有使用,导致无法再次入场问题
2、解决回调退款未更新数据库总退款金额 3、解决查询用户手机号关联查询脚本问题
This commit is contained in:
@@ -12,6 +12,9 @@ public class Barcode {
|
||||
*/
|
||||
private String orderSn;
|
||||
|
||||
/**
|
||||
* 0 - 未使用 1 - 已使用
|
||||
*/
|
||||
private Integer status;
|
||||
|
||||
private Integer memberId;
|
||||
|
||||
Reference in New Issue
Block a user