pipIrr-platform/pipIrr-web/pipIrr-web-irrigate/src/main/java/com/dy/pipIrrIrrigate/irrigateUnit/IrrigateUnitCtrl.java
@@ -106,7 +106,7 @@ if (map == null || map.size() <= 0) { BaseResponseUtils.buildFail(IrrigateResultCode.PLEASE_INPUT_PROJECT_ID.getMessage()); } Long unitId = Long.parseLong(map.get("unitId").toString()); Long unitId = Long.parseLong(map.get("id").toString()); try { Integer rows = irrigateUnitSv.deleteUnit(unitId); if (rows == 0) {