فهرست منبع

拉卡拉重复绑定日志

lichunlei 2 روز پیش
والد
کامیت
49dfbf752c
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  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";
         }