cnf
2025-05-09 af3455bc13c0ed48f4e3fa1b1614f601df24f12c
StandardInterface/MESApplication/Controllers/BasicData/MesRohInController.cs
@@ -34,6 +34,7 @@
        entity.Data = JsonConvert.SerializeObject(rohIn);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= rohIn.ErpRohIn.FBillNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();