Browse Source

同行奖励入库时间指定

lcl 6 tháng trước cách đây
mục cha
commit
e6f0da7ce7
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. BIN
      .DS_Store
  2. 1 1
      AppStart/TxjHelper.cs

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();