|
|
@@ -29,16 +29,5 @@ public class AutopayPlanServiceImpl extends ServiceImpl<IAutopayPlanMapper, Auto
|
|
|
wrapper.eq(AutopayPlan::getAutoPayTime,order.getAutoPayTime());
|
|
|
return this.getOne(wrapper);
|
|
|
}
|
|
|
- public getAutopayPlan(Order order, String productId,String planId) {
|
|
|
- if(order != null){
|
|
|
- this.serveId = order.getServeId();
|
|
|
- this.orderType = order.getOrderType();
|
|
|
- this.payType = order.getPayType();
|
|
|
- this.orderMoney = order.getOrderMoney();
|
|
|
- this.autoPayTime = order.getAutoPayTime();
|
|
|
- }
|
|
|
- this.productId = productId;
|
|
|
- this.planId = planId;
|
|
|
- }
|
|
|
|
|
|
}
|