Browse Source

好哒商户进件活动activityCode改为16

lcl 1 month ago
parent
commit
f30fc8b665
1 changed files with 8 additions and 1 deletions
  1. 8 1
      Util/HaoDa/AddNewMerchantSetUtil.cs

+ 8 - 1
Util/HaoDa/AddNewMerchantSetUtil.cs

@@ -380,7 +380,14 @@ namespace MySystem
                 }
             }
             addNewMerchant.images = imageList; //图片
-            addNewMerchant.activityCode = "11";
+            if(AddInfo.BrandId == 1)
+            {
+                addNewMerchant.activityCode = "16";
+            }
+            else
+            {
+                addNewMerchant.activityCode = "11";
+            }
             return addNewMerchant;
         }
     }