mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-09 06:26:00 +08:00
修复 date 参数无法被“yyyy-MM-dd”格式的字符串解析
前端页面传来的字符串格式为“yyyy-MM-dd” Signed-off-by: Xu_Mingjie <7731863+xu_mingjie@user.noreply.gitee.com>
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