Merge branch 'master' into dev
This commit is contained in:
@ -121,6 +121,7 @@ public class ProjectSectionServiceImpl extends BaseServiceImpl<ProjectSectionMap
|
|||||||
query.ne("status",projectSectionVO.getNotStatus());
|
query.ne("status",projectSectionVO.getNotStatus());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
query.orderByAsc("bid_sect_code");
|
||||||
return query;
|
return query;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user