记得上下班打卡 | git大法好,push需谨慎

Commit b3164b40 authored by jiangxiulong's avatar jiangxiulong

refundBatch

parent eef3b121
......@@ -19,6 +19,8 @@ public class RefundBatchApplyParam implements Serializable {
private String refundBatchId;
private String ids;
private String reason;
private Integer status;
......
......@@ -94,6 +94,8 @@ public class KylinOrderRefundBatchAdminController extends BaseController {
@PostMapping("cancel")
@ResponseBody
public AjaxResult refundBatchCancel(RefundBatchApplyParam refundBatchApplyParam) {
String ids = refundBatchApplyParam.getIds();
refundBatchApplyParam.setRefundBatchId(ids);
try {
Boolean res = kylinRefundPerformancesAdminServiceImpl.refundBatchCancel(refundBatchApplyParam);
if (res) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment