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