优化立案审查驳回接口

This commit is contained in:
qitz
2023-12-12 17:12:31 +08:00
parent 4c4dfcd9d5
commit 209de376e3
5 changed files with 14 additions and 6 deletions
@@ -45,7 +45,7 @@ public interface ICaseApplicationService {
AjaxResult checkArbitrateRecord(CaseApplication caseApplication);
int submitCaseApplicationCheck(List<Long> ids, Integer agreeOrNotCheck,String rejectReason);
int submitCaseApplicationCheck(List<Long> ids, Integer agreeOrNotCheck,String caseCheckReject);
CaseApplication selectCaseApplicationConfirm(CaseApplication caseApplication);