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

Commit 096d44cf authored by 张国柄's avatar 张国柄

opt;

parent 7b21c115
......@@ -193,7 +193,10 @@ public interface IKylinPerformancesAdminService {
String changeRefundConfig(String performancesId,
Integer isCanRefund,
String refundOpenTime,
String refundCloseTime);
String refundCloseTime,
Integer isRefundPoundage,
Integer isRefundVoucher,
Integer isRefundExpress);
/**
* 获取 演出转赠配置
......@@ -209,10 +212,7 @@ public interface IKylinPerformancesAdminService {
String changeTransferConfig(String performancesId,
Integer isCanRefund,
String refundOpenTime,
String refundCloseTime,
Integer isRefundPoundage,
Integer isRefundVoucher,
Integer isRefundExpress);
String refundCloseTime);
KylinPerformanceAgentVo getPerformanceAgent(String performancesId);
......
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