增强HSE检查的功能
This commit is contained in:
@@ -61,7 +61,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
public void BindGrid1()
|
||||
{
|
||||
string strSql = @"select RectifyNoticesItemId, RectifyNoticesId, WrongContent, Requirement, LimitTime, RectifyResults
|
||||
, (case IsRectify when 'True' then '合格' when 'False' then '不合格' else '' end) As IsRectify
|
||||
, (case IsRectify when 'True' then '合格' when 'False' then '不合格' else '' end) As IsRectify ,HiddenType,HiddenHazardType
|
||||
from [dbo].[Check_RectifyNoticesItem] ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
strSql += "where RectifyNoticesId = @RectifyNoticesId";
|
||||
|
||||
Reference in New Issue
Block a user