SVN r1039

SVN-Revision: r1039
This commit is contained in:
tdx
2025-11-13 01:45:06 +00:00
parent a0e366404d
commit 76c1f67c17
+1 -2
View File
@@ -1717,10 +1717,9 @@ namespace Lskj.PubProductSysMge
DataRow focusRow = this.gcMain.GridView.GetFocusedDataRow();
if (focusRow == null) return;
string primaryVlaue = focusRow["productid"] + "";
//DataRow selectSource = MainImpl.GetDataRowResult(string.Format("select * from p_producttab where productid = '{0}'", primaryVlaue));
//string projectId = selectSource["SmartBmFa"] + "";
//string speciesNo = selectSource["speciesNo"] + "";
string projectId = focusRow["SmartBmFa"] + "";
string projectId = BaseImpl.GetResult(string.Format("select SmartBmFa from p_producttab where productid = '{0}'", primaryVlaue)) + "";
string speciesNo = focusRow["speciesNo"] + "";
if (string.IsNullOrEmpty(projectId))
{