Explorar o código

同行奖励入库时间指定

lcl hai 6 meses
pai
achega
e6f0da7ce7
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      .DS_Store
  2. 1 1
      AppStart/TxjHelper.cs

BIN=BIN
.DS_Store


+ 1 - 1
AppStart/TxjHelper.cs

@@ -83,7 +83,7 @@ public class TxjHelper
                                 UserId = int.Parse(ParentId),
                                 MachineId = sub.MachineId,
                                 PosSn = sub.PosSn,
-                                CreateTime = DateTime.Now,
+                                CreateTime = DateTime.Parse(month + "-01 00:00:00"),
                                 AwardType = 1,
                             });
                             dbpro.SaveChanges();