tangjiang 3 月之前
父節點
當前提交
e77c9acd93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/DataSharing.ZiGong/ZiGongSendTaskDataService.cs

+ 1 - 1
src/DataSharing.ZiGong/ZiGongSendTaskDataService.cs

@@ -87,7 +87,7 @@ namespace DataSharing.ZiGong
                     No = order.No,
                     AcceptType = order.AcceptType,
                     Title = order.Title,
-                    CreationTime = order.CreationTime.ToString("yyyyy-MM-dd HH:mm:ss"),
+                    CreationTime = order.CreationTime.ToString("yyyy-MM-dd HH:mm:ss"),
                     Status = order.StatusText,
                     Visits = null
                 };