소스 검색

运营中心奖励未发放问题修复

lcl 1 년 전
부모
커밋
bd0811990c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      AppStart/Helper/OperatePrizeService.cs

+ 1 - 1
AppStart/Helper/OperatePrizeService.cs

@@ -59,7 +59,7 @@ namespace MySystem
                                     }
                                     else
                                     {
-                                        UserId = 0;
+                                        UserId = user.ParentUserId;
                                     }
                                 }
                                 if(OpId > 0)