mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
bugfix
This commit is contained in:
@@ -598,7 +598,7 @@ where 更新时间>='%s' and 更新时间<='%s'
|
||||
.LOWER_CAMEL,
|
||||
e.getKey()
|
||||
.toString()),
|
||||
e -> e.getValue())))
|
||||
e -> ObjectUtils.defaultIfNull(e.getValue(), ""))))
|
||||
.toList();
|
||||
|
||||
return new PageImpl<>(
|
||||
|
||||
Reference in New Issue
Block a user