|
@@ -84,6 +84,14 @@ public class MainBusinessTask {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ @Scheduled(cron = "0 40 0,4,8,12,16,20 * * ?")
|
|
|
|
|
+ public void uploadEmrActivityInfoByZy() {
|
|
|
|
|
+ if (StrUtil.isNotBlank(thyy.getMainAddress())) {
|
|
|
|
|
+ String url = thyy.getMainAddress() + "/crbBase/uploadEmrActivityInfoByZy";
|
|
|
|
|
+ template.getForObject(url, String.class);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
@Scheduled(cron = "0 0 6 * * ?")
|
|
@Scheduled(cron = "0 0 6 * * ?")
|
|
|
public void notifyDailyCount() {
|
|
public void notifyDailyCount() {
|
|
|
if (StrUtil.isNotBlank(thyy.getMainAddress())) {
|
|
if (StrUtil.isNotBlank(thyy.getMainAddress())) {
|