Parcourir la source

没有创业帮编号的不推送

lcl il y a 6 mois
Parent
commit
70a17a3307
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Util/HaoDa/CheckWeChatSignService.cs

+ 1 - 1
Util/HaoDa/CheckWeChatSignService.cs

@@ -182,7 +182,7 @@ namespace MySystem
                         }
                         db1.Dispose();
 
-                        if (merchantadd.BrandId == 1)
+                        if (merchantadd.BrandId == 1 && !string.IsNullOrEmpty(merchantadd.CybMakerCode))
                         {
                             SortedList<string, string> obj = new SortedList<string, string>();
                             obj.Add("bind_time", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));