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

Commit 4898736e authored by jiangxiulong's avatar jiangxiulong

isRefundExpress 1用户承担 0无

parent c76c85ad
...@@ -85,6 +85,8 @@ public class KylinOrderTicketPreVo implements Serializable, Cloneable { ...@@ -85,6 +85,8 @@ public class KylinOrderTicketPreVo implements Serializable, Cloneable {
private Integer isRefundPoundage; private Integer isRefundPoundage;
@ApiModelProperty(value = "是否开启是否退优惠券 0关闭 1开启") @ApiModelProperty(value = "是否开启是否退优惠券 0关闭 1开启")
private Integer isRefundVoucher; private Integer isRefundVoucher;
@ApiModelProperty(value = "isRefundExpress 1用户承担 0无")
private Integer isRefundExpress;
@ApiModelProperty(value = "手续费规则列表") @ApiModelProperty(value = "手续费规则列表")
private ArrayList<OrderRefundPoundage> refundPoundageList; private ArrayList<OrderRefundPoundage> refundPoundageList;
......
...@@ -130,6 +130,7 @@ public class KylinOrderTicketsRefundServiceImpl { ...@@ -130,6 +130,7 @@ public class KylinOrderTicketsRefundServiceImpl {
vo.setOrderCouponList(orderCoupon); vo.setOrderCouponList(orderCoupon);
vo.setRefundAddress(refundAddress); vo.setRefundAddress(refundAddress);
vo.setIsTrueName(performanceVo.getIsTrueName()); vo.setIsTrueName(performanceVo.getIsTrueName());
vo.setIsRefundExpress(performanceVo.getIsRefundExpress());
vo.setEntitiesPreRefundVos(kylinOrderTicketEntitiesPreRefundVos); vo.setEntitiesPreRefundVos(kylinOrderTicketEntitiesPreRefundVos);
return ResponseDto.success(vo); return ResponseDto.success(vo);
} catch (Exception e) { } catch (Exception e) {
......
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