|  | @@ -52,7 +52,7 @@ public class ModService {
 | 
											
												
													
														|  |              for (MdoProXfoil s :sList) {
 |  |              for (MdoProXfoil s :sList) {
 | 
											
												
													
														|  |                  MdoProInoutParaMapper indao = UtilTools.getBean(MdoProInoutParaMapper.class);
 |  |                  MdoProInoutParaMapper indao = UtilTools.getBean(MdoProInoutParaMapper.class);
 | 
											
												
													
														|  |                  MdoProInoutParaSQLBuilder insb = new MdoProInoutParaSQLBuilder();
 |  |                  MdoProInoutParaSQLBuilder insb = new MdoProInoutParaSQLBuilder();
 | 
											
												
													
														|  | -                ssb.createCriteria().andPidEqualTo(mid);
 |  | 
 | 
											
												
													
														|  | 
 |  | +                insb.createCriteria().andPidEqualTo(mid);
 | 
											
												
													
														|  |                  List<MdoProInoutPara> inList = indao.selectByExample(insb);
 |  |                  List<MdoProInoutPara> inList = indao.selectByExample(insb);
 | 
											
												
													
														|  |                  if(sList!=null && !sList.isEmpty()){
 |  |                  if(sList!=null && !sList.isEmpty()){
 | 
											
												
													
														|  |                      for (MdoProInoutPara in :inList) {
 |  |                      for (MdoProInoutPara in :inList) {
 |