批量缴费确认

This commit is contained in:
hejinbo
2023-11-23 20:27:27 +08:00
parent 20d8d2e045
commit 3a393be18d
@@ -224,11 +224,10 @@ public class CasePaymentServiceImpl implements ICasePaymentService {
// 新增日志
CaseLogUtils.insertCaseLog(caseApplication.getId(), CaseApplicationConstants.PENDING_PAYMENT_CONFIRM, "");
return AjaxResult.success("确认缴费成功");
}
}
return AjaxResult.success("确认缴费失败");
return AjaxResult.success("确认缴费成功");
}