移动系统liao
2024-06-21 b38c91e5cce54e1114ec5968c722c1a1c57bd21a
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;
        }