|
|
|
@@ -680,6 +680,7 @@ public class WxRentContractController extends WxContractBaseController { |
|
|
|
}else{ |
|
|
|
map.put("serviceChargeRate", payAccountBill.getServiceChargeRate()+""); |
|
|
|
} |
|
|
|
map.put("bankName", payAccountBill.getBankName()); |
|
|
|
} |
|
|
|
return new ResultData(map); |
|
|
|
} |
|
|
|
@@ -759,6 +760,7 @@ public class WxRentContractController extends WxContractBaseController { |
|
|
|
WxPayAccountBill payAccountBillNew = payAccountBillService.getByTenantInfo(getTenantInfo()); |
|
|
|
payAccountBillNew.setBankAccountName(payAccountBill.getBankAccountName()); |
|
|
|
payAccountBillNew.setBankCardId(payAccountBill.getBankCardId()); |
|
|
|
payAccountBillNew.setBankName(payAccountBill.getBankName()); |
|
|
|
//payAccountBillNew.setServiceChargeRate(payAccountBill.getServiceChargeRate()); |
|
|
|
payAccountBillService.saveOrUpdate(payAccountBillNew); |
|
|
|
return new ResultData(); |
|
|
|
|