Kaynağa Gözat

拉卡拉重复绑定日志

lichunlei 2 gün önce
ebeveyn
işleme
49dfbf752c
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      AppStart/Helper/PublicImportDataService.cs

+ 7 - 0
AppStart/Helper/PublicImportDataService.cs

@@ -567,6 +567,13 @@ namespace MySystem
                     return result.Rows[0][0].ToString();
                 }
             }
+            else
+            {
+                if(brand.TargetTableName == "BindRecord" && BrandId == 30)
+                {
+                    function.WriteLog(checksql, "拉卡拉重复绑定日志");
+                }
+            }
             return "0";
         }