This commit is contained in:
2024-07-01 09:29:35 +08:00
parent 3990f747ce
commit 26d1774fb1
35 changed files with 1432 additions and 488 deletions
@@ -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>();