This commit is contained in:
hejinbo
2023-11-17 14:25:03 +08:00
parent 8bb2a6f327
commit 2557d57508
8 changed files with 141 additions and 30 deletions
@@ -43,7 +43,7 @@ public class FixSelectFlowDetailUtils {
/*
定时查询签署流程详情
*/
//@Scheduled(cron = "0/10 * * * * ?")
@Scheduled(cron = "0/10 * * * * ?")
@Transactional
public void fixExecuteSelectFlowDetailUtils() {
Gson gson = new Gson();
@@ -177,7 +177,7 @@ public class FixSelectFlowDetailUtils {
*
* @throws Exception
*/
//@Scheduled(cron = "*/30 * * * * *")
@Scheduled(cron = "*/30 * * * * *")
@Transactional
public void fixExecuteSelectDeptIndentifyUtils() throws Exception {
Gson gson = new Gson();