|  | @ -126,7 +126,7 @@ public class PhysicalExaminationRemindService extends BaseService {
 | 
	
		
			
				|  |  |                 "                 and o.medical_time>?)" +
 | 
	
		
			
				|  |  |                 " order by t1.openid desc,convert(t1.name using gbk) ";
 | 
	
		
			
				|  |  | 
 | 
	
		
			
				|  |  |         args = new Object[]{teamCode, teamCode, DateUtil.getLastYear()};
 | 
	
		
			
				|  |  |         args = new Object[]{teamCode,doctor,doctor, teamCode, DateUtil.getLastYear()};
 | 
	
		
			
				|  |  |         signList = jdbcTemplate.queryForList(sql, args);
 | 
	
		
			
				|  |  |         if (signList != null && signList.size() > 0) {
 | 
	
		
			
				|  |  |             for (Map<String, Object> sign : signList) {
 |