|
|
@ -1793,7 +1793,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService { |
|
|
|
Long warehouseId = openOrderDTO.getWarehouseId(); |
|
|
|
Long warehouseId = openOrderDTO.getWarehouseId(); |
|
|
|
String warehouseName = openOrderDTO.getWarehouseName(); |
|
|
|
String warehouseName = openOrderDTO.getWarehouseName(); |
|
|
|
String editReson = openOrderDTO.getEditReson(); |
|
|
|
String editReson = openOrderDTO.getEditReson(); |
|
|
|
String remark = openOrderDTO.getRemark(); |
|
|
|
String refer = openOrderDTO.getRefer(); |
|
|
|
WarehouseWaybillEntity waybillEntity = warehouseWaybillClient.findByWaybillId(waybillId); |
|
|
|
WarehouseWaybillEntity waybillEntity = warehouseWaybillClient.findByWaybillId(waybillId); |
|
|
|
if (Objects.isNull(waybillEntity)) { |
|
|
|
if (Objects.isNull(waybillEntity)) { |
|
|
|
log.warn("#############updateWaybill: 运单信息不存在 waybillId={}", waybillId); |
|
|
|
log.warn("#############updateWaybill: 运单信息不存在 waybillId={}", waybillId); |
|
|
@ -1812,7 +1812,7 @@ public class OpenOrderServiceImpl implements IOpenOrderService { |
|
|
|
|
|
|
|
|
|
|
|
// String operationRemark = "修改运单"+waybillNo+",时间:"+ CommonUtil.dateToString(waybillEntity.getCreateTime())+","+updateMsg;
|
|
|
|
// String operationRemark = "修改运单"+waybillNo+",时间:"+ CommonUtil.dateToString(waybillEntity.getCreateTime())+","+updateMsg;
|
|
|
|
//异步存入日志
|
|
|
|
//异步存入日志
|
|
|
|
openOrderAsyncService.saveUpdateLog(waybillId, waybillNo, "888", editReson, remark+" 修改内容:"+updateMsg, AuthUtil.getNickName(), AuthUtil.getUserId(), warehouseId, warehouseName,waybillEntity); |
|
|
|
openOrderAsyncService.saveUpdateLog(waybillId, waybillNo, "888", editReson, "备注:"+refer+" 修改内容:"+updateMsg, AuthUtil.getNickName(), AuthUtil.getUserId(), warehouseId, warehouseName,waybillEntity); |
|
|
|
|
|
|
|
|
|
|
|
return R.success("改单成功"); |
|
|
|
return R.success("改单成功"); |
|
|
|
} |
|
|
|
} |
|
|
|