22 #235

Merged
hejinbo merged 1 commits from hjb into dev 2023-11-23 12:28:09 +00:00
@@ -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("确认缴费成功");
}