|
@@ -35,7 +35,7 @@ public class D00000Service extends D00000BaseModel implements ExecProcessFlow {
|
|
|
sc1.andNameLike("%"+searchtag+"%");
|
|
|
}
|
|
|
Long count = projectDao.countByExample(sb);
|
|
|
-// sb.setOrderByClause("id");
|
|
|
+ sb.setOrderByClause("id ASC");
|
|
|
|
|
|
XIUtils.pageSet(page,size);
|
|
|
List<DNode> list = projectDao.selectByExample(sb);
|