mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 21:17:42 +00:00
fix 前端支付订单查询条件中"支付ID"条件不生效
This commit is contained in:
@@ -23,7 +23,7 @@ public class PayOrderQuery extends QueryOrder {
|
||||
|
||||
@QueryParam(type = QueryParam.CompareTypeEnum.EQ)
|
||||
@Schema(description = "支付订单id")
|
||||
private Long paymentId;
|
||||
private Long id;
|
||||
|
||||
/** 关联的业务号 */
|
||||
@QueryParam(type = QueryParam.CompareTypeEnum.LIKE)
|
||||
|
Reference in New Issue
Block a user