This commit is contained in:
hejinbo
2023-10-11 12:02:57 +08:00
4 changed files with 7 additions and 4 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("支付成功");