hao
2025-06-03 0747214832e5a0fa8474ea244df70e5a4594b225
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();