Browse Source

没有创业帮编号的不推送

lcl 6 months ago
parent
commit
70a17a3307
1 changed files with 1 additions and 1 deletions
  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"));