|  | @@ -111,7 +111,7 @@ public class SmsService implements ISmsService {
 | 
	
		
			
				|  |  |          SysOrg sysOrg = remoteOrgService.selectOrgById(orgId, SecurityConstants.INNER);
 | 
	
		
			
				|  |  |          Date now = new Date();
 | 
	
		
			
				|  |  |          String date = DateUtil.format(now, "yyyy-MM-dd");
 | 
	
		
			
				|  |  | -        String time = DateUtil.format(now, "hh:mm:ss");
 | 
	
		
			
				|  |  | +        String time = DateUtil.format(now, "HH:mm:ss");
 | 
	
		
			
				|  |  |          if (ObjectUtil.isNotEmpty(userList)){
 | 
	
		
			
				|  |  |              for (SysUser sysUser : userList) {
 | 
	
		
			
				|  |  |                  String phone = sysUser.getPhone();
 |