Parcourir la source

拉卡拉重复绑定日志

lichunlei il y a 2 jours
Parent
commit
49dfbf752c
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  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";
         }