礼物管理时间查询报错修复

This commit is contained in:
tianfeng 2026-02-28 15:12:55 +08:00
parent 62cb54c94a
commit 9be9641fa5
2 changed files with 4 additions and 4 deletions

View File

@ -53,12 +53,12 @@ public class GiftQryCmd extends Command {
/** /**
* 开始时间. * 开始时间.
*/ */
private LocalDate startCreateDate; private String startCreateDate;
/** /**
* 结束时间. * 结束时间.
*/ */
private LocalDate endCreateDate; private String endCreateDate;
/** /**
* false:为删除true已删除 * false:为删除true已删除

View File

@ -47,12 +47,12 @@ public class GiftConsoleQryCmd extends PageCommand {
/** /**
* 开始时间. * 开始时间.
*/ */
private LocalDate startCreateDate; private String startCreateDate;
/** /**
* 结束时间. * 结束时间.
*/ */
private LocalDate endCreateDate; private String endCreateDate;
/** /**
* false:为删除true已删除 * false:为删除true已删除