gc-shop/src/main/java/com/xzx/gc/shop/controller/AdminOrderController.java
@@ -89,8 +89,8 @@ if(StrUtil.isEmpty(expressNo)){ return JsonResult.failMessage("快递单号不能为空!"); } Long expressId = orderService.deliverGoods(model); if(expressId > 0){ Long aLong = orderService.deliverGoods(model); if(aLong > 0){ OperationAppLog build = OperationAppLog.builder().appPrograme(CommonEnum.后台.getValue()).opreateName(getAdminName(request)) .methodName(Constants.SCORESHOP_MODUL_NAME).operateAction("订单管理-发货-" + id).build(); mqUtil.sendApp(build);