hao
2025-09-18 4598e856759f043f203d45a0674626b9e2ff89b8
StandardInterface/MESApplication/Controllers/BasicData/ProductionOrderController.cs
@@ -36,6 +36,7 @@
        entity.Data = JsonConvert.SerializeObject(rohIn);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route= rohIn.OrderDto.FBillNo;
        try
        {
            dynamic resultInfos = new ExpandoObject();