Browse Source

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

lcl 1 year ago
parent
commit
eedd9e96eb
1 changed files with 4 additions and 0 deletions
  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)
                                 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;
                                     pos.SeoKeyword = act.SeoTitle;
+                                    if(pos.BrandId == 15 || pos.BrandId == 16)
+                                    {
+                                        pos.Detail = "";
+                                    }
                                     // pos.IsPurchase = 0;
                                     // pos.IsPurchase = 0;
                                     db.SaveChanges();
                                     db.SaveChanges();
                                 }
                                 }