修复订单搜索时间的问题,时间查询改为date类型

This commit is contained in:
hupeng
2020-07-11 10:47:40 +08:00
parent 3c8b165786
commit f9837fdf41
2 changed files with 4 additions and 7 deletions

View File

@ -19,7 +19,7 @@ public class YxStoreOrderQueryCriteria{
// 模糊
@Query(type = Query.Type.UNIX_TIMESTAMP)
private List<String> addTime;
private List<String> createTime;
// 模糊