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