1
skyouc
昨天 e13518129e509aa19d76a029354535acd7570e1d
rsf-server/src/main/java/com/vincent/rsf/server/api/service/impl/MobileServiceImpl.java
@@ -546,7 +546,10 @@
        if (Objects.isNull(crushNo)) {
            throw new CoolException("票号不能为空!!");
        }
        BasContainer container = basContainerService.getOne(new LambdaQueryWrapper<BasContainer>().eq(BasContainer::getCode, params.get("barcode").toString()));
        if (Objects.isNull(code)) {
            throw new CoolException("容器号不能为空!!");
        }
        BasContainer container = basContainerService.getOne(new LambdaQueryWrapper<BasContainer>().eq(BasContainer::getCode, code.toString()));
        if (Objects.isNull(container)) {
            throw new CoolException("容器不存在!!");
        }