1、增加排序

This commit is contained in:
dxc
2021-08-17 09:03:51 +08:00
parent 793e9f4ffd
commit 01b7bcd7f9

View File

@ -121,6 +121,7 @@ public class ProjectSectionServiceImpl extends BaseServiceImpl<ProjectSectionMap
query.ne("status",projectSectionVO.getNotStatus());
}
query.orderByAsc("bid_sect_code");
return query;
}