Browse Source

补购机奖励队列

lcl 8 months ago
parent
commit
6c48ba7a55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/PosCouponPrize/PosCouponPrizeService.cs

+ 1 - 1
AppStart/Helper/PosCouponPrize/PosCouponPrizeService.cs

@@ -419,7 +419,7 @@ namespace MySystem
                 {
                     try
                     {
-                        dosomething(int.Parse(function.CheckInt(content)));
+                        dosomething2(int.Parse(function.CheckInt(content)));
                     }
                     catch
                     {