username@email.com
2024-10-29 18a8fab394f764e5b30c48c8e0d6887ef7d44cbf
CoreCms.Net.Web.Admin/Controllers/baifenbingfa/Job_jobSetingController.cs
@@ -312,7 +312,8 @@
            data.isEN=entity.isEN;
            data.jobDescription = entity.jobDescription;
            data.requirements = entity.requirements;
            data.location = entity.location;
            data.location = entity.location;
            data.sort = entity.sort;
            var jm = await _Job_jobSetingServices.UpdateAsync(data);
            return jm;
        }