Explorar el Código

fix

release_toaliyun_real
winter hace 1 año
padre
commit
32576e03ec
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentContractController.java

+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentContractController.java Ver fichero

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


Cargando…
Cancelar
Guardar