202305291、修改奖励通知单、奖惩通知单。
This commit is contained in:
@@ -132,7 +132,7 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
//办理记录
|
||||
public void BindGrid1()
|
||||
{
|
||||
string strSql = @"select FlowOperateId, PunishNoticeId, OperateName, OperateManId, OperateTime, case when IsAgree='False' then '否' else '是' end As IsAgree, Opinion,S.UserName from Check_PunishNoticeFlowOperate C left join Person_Persons S on C.OperateManId=s.UserId ";
|
||||
string strSql = @"select FlowOperateId, PunishNoticeId, OperateName, OperateManId, OperateTime, case when IsAgree='False' then '否' else '是' end As IsAgree, Opinion,S.PersonName from Check_PunishNoticeFlowOperate C left join Person_Persons S on C.OperateManId=s.PersonId ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
strSql += "where PunishNoticeId= @PunishNoticeId";
|
||||
listStr.Add(new SqlParameter("@PunishNoticeId", PunishNoticeId));
|
||||
|
||||
Reference in New Issue
Block a user