20220906新增项目劳务人员查看页面、合同信息表、取用户接口修改
This commit is contained in:
@@ -119,9 +119,9 @@ namespace FineUIPro.Web.HSSE.Check
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.RectifyNoticesId))
|
||||
{
|
||||
string strSql = @"select FlowOperateId, RectifyNoticesId, OperateName, OperateManId, OperateTime, IsAgree, Opinion,S.UserName
|
||||
string strSql = @"select FlowOperateId, RectifyNoticesId, OperateName, OperateManId, OperateTime, IsAgree, Opinion,S.PersonName
|
||||
,(case when IsAgree=0 then '不同意' else '同意' end) as IsAgreeName
|
||||
from Check_RectifyNoticesFlowOperate C left join Person_Persons S on C.OperateManId=s.UserId ";
|
||||
from Check_RectifyNoticesFlowOperate C left join Person_Persons S on C.OperateManId=s.PersonId ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
strSql += "where RectifyNoticesId= @RectifyNoticesId";
|
||||
listStr.Add(new SqlParameter("@RectifyNoticesId", RectifyNoticesId));
|
||||
|
||||
Reference in New Issue
Block a user