实现生成庭审笔录接口

This commit is contained in:
qitz
2023-10-15 15:53:37 +08:00
parent c64b709e33
commit 870c514a15
5 changed files with 64 additions and 21 deletions
@@ -17,6 +17,7 @@ import com.ruoyi.wisdomarbitrate.mapper.SealSignRecordMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import java.time.LocalDate;
import java.util.List;
@@ -32,7 +33,8 @@ public class FixSelectFlowDetailUtils {
@Autowired
private CaseAttachMapper caseAttachMapper;
// @Scheduled(cron = "0/3 * * * * ?")
@Scheduled(cron = "0/3 * * * * ?")
@Transactional
public void fixExecuteSelectFlowDetailUtils() throws EsignDemoException {
Gson gson = new Gson();