|  | @@ -318,6 +318,7 @@ public class TemplateGenerator {
 | 
											
												
													
														|  |          MdoProInoutParaSQLBuilder.Criteria xsc =xsb.createCriteria();
 |  |          MdoProInoutParaSQLBuilder.Criteria xsc =xsb.createCriteria();
 | 
											
												
													
														|  |          xsc.andPidEqualTo(pid);
 |  |          xsc.andPidEqualTo(pid);
 | 
											
												
													
														|  |          xsc.andFatheridEqualTo(fatherid);
 |  |          xsc.andFatheridEqualTo(fatherid);
 | 
											
												
													
														|  | 
 |  | +        xsc.andFlagEqualTo(1);//已选择的
 | 
											
												
													
														|  |          List<MdoProInoutPara> inList = xdao.selectByExample(xsb);
 |  |          List<MdoProInoutPara> inList = xdao.selectByExample(xsb);
 | 
											
												
													
														|  |          return inList;
 |  |          return inList;
 | 
											
												
													
														|  |      }
 |  |      }
 |