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);