From 03c09ccd53569d8acdc3917706ca81e9ae46dbbf Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 05 三月 2025 14:53:25 +0800
Subject: [PATCH] 销售价格资料
---
WebAPI/Controllers/WebAPIController.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/WebAPI/Controllers/WebAPIController.cs b/WebAPI/Controllers/WebAPIController.cs
index b7de8fe..98bd60c 100644
--- a/WebAPI/Controllers/WebAPIController.cs
+++ b/WebAPI/Controllers/WebAPIController.cs
@@ -16874,6 +16874,10 @@
ds = oCN.RunProcReturn("select top 1 * from h_v_Gy_QCCheckProjectList_Main where 鐗╂枡鍚嶇О='"+HName+ "' and 宸ュ簭鍚嶇О='" + HProName + "' and HSourceID='" + HSourceID + "' order by 鏃ユ湡 desc ", "h_v_Gy_QCCheckProjectList_Main");
if (ds == null || ds.Tables[0].Rows.Count <= 0)
{
+ ds = oCN.RunProcReturn("select top 1 * from h_v_Gy_QCCheckProjectList_Main where 鐗╂枡鍚嶇О='" + HName + "' and 宸ュ簭鍚嶇О='" + HProName + "' order by 鏃ユ湡 desc ", "h_v_Gy_QCCheckProjectList_Main");
+ }
+ if (ds == null || ds.Tables[0].Rows.Count <= 0)
+ {
objjson.code = "0";
objjson.count = 0;
objjson.Message = "鑾峰彇澶辫触" + DBUtility.ClsPub.sErrInfo;
@@ -18029,7 +18033,7 @@
if ((ds.Tables[0] == null || ds.Tables[0].Rows.Count == 0))
{
sql = "Select * from Gy_Menu_1 where HType = '" + HType + "' Order by HPosition,len(HitemID),HitemID ";
- ds = oCn.RunProcReturn(sql, "Gy_Menu");
+ ds = oCn.RunProcReturn(sql, "Gy_Menu_1");
}
}
--
Gitblit v1.9.1