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

Commit c5ad16d6 authored by jiangxiulong's avatar jiangxiulong

msg

parent b11e0f9e
...@@ -88,7 +88,7 @@ public class KylinOrderRefundBatchAdminController extends BaseController { ...@@ -88,7 +88,7 @@ public class KylinOrderRefundBatchAdminController extends BaseController {
return error("未找到该演出数据"); return error("未找到该演出数据");
} }
if (performanceMisVo.getStatus() != 7) { if (performanceMisVo.getStatus() != 7) {
return error("当前演出未下架,不可退款"); return error("当前演出未下架,不可退款");
} }
List<PerformanceOrderStatisticalDao> result = kylinPerformancesService.getPerformanceOrderStatisticalList(performancesId); List<PerformanceOrderStatisticalDao> result = kylinPerformancesService.getPerformanceOrderStatisticalList(performancesId);
KylinOrderRefundBatchesPerformanceVo kylinOrderRefundBatchesPerformanceVo = new KylinOrderRefundBatchesPerformanceVo(); KylinOrderRefundBatchesPerformanceVo kylinOrderRefundBatchesPerformanceVo = new KylinOrderRefundBatchesPerformanceVo();
......
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