| 
					
				 | 
			
			
				@ -33,8 +33,8 @@ public class SignEndJob implements Job { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            int sucess = jdbcTemplate.update(sql, start, end); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String sqlT = "update wlyy_doctor_team set del = '0' where del = '1' and code in (select team_code from wlyy_sign_family where end >= ? and end <= ? and status > 0)"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            String sqlTm = "update wlyy_doctor_team_member set del = '0' where del = '1' and team in (select team_code from wlyy_sign_family where end >= ? and end <= ? and status > 0)"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            int sucessT = jdbcTemplate.update(sql, start, end); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            int sucessTm = jdbcTemplate.update(sql, start, end); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            int sucessT = jdbcTemplate.update(sqlT, start, end); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            int sucessTm = jdbcTemplate.update(sqlTm, start, end); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            System.out.println("sign end job end"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } catch (Exception e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            e.printStackTrace(); 
			 |