|
|
|
@@ -349,6 +349,7 @@ public class WxRentContractController extends BaseController { |
|
|
|
WxPayAccountBill payAccountBillNew = payAccountBillService.getByTenantId(tenantId); |
|
|
|
payAccountBillNew.setBankAccountName(payAccountBill.getBankAccountName()); |
|
|
|
payAccountBillNew.setBankCardId(payAccountBill.getBankCardId()); |
|
|
|
payAccountBillNew.setServiceChargeRate(payAccountBill.getServiceChargeRate()); |
|
|
|
payAccountBillService.saveOrUpdate(payAccountBillNew); |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|