|  | @@ -519,6 +519,9 @@ public class TRmCalpointController extends BaseRESTfulController {
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              parmas.put("costid", costid);
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | +        if("true".equals(parmas.get("correct").toString())){
 | 
	
		
			
				|  |  | +            parmas.put("CORRECTVALUE", "0");
 | 
	
		
			
				|  |  | +        }
 | 
	
		
			
				|  |  |          PageList<Map<String, Object>> list = tRmCalpointService.getDate312ForPage(parmas, pageNum, pageSize);
 | 
	
		
			
				|  |  |          return success(list);
 | 
	
		
			
				|  |  |      }
 |