18516761980
2022-05-20 22a92a5ef843462daa5d3021679415eecbaf5462
src/main/java/zy/cloud/wms/manager/controller/ItemController.java
@@ -135,7 +135,7 @@
            throw new CoolException("请选择客户");
        }
        Cstmr cstmr = cstmrService.selectOne(new EntityWrapper<Cstmr>()
                .eq("id",Long.parseLong(item.getUuid())));
                .eq("id",Long.parseLong(item.getCstmrUuid())));
        if (Cools.isEmpty(cstmr)) {
            throw new CoolException("找不到该客户,请检查");
        }