| | |
| | | LocAreaMatRela locAreaMatRela = new LocAreaMatRela(); |
| | | locAreaMatRela |
| | | .setAreaMatId(param.getAreaMatId()) |
| | | .setAreaId(param.getAreaId()) |
| | | // .setAreaId(param.getAreaId()) |
| | | .setLocId(locId) |
| | | .setLocTypeId(typeId) |
| | | .setMatnrId(matnrId.getId()) |
| | |
| | | } |
| | | if (!this.remove(new LambdaQueryWrapper<LocAreaMatRela>() |
| | | .eq(LocAreaMatRela::getAreaMatId, Long.parseLong(param.get("areaMatId").toString())) |
| | | .eq(LocAreaMatRela::getLocTypeId, Long.parseLong(param.get("locTypeId").toString())))) { |
| | | .eq(LocAreaMatRela::getLocTypeId, Long.parseLong(param.get("typeId").toString())))) { |
| | | throw new CoolException("删除失败!!"); |
| | | } |
| | | |