#
mrzhssss
2022-09-05 03a853465a52d4150acc261406f3c84b4d0f0b22
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("找不到该客户,请检查");
        }