|
|
@@ -37,7 +37,7 @@ public class RtrAutoTask {
|
|
|
|
|
|
private String url="https://tysonchina.aliwork.com/APP_N9NPHVTQLPBPO8MR6WFG/formDetail/FORM-E8E54176A4D446C182EB6A3C012A0284AGQN?formInstId=";
|
|
|
|
|
|
- @Scheduled(cron = "0 30 2,12,18,22 15 * ?")
|
|
|
+ @Scheduled(cron = "0 30 2,12,18,22 15,17 * ?")
|
|
|
public void rtrAutoPostSap() {
|
|
|
log.info("财务计提&摊销自动执行任务...");
|
|
|
// 获取当前时间
|