lyhzzz 2 роки тому
батько
коміт
8069281f9c

+ 0 - 11
src/main/java/com/fdkankan/pay/service/impl/AutopayPlanServiceImpl.java

@@ -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;
-    }
 
 }