xwt
2025-06-03 d1494fe0c1c68a8bd5044814ec7368a7db918dde
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs
@@ -121,6 +121,7 @@
        entity.Data = JsonConvert.SerializeObject(barcode);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route = barcode.SmallBarcode;
        try
        {
            dynamic resultInfos = new ExpandoObject();