feat:上传报告内容抽取&全文模糊查询

This commit is contained in:
2023-05-11 15:27:50 +08:00
parent 5145817dd4
commit 54e6fa0c09
4 changed files with 21 additions and 6 deletions
@@ -57,8 +57,7 @@ public class oneApplyAfter implements TaskListener {
// 1: 同意 2:退回
delegateTask.setVariable("flag",s);
if ("1".equals(s)){
// ttReportManageActService.saveReport(ttReportManageAct);
reportDao.saveReportAct(ttReportManageAct);
ttReportManageActService.saveReport(ttReportManageAct);
}
}