@@ -142,7 +142,7 @@ public class ApiAppDeviceLogController {
}
if (!StringUtils.isEmpty(param.getOrderBy())) {
- sql.append(" AND order by " + param.getOrderBy());
+ sql.append(" order by " + param.getOrderBy());