|  | @ -29,7 +29,7 @@ public class SignEndJob implements Job {
 | 
												
													
														
															|  |             String date = DateUtil.dateToStrShort(today.getTime());
 |  |             String date = DateUtil.dateToStrShort(today.getTime());
 | 
												
													
														
															|  |             String start = date + " 00:00:00";
 |  |             String start = date + " 00:00:00";
 | 
												
													
														
															|  |             String end = date + " 23:59:59";
 |  |             String end = date + " 23:59:59";
 | 
												
													
														
															|  |             String sql = "update wlyy_sign_family set status = -4 where end >= ? and end <= ? and status > 0";
 |  | 
 | 
												
													
														
															|  | 
 |  |             String sql = "update wlyy_sign_family set status = -4,apply_unsign_date =SYSDATE() where end >= ? and end <= ? and status > 0";
 | 
												
													
														
															|  |             int sucess = jdbcTemplate.update(sql, start, end);
 |  |             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 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)";
 |  |             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)";
 |