hao
2025-05-20 e191eb959028eb2177497498e57205a3bdba5d9d
StandardInterface/MESApplication/Controllers/SRM/MesDeliveryNoteBarcodeController.cs
@@ -31,6 +31,7 @@
        entity.Data = JsonConvert.SerializeObject(barcode);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= barcode.DeliveryNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();