|
|
@ -52,7 +52,7 @@ public class RainFallServiceImpl extends BaseServiceImpl<RainfallMapper, Rainfal |
|
|
|
if(!ObjectUtil.isEmpty(filter.getDate())){ |
|
|
|
if(!ObjectUtil.isEmpty(filter.getDate())){ |
|
|
|
likeRight("FILL_DATE",filter.getDate()); |
|
|
|
likeRight("FILL_DATE",filter.getDate()); |
|
|
|
} |
|
|
|
} |
|
|
|
orderByDesc("create_time"); |
|
|
|
orderByDesc("CREATE_TIME"); |
|
|
|
}}; |
|
|
|
}}; |
|
|
|
IPage pages = super.page(Condition.getPage(query), queryWrapper); |
|
|
|
IPage pages = super.page(Condition.getPage(query), queryWrapper); |
|
|
|
List list = RainfallWrapper.build().listVO(pages.getRecords()); |
|
|
|
List list = RainfallWrapper.build().listVO(pages.getRecords()); |
|
|
|