StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteController.cs
@@ -31,6 +31,7 @@ entity.Data = JsonConvert.SerializeObject(delivery); entity.Status = 1; entity.CreateBy = "PL017"; entity.Route = delivery.DeliveryNote.DeliveryNo; try { dynamic resultInfos = new ExpandoObject(); @@ -192,4 +193,5 @@ return ResponseResult.ResponseError(ex); } } }