|  | @@ -159,6 +159,8 @@ public class PlanYearsServiceImpl extends ServiceImpl<PlanYearsMapper, PlanYears
 | 
	
		
			
				|  |  |      public List<PlanYearsResponseVo> selectPlanYearsExamineListEXP(PlanYearsStandardVo vo) {
 | 
	
		
			
				|  |  |          List<PlanYears> list = null;
 | 
	
		
			
				|  |  |          try {
 | 
	
		
			
				|  |  | +            LoginUser loginUser = SecurityUtils.getLoginUser();
 | 
	
		
			
				|  |  | +            vo.setCreated(String.valueOf(loginUser.getUserId()));
 | 
	
		
			
				|  |  |              list = queryPage(vo);
 | 
	
		
			
				|  |  |          } catch (ParseException e) {
 | 
	
		
			
				|  |  |              e.printStackTrace();
 |