zancun
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user