feat:飞行日志接入
This commit is contained in:
parent
76bfcd58d5
commit
b954940576
@ -99,7 +99,6 @@ public abstract class AbstractAircraftLogServiceImpl<T extends AbstractAircraftT
|
||||
*/
|
||||
protected void applyPagination(Query query, AircraftLogPageDTO dto) {
|
||||
if (isNoPagination(dto)) {
|
||||
log.debug("分页参数包含-1,返回全部数据");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user