From 6295e95e558ab6e9da2e7ff860b6918cc6b414b6 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 22 三月 2025 21:00:44 +0800 Subject: [PATCH] 优化了一些已知问题 --- Tiger.Api/Controllers/Test/TestController.R.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Tiger.Api/Controllers/Test/TestController.R.cs b/Tiger.Api/Controllers/Test/TestController.R.cs index 33e9ae2..9e42073 100644 --- a/Tiger.Api/Controllers/Test/TestController.R.cs +++ b/Tiger.Api/Controllers/Test/TestController.R.cs @@ -154,7 +154,7 @@ //var data = 0; //try //{ - // data = Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("pkg_ImportItemFromSRM", new SugarParameter("dlvyNo", "BAD202308240443")); + // data = Biz.Db.Ado.UseStoredProcedure().ExecuteCommand("sp_ImportItemFromSRM", new SugarParameter("dlvyNo", "BAD202308240443")); //} //catch (System.Exception ex) //{ -- Gitblit v1.9.3