feature-LeeD-20221025
李栋 3 years ago
parent 01618590e6
commit 433ec751bd

@ -54,12 +54,13 @@ public class WorkflowSyncCronJob extends BaseCronJob {
IncrementSynchronizeWorkflow(bb, synchronizeFlowUrl, synchronizeUserUrl, catalogueCode, workflowAuthTable, timeNodeTable, accountName, password); IncrementSynchronizeWorkflow(bb, synchronizeFlowUrl, synchronizeUserUrl, catalogueCode, workflowAuthTable, timeNodeTable, accountName, password);
writeTimeNode(timeNodeTable, currentTime, SYNC_INCREMENT, TIME_NODE_USE_WORKFLOW_SYNC, timeNodeFormModeId); writeTimeNode(timeNodeTable, currentTime, SYNC_INCREMENT, TIME_NODE_USE_WORKFLOW_SYNC, timeNodeFormModeId);
} }
} catch (Exception e) { } catch (Exception e) {
bb.writeLog("流程推送异常", e.getMessage()); bb.writeLog("流程推送异常", e.getMessage());
} }
} }
// 增量同步
private void IncrementSynchronizeWorkflow(BaseBean bb, String synchronizeFlowUrl, String synchronizeUserUrl, String cataCode, String workflowAuthTable, String timeNodeTable, String accountName, String password) { private void IncrementSynchronizeWorkflow(BaseBean bb, String synchronizeFlowUrl, String synchronizeUserUrl, String cataCode, String workflowAuthTable, String timeNodeTable, String accountName, String password) {
RecordSet recordSet = new RecordSet(); RecordSet recordSet = new RecordSet();
//查询时间节点表,上次流程推送增量同步的时间 //查询时间节点表,上次流程推送增量同步的时间

Loading…
Cancel
Save