zs
hao
2025-08-23 eebd15d1aba43ed30f51148be0a50e5811565e14
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();