zhoufan %!s(int64=7) %!d(string=hace) años
padre
commit
527c4a1648

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/WorkOffDaysController.cs

@@ -17,7 +17,7 @@ namespace CallCenterApi.Interface.Controllers.tel
17 17
         /// <returns></returns>
18 18
         public ActionResult GetList()
19 19
         {
20
-            List<Model.T_Sys_WorkOffDays> wodlist = dBLL.GetModelList(" F_State=0 order by F_OffDate desc");
20
+            List<Model.T_Sys_WorkOffDays> wodlist = dBLL.GetModelList(" F_State=0 order by F_Date desc");
21 21
             var obj = wodlist.Select(wol => new
22 22
             {
23 23
                 start = wol.F_Date,