mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-18 06:58:20 +08:00
修复支付配置修改没有更新问题
This commit is contained in:
@@ -87,7 +87,7 @@ public class FinanceRechargerServiceImpl implements IFinanceRechargerService {
|
||||
"like:sn@t.order_sn:str",
|
||||
"=:payWay@t.pay_way:int",
|
||||
"=:payStatus@t.pay_status:int",
|
||||
">=:payTime@pay_time:long"
|
||||
"datetime:startTime-endTime@create_time:long",
|
||||
});
|
||||
|
||||
if (StringUtils.isNotEmpty(searchValidate.getKeyword())) {
|
||||
|
||||
@@ -24,7 +24,10 @@ public class FinanceRechargeSearchValidate implements Serializable {
|
||||
@ApiModelProperty(value = "支付状态")
|
||||
private Integer payStatus;
|
||||
|
||||
@ApiModelProperty(value = "支付时间")
|
||||
private Integer payTime;
|
||||
@ApiModelProperty(value = "开始时间")
|
||||
private Integer startTime;
|
||||
|
||||
@ApiModelProperty(value = "结束时间")
|
||||
private Integer endTime;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user