mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-03 11:06:46 +00:00
Merge pull request #8 from comdotwww/gateway
修复 date 参数无法被“yyyy-MM-dd”格式的字符串解析
This commit is contained in:
@@ -22,6 +22,7 @@ public class ReconcileOrderQuery {
|
||||
private String batchNo;
|
||||
|
||||
@Schema(description = "日期")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDate date;
|
||||
|
||||
@Schema(description = "通道")
|
||||
|
Reference in New Issue
Block a user