修改hsse安全月报
This commit is contained in:
@@ -60,7 +60,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
string strSql = @"SELECT MonthReport.MonthReportId,MonthReport.ProjectId,MonthReport.Months,CodeRecords.Code AS MonthReportCode,Users.UserName as ReportManName"
|
||||
+ @" FROM Manager_MonthReportC AS MonthReport "
|
||||
+ @" LEFT JOIN Sys_User AS Users ON MonthReport.ReportMan=Users.UserId "
|
||||
+ @" LEFT JOIN Sys_CodeRecords AS CodeRecords ON MonthReport.MonthReportId=CodeRecords.DataId WHERE 1=1 ";
|
||||
+ @" LEFT JOIN Sys_CodeRecords AS CodeRecords ON MonthReport.MonthReportId=CodeRecords.DataId WHERE MonthReportType is null ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
strSql += " AND MonthReport.ProjectId = @ProjectId";
|
||||
listStr.Add(new SqlParameter("@ProjectId", this.ProjectId));
|
||||
|
||||
Reference in New Issue
Block a user