liujie
2025-08-28 4ef5e1e6b073508964dfb378053d178de63860bb
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);