platformx-device-biz/src/main/java/com/by4cloud/platformx/device/service/impl/DeviceLeasingLedgerServiceImpl.java
@@ -67,9 +67,9 @@ ) { for (DeviceLeasingLedgerItem item:deviceLeasingLedger.getLedgerItemList() ) { if (contractItem.getDeviceId()==item.getDeviceId()){ if (contractItem.getDeviceId().equals(item.getDeviceId())){ if (contractItem.getNum()!=item.getNum()) { return R.failed("合同中"+contract.getName()+"设备数量与台账明细中不一致"); return R.failed("合同中"+item.getDeviceName()+"设备数量与台账明细中不一致"); } } }