‘linchangsheng’ 5 hónapja
szülő
commit
7abf0ee9d5

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/worker/WorkerWarrantyLogic.java

@@ -209,7 +209,7 @@ public class WorkerWarrantyLogic {
 
             WorkerWarrantyRefund workerWarrantyRefund = new WorkerWarrantyRefund();
             workerWarrantyRefund.setWarrantyId(workerWarranty.getWarrantyId());
-            workerWarrantyRefund.getRefundAmount(workerWarranty.getRefundAmount());
+            workerWarrantyRefund.setRefundAmount(workerWarranty.getRefundAmount());
             workerWarrantyRefund.setRefundTime(workerWarranty.getRefundTime());
             workerWarrantyRefunds.add(workerWarrantyRefund);