Commit 51fde650 authored by shizhilong's avatar shizhilong Committed by hkl

更改道床排序 --shizhilong

parent 6fa55b0e
......@@ -81,7 +81,7 @@ public class RecordsMasterCheckController extends JeecgController<RecordsMasterC
List<TrackBedManagement> listResult = trackBedManagementService.lambdaQuery()
.eq(ObjectUtil.isNotEmpty(sectionId), TrackBedManagement::getSectionId, sectionId)
.eq(ObjectUtil.isNotEmpty(lineAliasId), TrackBedManagement::getLineAliasId, lineAliasId)
.orderByAsc(TrackBedManagement::getCreateTime)
.orderByAsc(TrackBedManagement::getTrackBedCode)
.list();
return Result.OK(listResult);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment