Browse Source

拦截黄金合伙人60,下单人不是黄金合伙人才拦截

lcl 11 tháng trước cách đây
mục cha
commit
f373ca347c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AppStart/Helper/PosCouponPrize/PosCouponPrizeService.cs

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

@@ -1079,7 +1079,7 @@ namespace MySystem
                 {
                     return 160;
                 }
-                if(!TradeTeamCheck(OrderUserId))
+                if(!TradeTeamCheck(OrderUserId) && user.Id != OrderUserId)
                 {
                     return 100;
                 }