职业健康安全危险源辨识与评价导出明细
This commit is contained in:
@@ -387,7 +387,7 @@ namespace FineUIPro.Web.HSSE.Hazard
|
||||
LEFT JOIN Base_WorkStage AS WorkStage ON WorkStage.WorkStageId = SelectedItem.WorkStage
|
||||
LEFT JOIN Technique_HazardListType AS HazardListType ON HazardListType.HazardListTypeId=SelectedItem.HazardListTypeId
|
||||
LEFT JOIN Technique_HazardListType AS SuperHazardListType ON SuperHazardListType.HazardListTypeId = HazardListType.SupHazardListTypeId
|
||||
where HazardList.ProjectId='"+CurrUser.UserId+"'";
|
||||
where HazardList.ProjectId='"+CurrUser.LoginProjectId+"'";
|
||||
if (!string.IsNullOrEmpty(this.txtHazardListCode.Text.Trim()))
|
||||
{
|
||||
strSql += " AND HazardListCode LIKE '%"+this.txtHazardListCode.Text.Trim()+"%'";
|
||||
|
||||
Reference in New Issue
Block a user