优化案件提交退还原因

This commit is contained in:
qitz
2023-12-12 14:59:01 +08:00
parent 23d53688e4
commit b1f0fb8f6f
6 changed files with 29 additions and 4 deletions
@@ -45,7 +45,7 @@ public interface ICaseApplicationService {
AjaxResult checkArbitrateRecord(CaseApplication caseApplication);
int submitCaseApplicationCheck(List<Long> ids, Integer agreeOrNotCheck);
int submitCaseApplicationCheck(List<Long> ids, Integer agreeOrNotCheck,String rejectReason);
CaseApplication selectCaseApplicationConfirm(CaseApplication caseApplication);