案件日志查询,案件查询

This commit is contained in:
18792927508
2023-10-11 11:48:33 +08:00
parent aa2e6af52c
commit ec864b2b8e
3 changed files with 6 additions and 3 deletions
@@ -489,6 +489,9 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
caseApplication.setCaseStatus(CaseApplicationConstants.CASE_APPLICATION);
rows = caseApplicationMapper.submitCaseApplication(caseApplication);
}
// 新增日志
CaseLogUtils.insertCaseLog(caseApplication.getId(),CaseApplicationConstants.PENDING_PAYMENT,"");
return rows;
}
@@ -38,7 +38,7 @@ public class CaseLogRecordServiceImpl implements ICaseLogRecordService {
contentBuilder.append("提交立案申请");
break;
case 2:
contentBuilder.append("提交立案审查");
contentBuilder.append("立案审查");
break;
case 3:
contentBuilder.append("支付成功");