소스 검색

设置押金,来客吧电签需触发激活奖励发放标识

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

+ 4 - 0
AppStart/Helper/SycnSpServer/SycnSpActiveService.cs

@@ -56,6 +56,10 @@ namespace MySystem
                                 if (pos.BrandId == 2 || pos.BrandId == 4 || pos.BrandId == 5 || pos.BrandId == 6 || pos.BrandId == 7 || pos.BrandId == 8 || pos.BrandId == 9 || pos.BrandId == 15 || pos.BrandId == 16)
                                 {
                                     pos.SeoKeyword = act.SeoTitle;
+                                    if(pos.BrandId == 15 || pos.BrandId == 16)
+                                    {
+                                        pos.Detail = "";
+                                    }
                                     // pos.IsPurchase = 0;
                                     db.SaveChanges();
                                 }