|
|
@ -98,12 +98,6 @@ public class BasicScheduledTask { |
|
|
|
} |
|
|
|
} |
|
|
|
return new ReturnT<>("SUCCESS"); |
|
|
|
return new ReturnT<>("SUCCESS"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
|
|
|
|
|
public void getVideoMonitor() throws ParseException { |
|
|
|
|
|
|
|
ReturnT<String> stringReturnT = this.certificatetDeadLineNotice(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private void sendSmsByUserList(List<String> userList, Date date,String personNotice) { |
|
|
|
private void sendSmsByUserList(List<String> userList, Date date,String personNotice) { |
|
|
|
//区分用户
|
|
|
|
//区分用户
|
|
|
|
for (String s : userList) { |
|
|
|
for (String s : userList) { |
|
|
|