xuhy
2025-09-16 f2057bd69558d42de70a4b8a169a2b86e49b9b19
DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/smallLogistics/server/impl/OrderLogisticsServiceImpl.java
@@ -273,7 +273,7 @@
    public ResultUtil fillInPickUpCode(Integer orderId, String pickUpCode) throws Exception {
        OrderLogistics orderLogistics = this.selectById(orderId);
        if(!orderLogistics.getPickUpCode().equals(pickUpCode)){
//            return ResultUtil.error("验证失败");
            return ResultUtil.error("验证失败");
        }
        orderLogistics.setState(9);
        this.updateById(orderLogistics);