Explorar el Código

初步完成,待测试

lcl hace 1 año
padre
commit
4f8d0d11b7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Util/Queue/PushHelper.cs

+ 1 - 0
Util/Queue/PushHelper.cs

@@ -160,6 +160,7 @@ namespace MySystem
                         db.PushRecord.Add(new PushRecord()
                         {
                             CreateDate = DateTime.Now,
+                            UpdateDate = DateTime.Now,
                             Status = Status,
                             PushData = PushData,
                             PushDataEncrypt = PushData,