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