mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-07 05:35:47 +08:00
!17 修复 date 参数无法被“yyyy-MM-dd”格式的字符串解析
Merge pull request !17 from Xu_Mingjie/gateway
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