焊接修改
This commit is contained in:
@@ -177,7 +177,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
private void BindGrid()
|
||||
{
|
||||
string pW_PointID = this.tvControlItem.SelectedNodeID;
|
||||
string strSql = @"SELECT 0 [index], jot.JOT_ID,jot.JOT_JointNo,jot.ISO_IsoNo,jot.JOT_JointDesc,
|
||||
string strSql = @"SELECT 0 [index], jot.JOT_ID,jot.JOT_JointNo,jot.ISO_IsoNo,jot.JOT_JointDesc,jot.DetectionRate
|
||||
jot.ISO_ID,case jot.JOT_JointStatus when '101' then '点口' when '102' then '扩透' else '' end as JOT_JointStatus
|
||||
FROM dbo.View_CH_TrustSearch jot
|
||||
WHERE jot.ProjectId=@ProjectId AND jot.PW_PointID=@PW_PointID";
|
||||
|
||||
Reference in New Issue
Block a user