From fffa6078ae34abf09bf8d7a97ea24e691c94dee0 Mon Sep 17 00:00:00 2001 From: jhz <jinghz@oceic.com> Date: 星期四, 01 九月 2022 09:10:28 +0800 Subject: [PATCH] 1 --- WebAPI/Controllers/BaseSet/Gy_WarehouseController.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WebAPI/Controllers/BaseSet/Gy_WarehouseController.cs b/WebAPI/Controllers/BaseSet/Gy_WarehouseController.cs index 8f19204..1ebe765 100644 --- a/WebAPI/Controllers/BaseSet/Gy_WarehouseController.cs +++ b/WebAPI/Controllers/BaseSet/Gy_WarehouseController.cs @@ -48,6 +48,7 @@ string sql = sql1 + sWhere + " order by 浠撳簱浠g爜 "; ds = oCN.RunProcReturn(sql, "h_v_IF_WareHouseList"); } + //if (ds == null || ds.Tables[0].Rows.Count == 0) //{ // objJsonResult.code = "0"; -- Gitblit v1.9.1