Browse Source

同行奖励发放,要考虑数量

lcl 6 months ago
parent
commit
7a7b9530af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AppStart/TxjHelper.cs

+ 2 - 2
AppStart/TxjHelper.cs

@@ -77,8 +77,8 @@ public class TxjHelper
                             string[] userData = txjList[ParentId].Split('|');
                             dbpro.KxsMachineAward.Add(new MySystem.JavaProductModels.KxsMachineAward()
                             {
-                                Amount = 60,
-                                VariationType = orderInfo.Number * 30,
+                                Amount = orderInfo.Number * 60,
+                                VariationType = 30,
                                 Username = userData[1],
                                 UserCode = userData[0],
                                 UserId = int.Parse(ParentId),