| | |
| | | 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); |
| | |
| | | scoreOrder.setStatus(ScoreOrder.STATUS_ON); |
| | | scoreOrderMapper.updateByPrimaryKeySelective(scoreOrder); |
| | | } |
| | | return scoreExpressInfo.getId(); |
| | | return id; |
| | | } |
| | | |
| | | public Long insureOrder(InsureOrderDto model) { |
| | |
| | | @ApiModel(value = "QueryOrderListVo", description = "返回") |
| | | public class QueryOrderListVo { |
| | | |
| | | private Long id; |
| | | @ApiModelProperty(value="订单编号") |
| | | private String orderNo; |
| | | @ApiModelProperty(value="客户姓名") |