xwt
2025-06-09 8b24ad8df638deaa3fec77c1533c12ce6129eb71
StandardInterface/MESApplication/Controllers/BasicData/MesStaffController.cs
@@ -33,6 +33,7 @@
        entity.Data = JsonConvert.SerializeObject(staff);
        entity.Status = 1;
        entity.CreateBy = "PL017";
        entity.Route = staff.FStaffNumber;
        try
        {
            dynamic resultInfos = new ExpandoObject();