浏览代码

拉卡拉重复绑定日志

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";
         }