11
This commit is contained in:
@@ -37,7 +37,7 @@ namespace FineUIPro.Web.WeldingProcess.TrustManage
|
||||
private void BindGrid()
|
||||
{
|
||||
string strSql = @"SELECT * FROM dbo.View_Batch_BatchTrustItemSelect
|
||||
WHERE PointBatchItemId IS NOT NULL AND ProjectId=@ProjectId ";
|
||||
WHERE ProjectId=@ProjectId ";
|
||||
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user