Commit ddfe6c9c authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 7bba1c22
......@@ -85,6 +85,21 @@ public class ArchiveTask {
log.info("-------------每日刷新档案完整监控数据-定时任务开始------------");
}
public void pushWxContractConfrimMessage() {
log.info("-------------每天8.30推送合同待签订信息------------");
HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(), daprArchivesProperties.getAppId(),
"/temployeecontractpre/inner/pushWxConfrimMessage", "", Object.class,
SecurityConstants.FROM_IN);
log.info("-------------每天8.30推送合同待签订信息-定时任务开始------------");
}
public void pushDisConfrimContracts() {
log.info("-------------每天9点推送合同待签订信息------------");
HttpDaprUtil.invokeMethodPost(daprArchivesProperties.getAppUrl(), daprArchivesProperties.getAppId(),
"/temployeecontractpre/inner/pushDisConfrimContracts", "", Object.class,
SecurityConstants.FROM_IN);
log.info("-------------每天9点推送合同待签订信息-定时任务开始------------");
}
public void everyDayCreateRiskMonitor() {
log.info("-------------每日刷新运营风险管控数据------------");
......@@ -93,4 +108,5 @@ public class ArchiveTask {
SecurityConstants.FROM_IN);
log.info("-------------每日刷新运营风险管控数据-定时任务开始------------");
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment