xwt
2025-06-09 8b24ad8df638deaa3fec77c1533c12ce6129eb71
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteController.cs
@@ -118,6 +118,7 @@
        entity.Data = JsonConvert.SerializeObject(delivery);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= delivery.DeliveryNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();