Эх сурвалжийг харах

拉卡拉重复绑定日志

lichunlei 2 өдөр өмнө
parent
commit
49dfbf752c

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