| | |
| | | excludeTrash(param); |
| | | convert(param, wrapper); |
| | | allLike(BasLiftErrLog.class, param.keySet(), wrapper, condition); |
| | | wrapper.orderBy("create_time", false); |
| | | if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} |
| | | return R.ok(basLiftErrLogService.selectPage(new Page<>(curr, limit), wrapper)); |
| | | } |
| | |
| | | excludeTrash(param); |
| | | convert(param, wrapper); |
| | | allLike(BasLiftOpt.class, param.keySet(), wrapper, condition); |
| | | wrapper.orderBy("send_time", false); |
| | | if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} |
| | | return R.ok(basLiftOptService.selectPage(new Page<>(curr, limit), wrapper)); |
| | | } |
| | |
| | | excludeTrash(param); |
| | | convert(param, wrapper); |
| | | allLike(BasShuttleErrLog.class, param.keySet(), wrapper, condition); |
| | | wrapper.orderBy("create_time", false); |
| | | if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} |
| | | return R.ok(basShuttleErrLogService.selectPage(new Page<>(curr, limit), wrapper)); |
| | | } |
| | |
| | | excludeTrash(param); |
| | | convert(param, wrapper); |
| | | allLike(BasShuttleOpt.class, param.keySet(), wrapper, condition); |
| | | wrapper.orderBy("send_time", false); |
| | | if (!Cools.isEmpty(orderByField)){wrapper.orderBy(humpToLine(orderByField), "asc".equals(orderByType));} |
| | | return R.ok(basShuttleOptService.selectPage(new Page<>(curr, limit), wrapper)); |
| | | } |