lcl 1 год назад
Родитель
Сommit
6c48ba7a55
1 измененных файлов с 1 добавлено и 1 удалено
  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
                     {