2025-08-07 17:24:42 执行时长:6.54秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:25:36 执行时长:7.33秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0601' where (e.roleid in ('12') or b.operatorid='ISC0601') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0601') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0601' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:25:39 执行时长:9.17秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0601' where (e.roleid in ('12') or b.operatorid='ISC0601') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0601') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0601' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:25:48 执行时长:7.92秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0601'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0601'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''23'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0601'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0601'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''23'') ) ' 2025-08-07 17:25:49 执行时长:5.28秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0601' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:26:35 执行时长:5.07秒 sql:select id from GB_ProjectPlanCerti where corpid='6257' and CertifacateStatus in ('01','02') 2025-08-07 17:26:52 执行时长:12.67秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '23' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:27:13 执行时长:10.73秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [计划状态_计划状态].[StatusName] in ('待安排','已安排','待联系','退回') AND datediff(day,'2025-08-07',[审核计划].[SuperviseEndDate]) BETWEEN 1 AND 60 and exists(select id from GB_ProjectPlanCerti b where 审核计划.PlanNo=b.PlanNo and CertifacateStatus='01' ) and ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='23' )) 2025-08-07 17:27:19 执行时长:5.21秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:27:24 执行时长:7.68秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC6401' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:27:31 执行时长:6.91秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:27:24' 2025-08-07 17:27:38 执行时长:7.42秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:27:38 执行时长:7.02秒 sql:select id,orgname from base_org where orgid='315' 2025-08-07 17:27:38 执行时长:7.03秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:27:40 执行时长:30.72秒 sql:select count(*) from ( SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then '√' else '' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then '√' else '' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='23' )) AND ([组织名称_组织信息].[CorpName] like '%合力%' and [审核计划].SuperviseEndDate>='2025-05-07') ) as CurrentCount 2025-08-07 17:27:40 执行时长:8.44秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:27:40 执行时长:31.12秒 sql:select count(*) from ( SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then '√' else '' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then '√' else '' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='23' )) AND ([组织名称_组织信息].[CorpName] like '%合力%' and [审核计划].SuperviseEndDate>='2025-05-07') ) as CurrentCount 2025-08-07 17:27:44 执行时长:32.38秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:27:45 执行时长:17.48秒 sql:select count(*) from ( SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then '√' else '' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then '√' else '' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='23' )) AND ([组织名称_组织信息].[CorpName] like '%合力%' and [审核计划].SuperviseEndDate>='2025-05-07') ) as CurrentCount 2025-08-07 17:27:59 执行时长:13.7秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC6401'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC6401'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''315'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC6401'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC6401'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''315'') ) ' 2025-08-07 17:28:02 执行时长:13.78秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC6401' where (e.roleid in ('13') or b.operatorid='ISC6401') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC6401') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC6401' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:28:02 执行时长:22.5秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then ''√'' else '''' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then ''√'' else '''' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'') ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[监审最后日期] DESC,[组织名称] ASC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[SuperviseEndDate] AS [监审最后日期],[组织名称_组织信息].CorpName AS [组织名称] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'')' 2025-08-07 17:28:18 执行时长:9.36秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='23' )) 2025-08-07 17:28:27 执行时长:46.73秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then ''√'' else '''' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then ''√'' else '''' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'') ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[监审最后日期] DESC,[组织名称] ASC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[SuperviseEndDate] AS [监审最后日期],[组织名称_组织信息].CorpName AS [组织名称] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'')' 2025-08-07 17:28:31 执行时长:46.48秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[标准代码_认证标准].StandardCode AS [标准代码],(case 审核计划.[SuperNoticeSent] when 1 then ''√'' else '''' end) AS [监审通知],审核计划.[PlanNo] AS [计划编号],[组织名称_组织信息].CorpName AS [组织名称],[合同来源_合同来源].OrgName AS [合同来源],[省份_省份].Province AS [省份],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[SuperQty] AS [监督周期],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[SuperviseEndDate] AS [监审最后日期],审核计划.[PlanApproveDate] AS [预计审核日期],[联系结果_联系结果].ResultName AS [联系结果],审核计划.[ToScheduleDate] AS [转计调日期],(case 审核计划.[ToSchedule] when 1 then ''√'' else '''' end) AS [报审核计调],审核计划.[ProjectLeader] AS [项目负责人],审核计划.[PlanReturnReason] AS [审核联络退回理由],审核计划.[ToScheduleInfo] AS [传计调信息] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'') ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[监审最后日期] DESC,[组织名称] ASC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[SuperviseEndDate] AS [监审最后日期],[组织名称_组织信息].CorpName AS [组织名称] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([计划状态_计划状态].[StatusName] in (''待联系'',''退回'') and ( [审核计划].org =''23'' )) AND ([组织名称_组织信息].[CorpName] like ''%合力%'' and [审核计划].SuperviseEndDate>=''2025-05-07'')' 2025-08-07 17:28:33 执行时长:14.57秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [计划状态_计划状态].[StatusName] in ('待安排','已安排','待联系','退回') AND datediff(day,'2025-08-07',[审核计划].[SuperviseEndDate]) BETWEEN 1 AND 60 and exists(select id from GB_ProjectPlanCerti b where 审核计划.PlanNo=b.PlanNo and CertifacateStatus='01' ) and ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='23' )) 2025-08-07 17:41:48 执行时长:5.58秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC-263722' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('06') 2025-08-07 17:41:51 执行时长:5.11秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC-263722'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC-263722'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''0001'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC-263722'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC-263722'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''0001'') ) ' 2025-08-07 17:41:52 执行时长:10.36秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC-263722' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:42:33 执行时长:6.94秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC-263722' where (e.roleid in ('06') or b.operatorid='ISC-263722') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC-263722') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC-263722' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:42:43 执行时长:25.77秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_AuditProblem [审议问题] ON 审核计划.TaskNo = [审议问题].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE 1=1 and ([审核计划].[PlanStatus] >='11' AND [审核组组成].[AuditorCode] = 'ISC-263722' AND [评定状态_评定状态].[StatusName] = '问题档' AND [审核计划].[IsReform] =0 AND [审核组组成].[Duty] = '190') 2025-08-07 17:42:43 执行时长:12.08秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC-263722' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC-263722') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:44:25 执行时长:5.08秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:44:26 执行时长:6.45秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where (e.roleid in ('12') or b.operatorid='zhonghua') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='zhonghua') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='zhonghua' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:44:27 执行时长:5.06秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='zhonghua') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='zhonghua')) and (a.org='' or a.org='21') 2025-08-07 17:44:31 执行时长:5.68秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('12') 2025-08-07 17:44:34 执行时长:5.25秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('12') 2025-08-07 17:44:36 执行时长:6.88秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:45:24 执行时长:5.91秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:45:25 执行时长:5.97秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.ID=@id 2025-08-07 17:45:33 执行时长:16.66秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:45:41 执行时长:11.17秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:45:41 执行时长:12.27秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '21' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:45:42 执行时长:7.16秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:45:42 执行时长:7.49秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='zhonghua' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='zhonghua' where (e.roleid in ('12') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='zhonghua') and h.id is null order by b.startdate desc 2025-08-07 17:45:42 执行时长:7.49秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:45:44 执行时长:26.02秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:45:52 执行时长:28秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:45:24' 2025-08-07 17:45:54 执行时长:40.01秒 sql: select distinct a.id,FileName,c.username as UploadBy,UploadOn, 'https://oa.china-isc.org.cn/bizattach'+'/GB_CertiDoc/' + a.id + '/002724/'+a.FileName as Url, 'https://oa.china-isc.org.cn/bizattach'+'/GB_CertiDoc/' + a.id + '/002724/'+a.FileName as weburl from GB_CertiDoc a left join Base_UserV c on a.uploadby = c.UserID where a.corp='202507160012' order by UploadOn desc 2025-08-07 17:46:11 执行时长:27.12秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:46:15 执行时长:16.7秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:46:31 执行时长:89.48秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [计划状态_计划状态].[StatusName] in ('待安排','已安排','待联系','退回') AND datediff(day,'2025-08-07',[审核计划].[SuperviseEndDate]) BETWEEN 1 AND 60 and exists(select id from GB_ProjectPlanCerti b where 审核计划.PlanNo=b.PlanNo and CertifacateStatus='01' ) and ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:47:12 执行时长:13.81秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, g.visibleInList,g.orderno,e.ordernoinlist,e.ordercolumn,e.ordernumber,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid left join base_bizcolumncustom g on e.bizdataid=g.bizdataid and e.datacolumnid=g.datacolumnid and g.userid=@userID where f.id=@id order by g.visibleinlist desc,g.orderno,e.orderno,a.DisplayNo,a.id 2025-08-07 17:47:23 执行时长:7.99秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[组织名称_组织信息].CorpName AS [组织名称],审核计划.[PlanNo] AS [计划编号],[标准代码_认证标准].StandardCode AS [标准代码],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[BeginDate] AS [审核开始日期],审核计划.[EndDate] AS [审核结束日期],审核计划.[ApproveDays] AS [审核天数],审核计划.[CertiInfo] AS [证书信息],审核计划.[AuditTeam] AS [审核组],[合同来源_合同来源].OrgName AS [合同来源],[审核方式_审核方式].ApproveMode AS [审核方式],[省份_省份].Province AS [省份],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[CertiQty] AS [体系人数],审核计划.[IssuesToBeNoted] AS [审核需关注问题],审核计划.[PlanRemarks] AS [计划备注],[申请单号_认证申请].ApplyNo AS [申请单号],审核计划.[ContractNo] AS [合同编号],[认可标志_认可标志].RecogName AS [认可标志],审核计划.[UpdateOn] AS [修改时间] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] > ''02'' AND [审核类型_审核类型].[TypeName] <> ''变更'') AND (( [计划状态_计划状态].[StatusName] = ''已安排'') and ([审核计划].BeginDate>=''2025-08-07 00:00'' and [审核计划].BeginDate<=''2025-08-15 23:59'')) ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[组织名称] DESC,[审核开始日期] DESC,[审核类别] DESC,[申请单号] ASC,[修改时间] DESC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[组织名称_组织信息].CorpName AS [组织名称],审核计划.[BeginDate] AS [审核开始日期],[审核类别_审核类别].ClassName AS [审核类别],[申请单号_认证申请].ApplyNo AS [申请单号],审核计划.[UpdateOn] AS [修改时间] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] > ''02'' AND [审核类型_审核类型].[TypeName] <> ''变更'') AND (( [计划状态_计划状态].[StatusName] = ''已安排'') and ([审核计划].BeginDate>=''2025-08-07 00:00'' and [审核计划].BeginDate<=''2025-08-15 23:59''))' 2025-08-07 17:48:25 执行时长:14.02秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003001' 2025-08-07 17:48:34 执行时长:19.49秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:48:35 执行时长:35.6秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, g.visibleInList,g.orderno,e.ordernoinlist,e.ordercolumn,e.ordernumber,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid left join base_bizcolumncustom g on e.bizdataid=g.bizdataid and e.datacolumnid=g.datacolumnid and g.userid=@userID where f.id=@id order by g.visibleinlist desc,g.orderno,e.orderno,a.DisplayNo,a.id 2025-08-07 17:48:36 执行时长:5.21秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:48:45 执行时长:8.62秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where (e.roleid in ('13') or b.operatorid='ISC1603') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1603' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:48:45 执行时长:7.21秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where (e.roleid in ('13') or b.operatorid='ISC1603') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1603' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:48:50 执行时长:5.68秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:48:44' 2025-08-07 17:48:54 执行时长:38.35秒 sql:select count(*) from ( SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[DecideOn] AS [认证决定日期],[计划状态_计划状态].StatusName AS [计划状态],审核计划.[ContractNo] AS [合同编号],[组织名称_组织信息].CorpName AS [组织名称],审核计划.[CheckDate] AS [评审通过时间],审核计划.[BeginDate] AS [审核开始日期],审核计划.[EndDate] AS [审核结束日期],(case 审核计划.[ReturnContract] when 1 then '√' else '' end) AS [纸质合同],[标准代码_认证标准].StandardCode AS [标准代码],审核计划.[ReturnContractQty] AS [合同数量],(case 审核计划.[ReturnDoc] when 1 then '√' else '' end) AS [纸质案卷],审核计划.[AuditTeam] AS [审核组],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[DocReturnDate] AS [审核员回卷时间],[评定状态_评定状态].StatusName AS [评定状态],(case 审核计划.[ReturnApply] when 1 then '√' else '' end) AS [认证申请],[合同来源_合同来源].OrgName AS [合同来源],审核计划.[DocReceiveRemark] AS [资料回收备注],[项目编号_认证项目].ProjectNo AS [项目编号],审核计划.[AcceptanceEvaluationTime] AS [受理评定时间],[评定人员_登录用户].UserName AS [评定人员],审核计划.[ID] AS [系统主键] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' ) AND ([组织名称_组织信息].[CorpName] like '%海南永%') ) as CurrentCount 2025-08-07 17:48:56 执行时长:5.36秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:49:00 执行时长:5.17秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:49:04 执行时长:22.45秒 sql:select count(*) from ( SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[组织名称_组织信息].CorpName AS [组织名称],审核计划.[PlanNo] AS [计划编号],[标准代码_认证标准].StandardCode AS [标准代码],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[BeginDate] AS [审核开始日期],审核计划.[EndDate] AS [审核结束日期],审核计划.[ApproveDays] AS [审核天数],审核计划.[CertiInfo] AS [证书信息],审核计划.[AuditTeam] AS [审核组],[合同来源_合同来源].OrgName AS [合同来源],[审核方式_审核方式].ApproveMode AS [审核方式],[省份_省份].Province AS [省份],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[CertiQty] AS [体系人数],审核计划.[IssuesToBeNoted] AS [审核需关注问题],审核计划.[PlanRemarks] AS [计划备注],[申请单号_认证申请].ApplyNo AS [申请单号],审核计划.[ContractNo] AS [合同编号],[认可标志_认可标志].RecogName AS [认可标志],审核计划.[UpdateOn] AS [修改时间] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更') AND (( [计划状态_计划状态].[StatusCode] >= '10') and ([组织名称_组织信息].[CorpName] like '%有爱物业%' and [审核计划].BeginDate>='2025-08-07 00:00' and [审核计划].BeginDate<='2025-08-15 23:59')) ) as CurrentCount 2025-08-07 17:49:06 执行时长:24.9秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where (e.roleid in ('13') or b.operatorid='ISC1603') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1603' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:49:13 执行时长:9.47秒 sql:select count(*) from ( SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status='hide' and userid='ISC1603') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = 'ISC1603' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid='25') ) ) as CurrentCount 2025-08-07 17:49:16 执行时长:14.23秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:49:21 执行时长:26.34秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[DecideOn] AS [认证决定日期],[计划状态_计划状态].StatusName AS [计划状态],审核计划.[ContractNo] AS [合同编号],[组织名称_组织信息].CorpName AS [组织名称],审核计划.[CheckDate] AS [评审通过时间],审核计划.[BeginDate] AS [审核开始日期],审核计划.[EndDate] AS [审核结束日期],(case 审核计划.[ReturnContract] when 1 then ''√'' else '''' end) AS [纸质合同],[标准代码_认证标准].StandardCode AS [标准代码],审核计划.[ReturnContractQty] AS [合同数量],(case 审核计划.[ReturnDoc] when 1 then ''√'' else '''' end) AS [纸质案卷],审核计划.[AuditTeam] AS [审核组],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[DocReturnDate] AS [审核员回卷时间],[评定状态_评定状态].StatusName AS [评定状态],(case 审核计划.[ReturnApply] when 1 then ''√'' else '''' end) AS [认证申请],[合同来源_合同来源].OrgName AS [合同来源],审核计划.[DocReceiveRemark] AS [资料回收备注],[项目编号_认证项目].ProjectNo AS [项目编号],审核计划.[AcceptanceEvaluationTime] AS [受理评定时间],[评定人员_登录用户].UserName AS [评定人员],审核计划.[ID] AS [系统主键] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] >=''03'' AND [审核类别_审核类别].[ClassName] <> ''一阶段'' ) AND ([组织名称_组织信息].[CorpName] like ''%海南永%'') ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[审核结束日期] DESC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,审核计划.[EndDate] AS [审核结束日期] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] >=''03'' AND [审核类别_审核类别].[ClassName] <> ''一阶段'' ) AND ([组织名称_组织信息].[CorpName] like ''%海南永%'')' 2025-08-07 17:49:22 执行时长:5.17秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:49:36 执行时长:21.34秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:49:39 执行时长:25.49秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:49:43 执行时长:5.17秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:49:37' 2025-08-07 17:49:45 执行时长:24.52秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC1603' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1603' where (e.roleid in ('13') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and h.id is null order by b.startdate desc 2025-08-07 17:49:46 执行时长:5.75秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:49:46 执行时长:5.8秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:49:49 执行时长:45.64秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[计划状态_计划状态].StatusName AS [计划状态],[组织名称_组织信息].CorpName AS [组织名称],审核计划.[PlanNo] AS [计划编号],[标准代码_认证标准].StandardCode AS [标准代码],[审核类别_审核类别].ClassName AS [审核类别],审核计划.[BeginDate] AS [审核开始日期],审核计划.[EndDate] AS [审核结束日期],审核计划.[ApproveDays] AS [审核天数],审核计划.[CertiInfo] AS [证书信息],审核计划.[AuditTeam] AS [审核组],[合同来源_合同来源].OrgName AS [合同来源],[审核方式_审核方式].ApproveMode AS [审核方式],[省份_省份].Province AS [省份],审核计划.[ProfessionalCode] AS [专业代码],审核计划.[CertiQty] AS [体系人数],审核计划.[IssuesToBeNoted] AS [审核需关注问题],审核计划.[PlanRemarks] AS [计划备注],[申请单号_认证申请].ApplyNo AS [申请单号],审核计划.[ContractNo] AS [合同编号],[认可标志_认可标志].RecogName AS [认可标志],审核计划.[UpdateOn] AS [修改时间] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] > ''02'' AND [审核类型_审核类型].[TypeName] <> ''变更'') AND (( [计划状态_计划状态].[StatusCode] >= ''10'') and ([组织名称_组织信息].[CorpName] like ''%有爱物业%'' and [审核计划].BeginDate>=''2025-08-07 00:00'' and [审核计划].BeginDate<=''2025-08-15 23:59'')) ',@PageSize = 100, @PageCurrent = 1, @FdShow = '',@FdOrder = '[组织名称] DESC,[审核开始日期] DESC,[审核类别] DESC,[申请单号] ASC,[修改时间] DESC',@OnlyID = N' SELECT DISTINCT 审核计划.ID as [~ID~] ,[组织名称_组织信息].CorpName AS [组织名称],审核计划.[BeginDate] AS [审核开始日期],[审核类别_审核类别].ClassName AS [审核类别],[申请单号_认证申请].ApplyNo AS [申请单号],审核计划.[UpdateOn] AS [修改时间] FROM GB_ProjectPlan 审核计划 WITH(NOLOCK) LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ([审核计划].[PlanStatus] > ''02'' AND [审核类型_审核类型].[TypeName] <> ''变更'') AND (( [计划状态_计划状态].[StatusCode] >= ''10'') and ([组织名称_组织信息].[CorpName] like ''%有爱物业%'' and [审核计划].BeginDate>=''2025-08-07 00:00'' and [审核计划].BeginDate<=''2025-08-15 23:59''))' 2025-08-07 17:49:52 执行时长:6.67秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:49:52 执行时长:8.14秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:49:53 执行时长:6秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:50:01 执行时长:5.5秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:50:07 执行时长:25.42秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:50:09 执行时长:5.07秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:50:10 执行时长:5.07秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:50:04' 2025-08-07 17:50:10 执行时长:10.23秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:50:12 执行时长:7秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:50:12 执行时长:10.7秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:50:14 执行时长:5.7秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:50:33 执行时长:5.29秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where (e.roleid in ('13') or b.operatorid='ISC1603') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1603' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:50:34 执行时长:5.43秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:50:34 执行时长:5.05秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:50:35 执行时长:5.59秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:50:36 执行时长:6.16秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:50:36 执行时长:5.34秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:50:39 执行时长:5.42秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:50:40 执行时长:6秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:50:41 执行时长:5.78秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:50:35' 2025-08-07 17:50:42 执行时长:6.16秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:50:42 执行时长:5.52秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:50:43 执行时长:5.92秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:50:43 执行时长:10.37秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:50:33' 2025-08-07 17:50:44 执行时长:5.08秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:50:44 执行时长:5.12秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:50:45 执行时长:5.03秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:50:45 执行时长:13.71秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:50:46 执行时长:20.64秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:50:46 执行时长:5.24秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='zhonghua' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:50:47 执行时长:6.63秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:50:47 执行时长:5.55秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:50:47 执行时长:6.43秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:50:48 执行时长:6.91秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:50:49 执行时长:10.3秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:50:50 执行时长:6.58秒 sql:select id,orgname from base_org where orgid='25' 2025-08-07 17:50:50 执行时长:6.33秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:50:51 执行时长:6.05秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:50:54 执行时长:5.32秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:50:57 执行时长:5.89秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:51:03 执行时长:8.36秒 sql:SELECT DISTINCT 认证申请.ID as [~ID~] FROM GB_CertiApply 认证申请 WITH(NOLOCK) LEFT JOIN Base_UserV [申请人_登录用户] WITH(NOLOCK) ON 认证申请.ApplyBy = [申请人_登录用户].UserID LEFT JOIN Pub_ProjectStatus [项目状态_项目状态] WITH(NOLOCK) ON 认证申请.ProjectStatus = [项目状态_项目状态].Code LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 认证申请.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 认证申请.Org = [合同来源_合同来源].Org LEFT JOIN Base_UserV [受理评审人_登录用户] WITH(NOLOCK) ON 认证申请.AcceptanceReviewer = [受理评审人_登录用户].UserID LEFT JOIN Pub_Code [受理评审结论_代码表] WITH(NOLOCK) ON 认证申请.Conclusion = [受理评审结论_代码表].CodeID LEFT JOIN GB_CertificationProject [认证项目] ON 认证申请.ApplyNo = [认证项目].ApplyNo LEFT JOIN GB_CertiApplyCorpDoc [组织信息文档] ON 认证申请.Corp = [组织信息文档].Corp LEFT JOIN GB_CertiApplyApproveDoc [受理及评审文档] ON 认证申请.ApplyNo = [受理及评审文档].ApplyNo LEFT JOIN GB_AcceptanceReviewForm [受理评审表] ON 认证申请.ApplyNo = [受理评审表].ApplyNo LEFT JOIN GB_ProjectLocations [项目多场所信息] ON 认证申请.ApplyNo = [项目多场所信息].ApplyNo WHERE [认证申请].[ID] = '508000057ISC6401' 2025-08-07 17:51:04 执行时长:7.58秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='zhonghua' where workflowstate=1 and workflowactionstate=0 and operatorid in ('zhonghua') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:51:04 执行时长:47.96秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:51:04 执行时长:5.04秒 sql:SELECT distinct a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join base_dataentity e on a.dataentityid=e.id left join base_DataColumnCodeRule f on a.id=f.datacolumnid where e.dataentityname = '审核计划' and (f.segvalue = '组织名称' or f.segvalue like '组织名称.%') 2025-08-07 17:51:04 执行时长:47.11秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:51:04 执行时长:8.16秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where (e.roleid in ('13') or b.operatorid='ISC1603') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1603' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:51:05 执行时长:8.3秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:51:06 执行时长:8.84秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:51:06 执行时长:14.9秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:51:07 执行时长:8.23秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='zhonghua' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='zhonghua' order by a.id desc 2025-08-07 17:51:07 执行时长:6.99秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:08 执行时长:6.71秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:51:08 执行时长:6.55秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:09 执行时长:7.16秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:51:09 执行时长:6.09秒 sql:select * from wf_bizflowinstancedetail WITH(NOLOCK) where bizflowinstanceid='508000021ISC2103' and bizflowactionstate=1 2025-08-07 17:51:09 执行时长:5.94秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:51:11 执行时长:5.05秒 sql:select * from base_message WITH(NOLOCK) where userid=@userID and (HaveRead=0 or haveread is null) order by messagedate desc 2025-08-07 17:51:11 执行时长:5.29秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:51:12 执行时长:5.03秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:13 执行时长:8.21秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:51:05' 2025-08-07 17:51:14 执行时长:5.31秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:51:15 执行时长:8.44秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:51:07' 2025-08-07 17:51:16 执行时长:5.27秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='zhonghua' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:51:16 执行时长:12.41秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:51:18 执行时长:7.62秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:51:19 执行时长:8.37秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:51:19 执行时长:5.21秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:51:22 执行时长:27.75秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '25' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:51:26 执行时长:14.23秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:51:27 执行时长:8.27秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003006' 2025-08-07 17:51:30 执行时长:5.81秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='003001' order by a.displayno,a.id 2025-08-07 17:51:30 执行时长:5秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:31 执行时长:5.19秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:51:34 执行时长:15.46秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:51:37 执行时长:6.3秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:51:31' 2025-08-07 17:51:41 执行时长:5.15秒 sql:SELECT id from Base_BizColumnCustom a where bizentityid=@BizEntityID and userid=@userID 2025-08-07 17:51:42 执行时长:5.31秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:51:44 执行时长:5.46秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:44 执行时长:5.46秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:51:45 执行时长:5.11秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:51:45 执行时长:18.71秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where (e.roleid in ('13') or b.operatorid='ISC1605') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1605') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1605' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:51:47 执行时长:12.47秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where (e.roleid in ('13') or b.operatorid='ISC1605') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1605') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC1605' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:51:53 执行时长:35.37秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:51:55 执行时长:7.78秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:51:57 执行时长:9.95秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:52:00 执行时长:9.9秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:52:02 执行时长:5.03秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:03 执行时长:16.45秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''zhonghua'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''zhonghua'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''21'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''zhonghua'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''zhonghua'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''21'') ) ' 2025-08-07 17:52:07 执行时长:5.96秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:52:13 执行时长:23.89秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:52:15 执行时长:5.17秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:52:18 执行时长:9.99秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:52:19 执行时长:8.23秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataentityID=@dataEntityID and a.DataColumnCode=@code 2025-08-07 17:52:21 执行时长:30.45秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:52:24 执行时长:5.64秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:52:25 执行时长:30.46秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:52:26 执行时长:6.38秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:26 执行时长:5.63秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:52:26 执行时长:5.65秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:29 执行时长:46.8秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1603'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1603'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:52:30 执行时长:6.79秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:52:30 执行时长:22秒 sql:select count(*) from ( SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status='hide' and userid='ISC1605') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = 'ISC1605' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid='25') ) ) as CurrentCount 2025-08-07 17:52:31 执行时长:5.62秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:52:33 执行时长:6.36秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:52:33 执行时长:6.36秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:34 执行时长:16.54秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:52:35 执行时长:35.49秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('13') 2025-08-07 17:52:36 执行时长:5.06秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:52:38 执行时长:9.12秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:52:38 执行时长:5.24秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:52:39 执行时长:6.4秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:40 执行时长:5.83秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:52:41 执行时长:5.83秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:52:42 执行时长:6.41秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:52:43 执行时长:5.25秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:52:45 执行时长:5.85秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:45 执行时长:6.41秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:46 执行时长:6.04秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:52:47 执行时长:6.04秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:52:50 执行时长:8.82秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:52:51 执行时长:8.17秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:52:51 执行时长:6.41秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:51 执行时长:9.14秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:52:54 执行时长:7.57秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:54 执行时长:6.33秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:52:57 执行时长:6.95秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:52:58 执行时长:7.02秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:52:58 执行时长:6.43秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:52:58 执行时长:5.8秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE ([注册与保持].[ConfirmDate1] <> '' AND ([注册与保持].[Confirm1] =0 or [注册与保持].[Confirm1] is null) and [注册与保持].[ConfirmDate1]<'2025-08-07') or ([注册与保持].[ConfirmDate2] <> '' AND ([注册与保持].[Confirm2] =0 or [注册与保持].[Confirm2] is null) and [注册与保持].[ConfirmDate2]<'2025-08-07') and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:52:59 执行时长:5.26秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:00 执行时长:5.25秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:53:01 执行时长:18.08秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:52:43' 2025-08-07 17:53:03 执行时长:5.24秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:53:03 执行时长:5.24秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:03 执行时长:28.97秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid='ISC0032') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0032' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:53:03 执行时长:33.42秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:53:05 执行时长:19.02秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:53:06 执行时长:10.46秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:53:07 执行时长:73.91秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid='ISC0032') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0032' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:53:07 执行时长:5.19秒 sql:select id,orgname from base_org where orgid='31' 2025-08-07 17:53:10 执行时长:35.87秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:53:10 执行时长:49.33秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1605' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('13') 2025-08-07 17:53:11 执行时长:8.16秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:03' 2025-08-07 17:53:14 执行时长:7.6秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:06' 2025-08-07 17:53:14 执行时长:41.13秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:53:14 执行时长:6.28秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:53:16 执行时长:10.35秒 sql:select count(*) from ( SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status='hide' and userid='ISC0032') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = 'ISC0032' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid='0001') ) ) as CurrentCount 2025-08-07 17:53:20 执行时长:9.77秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:53:21 执行时长:8.34秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:12' 2025-08-07 17:53:21 执行时长:45.68秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC1605' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1605' where (e.roleid in ('13') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1605') and h.id is null order by b.startdate desc 2025-08-07 17:53:21 执行时长:6.53秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:53:22 执行时长:18.49秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:53:24 执行时长:5.49秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:53:27 执行时长:5.92秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:21' 2025-08-07 17:53:28 执行时长:8.76秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:19' 2025-08-07 17:53:29 执行时长:5.22秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:29 执行时长:20.19秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='21' or [审核计划].org ='2101' or [审核计划].org ='2102' or [审核计划].org ='2103' )) 2025-08-07 17:53:29 执行时长:5.22秒 sql:SELECT distinct a.ID, BizflowCode, IsBottom, BizFlowName, a.[Description], BeginDate, EndDate, a.BizEntityID, a.DataEntityID, EntityClass, MessageDesc FROM wf_Bizflow a left join wf_bizflowaction b on a.id=b.bizflowid WHERE b.bizentityid=@bizEntityID 2025-08-07 17:53:31 执行时长:5.79秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:53:32 执行时长:5.34秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:53:34 执行时长:31.36秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:53:34 执行时长:11.58秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:23' 2025-08-07 17:53:36 执行时长:7.13秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:53:38 执行时长:12.92秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:53:38 执行时长:7.14秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003006' 2025-08-07 17:53:39 执行时长:5.4秒 sql:select * from Base_MessageServerPara WITH(NOLOCK) 2025-08-07 17:53:40 执行时长:11.19秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:29' 2025-08-07 17:53:41 执行时长:11.56秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:53:41 执行时长:12.09秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:53:41 执行时长:70.91秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1605'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1605'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC1605'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC1605'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''25'') ) ' 2025-08-07 17:53:44 执行时长:20.22秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:53:44 执行时长:6.44秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001002' order by a.displayno,a.id 2025-08-07 17:53:44 执行时长:5.28秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:53:44 执行时长:37.09秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:53:44 执行时长:22.07秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '25' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:53:44 执行时长:26.63秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:53:45 执行时长:5.66秒 sql:SELECT top 100 * FROM MSG_MessageSend with(nolock) where MessageType =0 and 1=1 and PlanSendDate<=@endDate 2025-08-07 17:53:45 执行时长:29.64秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0032'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0032'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''0001'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0032'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0032'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''0001'') ) ' 2025-08-07 17:53:46 执行时长:11.07秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:34' 2025-08-07 17:53:46 执行时长:5.03秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001002' order by a.displayno,a.id 2025-08-07 17:53:47 执行时长:5.61秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:53:47 执行时长:10.32秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:53:47 执行时长:26.25秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC1605' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC1605' 2025-08-07 17:53:47 执行时长:37.07秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC1605' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1605' where (e.roleid in ('13') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1605') and h.id is null order by b.startdate desc 2025-08-07 17:53:47 执行时长:7.07秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:53:49 执行时长:5.86秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:51 执行时长:5.1秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020003' order by a.displayno,a.id 2025-08-07 17:53:53 执行时长:5.75秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:55 执行时长:5.37秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:53:55 执行时长:5.49秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:55 执行时长:5.49秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:55 执行时长:5.81秒 sql:select distinct orgid from View_OrgUser where p_orgid in (select orgid from base_usermanagingorg where datasecurity=1 and userid='ISC1603' ) 2025-08-07 17:53:55 执行时长:5.24秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:53:56 执行时长:5.81秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:53:56 执行时长:5.04秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:53:57 执行时长:10.55秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:53:46' 2025-08-07 17:53:57 执行时长:5.45秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:53:57 执行时长:5.62秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC1603') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:53:58 执行时长:5.21秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:00 执行时长:9.96秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:54:01 执行时长:6.2秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:01 执行时长:6.06秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:54:02 执行时长:6.56秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003006' 2025-08-07 17:54:02 执行时长:5.13秒 sql:select id,orgname from base_org where orgid='0001' 2025-08-07 17:54:02 执行时长:5.53秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:54:04 执行时长:6.11秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:05 执行时长:5.41秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001002' order by a.displayno,a.id 2025-08-07 17:54:06 执行时长:5.41秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:06 执行时长:55.11秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:54:07 执行时长:5.41秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:07 执行时长:5.3秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:54:07 执行时长:5.42秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:08 执行时长:9.56秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:54:09 执行时长:5.45秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:09 执行时长:24.41秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:54:10 执行时长:22.07秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1605' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC1605') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:54:11 执行时长:23.29秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1605' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC1605') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:54:11 执行时长:5.47秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:11 执行时长:5.05秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:11 执行时长:5.37秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:54:12 执行时长:10.77秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:54:15 执行时长:9.11秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:54:16 执行时长:8.7秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:54:07' 2025-08-07 17:54:18 执行时长:50.73秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where (e.roleid in ('12') or b.operatorid='ISC0063') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0063') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0063' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:54:19 执行时长:5.66秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:21 执行时长:8.31秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:54:21 执行时长:10.49秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:22 执行时长:6.42秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:54:22 执行时长:5.62秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:22 执行时长:6.02秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:24 执行时长:6秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:24 执行时长:36.35秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('07','04','05','25') 2025-08-07 17:54:27 执行时长:8.01秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:29 执行时长:12.86秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:54:16' 2025-08-07 17:54:29 执行时长:7.64秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:29 执行时长:7.25秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:54:30 执行时长:7.63秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:30 执行时长:5.41秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:30 执行时长:14.97秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='ISC1605' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='ISC1605' order by a.id desc 2025-08-07 17:54:31 执行时长:5.42秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:32 执行时长:5.42秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:54:32 执行时长:5.42秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1603' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC1603') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:54:33 执行时长:15.37秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='ISC1605' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:54:34 执行时长:5.25秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:35 执行时长:9.68秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:35 执行时长:8.08秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:36 执行时长:51.69秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('07','04','05','25') 2025-08-07 17:54:36 执行时长:7.26秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:37 执行时长:18.97秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:54:38 执行时长:8.15秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:39 执行时长:5.1秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:54:39 执行时长:9.4秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:54:30' 2025-08-07 17:54:41 执行时长:5.29秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:42 执行时长:37.68秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC0063') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC0063')) and (a.org='' or a.org='21') 2025-08-07 17:54:43 执行时长:6.54秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:43 执行时长:21.01秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:54:47 执行时长:6.49秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:47 执行时长:5.42秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:47 执行时长:18.03秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:54:47 执行时长:18.03秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:54:48 执行时长:5.09秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:54:50 执行时长:8.96秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='ISC1603' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:54:51 执行时长:8.03秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:54:52 执行时长:5.94秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:52 执行时长:5.73秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:53 执行时长:5.72秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:54 执行时长:9.6秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:54:55 执行时长:5.43秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:54:56 执行时长:7.44秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:54:56 执行时长:7.72秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:54:56 执行时长:6.02秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:54:57 执行时长:5.32秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:54:57 执行时长:5.71秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:54:58 执行时长:5.47秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:54:59 执行时长:5.91秒 sql:SELECT id from Base_BizColumnCustom a where bizentityid=@BizEntityID and userid=@userID 2025-08-07 17:54:59 执行时长:11.81秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:54:59 执行时长:6.9秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:00 执行时长:35.93秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0032' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and h.id is null order by b.startdate desc 2025-08-07 17:55:00 执行时长:7.1秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:01 执行时长:5.92秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:55:01 执行时长:7.71秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:01 执行时长:6.33秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC1603' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('13') 2025-08-07 17:55:02 执行时长:5.43秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:55:02 执行时长:5.33秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:55:02 执行时长:5.9秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:55:03 执行时长:5.34秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:55:05 执行时长:6.57秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:05 执行时长:5.85秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:05 执行时长:81.07秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where (e.roleid in ('12') or b.operatorid='ISC0063') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0063') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0063' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:55:06 执行时长:5.41秒 sql:SELECT MAX(ID) FROM GB_ProjectPlan WHERE id>='508000000' and id<='508999999' and len(id)>=9 2025-08-07 17:55:06 执行时长:48秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC0063') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:55:06 执行时长:5.89秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:06 执行时长:5.32秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:55:06 执行时长:5.17秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC1603' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1603' where (e.roleid in ('13') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC1603') and h.id is null order by b.startdate desc 2025-08-07 17:55:08 执行时长:5.42秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:55:08 执行时长:9.17秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:55:09 执行时长:6秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:55:10 执行时长:5.34秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:11 执行时长:5.67秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC0063') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:55:12 执行时长:5.92秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:12 执行时长:5.44秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:55:12 执行时长:5.92秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC1603' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC1603' 2025-08-07 17:55:13 执行时长:26.87秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:55:15 执行时长:8.24秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:55:15 执行时长:7.08秒 sql:select * from Base_BizentityCustom where BizEntityID='000004' and UserID='' and propertyname='ListWithSubData' 2025-08-07 17:55:15 执行时长:6.5秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:55:16 执行时长:7.5秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001002' order by a.displayno,a.id 2025-08-07 17:55:16 执行时长:6.51秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:17 执行时长:6.02秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:55:17 执行时长:6.03秒 sql:SELECT distinct ShortcutNo,BizEntityName ,a.BizEntityID ,BizClass FROM Base_Shortcut a LEFT JOIN Base_BizEntity b ON a.BizEntity = b.ID WHERE(a.IsPrivate = 0 OR a.Createby = '罗玄天') order by ShortcutNo 2025-08-07 17:55:19 执行时长:7.36秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:55:11' 2025-08-07 17:55:19 执行时长:7.36秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:20 执行时长:7.93秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001031028' order by a.displayno,a.id 2025-08-07 17:55:20 执行时长:7.68秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC1603' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC1603') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:55:21 执行时长:66.08秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '25' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:55:22 执行时长:9.19秒 sql:select BizflowActionState from wf_Bizflowinstancedetail a WITH(NOLOCK) left join wf_Bizflowaction b on a.Bizflowactionid=b.id left join base_user c on a.operatorid=c.userid left join base_user d on a.accredituser=d.userid where Bizflowinstanceid='508000060ISC1603' order by a.startdate,a.id 2025-08-07 17:55:23 执行时长:47.56秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0032' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and h.id is null order by b.startdate desc 2025-08-07 17:55:25 执行时长:10.36秒 sql:SELECT id from Base_BizColumnCustom a where bizentityid=@BizEntityID and userid=@userID 2025-08-07 17:55:25 执行时长:5.27秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:55:26 执行时长:6.08秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:55:26 执行时长:5.67秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:27 执行时长:6.07秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:55:27 执行时长:5.67秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:55:29 执行时长:9.59秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:29 执行时长:9.63秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:55:30 执行时长:10.21秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:55:20' 2025-08-07 17:55:31 执行时长:10.16秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020003' order by a.displayno,a.id 2025-08-07 17:55:33 执行时长:18.71秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:55:34 执行时长:6.52秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:55:34 执行时长:6.52秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:55:37 执行时长:5.71秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:55:37 执行时长:6.1秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:37 执行时长:6.1秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:55:38 执行时长:9.44秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:55:39 执行时长:9.4秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:55:40 执行时长:86.41秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:55:41 执行时长:10.74秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='ISC1603' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='ISC1603' order by a.id desc 2025-08-07 17:55:42 执行时长:9.02秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:55:43 执行时长:5.27秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:55:43 执行时长:17.95秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:55:43 执行时长:5.29秒 sql:select owner,viewer from wf_workflow a left join wf_workflowright b on a.id=b.workflowid where bizentityid=@bizEntityID and roleid='04' 2025-08-07 17:55:45 执行时长:66.69秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '25' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:55:46 执行时长:5.27秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:55:46 执行时长:8.52秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:55:47 执行时长:67.87秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE ( [审核计划].[DocReturnDate] = '' or [审核计划].[DocReturnDate] is null) AND [审核计划].[CommitDate] > '2025-01-01' and ([审核计划].[PlanStatus] >='03' AND [审核类别_审核类别].[ClassName] <> '一阶段' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:55:48 执行时长:9秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:55:49 执行时长:8.81秒 sql:select * from Base_MessageServerPara WITH(NOLOCK) 2025-08-07 17:55:50 执行时长:50.21秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0032' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0032' 2025-08-07 17:55:50 执行时长:7.65秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:55:51 执行时长:7.7秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='000007' order by a.displayno,a.id 2025-08-07 17:55:53 执行时长:5.65秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001032013' order by a.displayno,a.id 2025-08-07 17:55:54 执行时长:6.05秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:55:54 执行时长:29.91秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:55:54 执行时长:6秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataentityID=@dataEntityID and a.DataColumnCode=@code 2025-08-07 17:55:54 执行时长:5.49秒 sql:SELECT top 100 * FROM MSG_MessageSend with(nolock) where MessageType =0 and 1=1 and PlanSendDate<=@endDate 2025-08-07 17:55:55 执行时长:13.09秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:55:42' 2025-08-07 17:55:56 执行时长:5.48秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:55:56 执行时长:5.43秒 sql:SELECT DataEntityCode FROM Base_DataEntity where id=@id 2025-08-07 17:55:58 执行时长:47.28秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:56:00 执行时长:5.28秒 sql:select distinct orgid from View_OrgUser where p_orgid='25' 2025-08-07 17:56:00 执行时长:5.23秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:56:00 执行时长:36.9秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0032' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0032' 2025-08-07 17:56:01 执行时长:35.68秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='liudajun') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='liudajun')) and (a.org='' or a.org='0001') 2025-08-07 17:56:01 执行时长:5.38秒 sql:select d.dataentityname,b.datacolumncode,a.orderoption,e.dataentityname,f.datacolumncode,b.datacolumnname,b.rsmultiselect as multiselect from base_bizcolumn a left join base_datacolumn b on a.datacolumnid=b.id left join base_bizdata c on a.bizdataid=c.id left join base_dataentity d on c.dataentityid=d.id left join base_dataentity e on b.rsentity=e.id left join base_datacolumn f on b.RsDisplayColumn=f.id where ordercolumn=1 and orderoption<>'' and VisibleInList=1 and a.bizdataid='0017' and b.datacolumncode<>'' order by ordernumber 2025-08-07 17:56:02 执行时长:5.18秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:56:02 执行时长:7.69秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:55:55' 2025-08-07 17:56:04 执行时长:72.02秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid='liudajun') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='liudajun' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:56:07 执行时长:74.85秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid='liudajun') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='liudajun' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:56:09 执行时长:11.76秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:56:10 执行时长:67.77秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '21' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:56:12 执行时长:13.69秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:56:13 执行时长:55.93秒 sql:select top 12 b.ID,b.BizEntityName,b.BizClass,COUNT(b.ID) from Base_Log a inner join Base_BizEntity b on a.ModuleName=b.BizEntityName where UserName = @userName and b.EntityClass = 1 and BizEntityName <> '系统' group by b.ID, b.BizEntityName, b.BizClass order by COUNT(b.ID) desc 2025-08-07 17:56:14 执行时长:55.66秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:56:15 执行时长:5.04秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:56:17 执行时长:5.23秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:56:18 执行时长:5.8秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:56:18 执行时长:16.23秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:56:19 执行时长:5.67秒 sql:select * from Base_MessageServerPara WITH(NOLOCK) 2025-08-07 17:56:19 执行时长:5.27秒 sql:SELECT id from Base_BizColumnCustom a where bizentityid=@BizEntityID and userid=@userID 2025-08-07 17:56:19 执行时长:5.27秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:56:20 执行时长:8.52秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:11' 2025-08-07 17:56:20 执行时长:18.17秒 sql:select a.id as Bizflowinstanceid,BizflowState from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflow b on a.Bizflowid=b.id left join wf_bizflowinstancedetail c WITH(NOLOCK) on a.id=c.bizflowinstanceid where c.bizentityid=@bizEntityID and c.rowid=@keyValue and b.id=@bizflowID order by a.id desc 2025-08-07 17:56:22 执行时长:5.8秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:56:22 执行时长:10.47秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:56:23 执行时长:5.23秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:56:23 执行时长:33.26秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:56:25 执行时长:24.3秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:56:26 执行时长:5.77秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:56:29 执行时长:22.4秒 sql:select count(*) from ( SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status='hide' and userid='ISC0063') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = 'ISC0063' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid='21') ) ) as CurrentCount 2025-08-07 17:56:29 执行时长:22.72秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:56:30 执行时长:167.4秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [计划状态_计划状态].[StatusName] in ('待安排','已安排','待联系','退回') AND datediff(day,'2025-08-07',[审核计划].[SuperviseEndDate]) BETWEEN 1 AND 60 and exists(select id from GB_ProjectPlanCerti b where 审核计划.PlanNo=b.PlanNo and CertifacateStatus='01' ) and ([计划状态_计划状态].[StatusName] in ('待联系','退回') and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:56:30 执行时长:8.32秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020001' 2025-08-07 17:56:30 执行时长:26.78秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:56:31 执行时长:9.81秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:56:32 执行时长:8.31秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:23' 2025-08-07 17:56:32 执行时长:33.71秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('12') 2025-08-07 17:56:33 执行时长:5.23秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:56:34 执行时长:8.45秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:26' 2025-08-07 17:56:35 执行时长:8.85秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:26' 2025-08-07 17:56:35 执行时长:5.31秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:56:35 执行时长:5.11秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:56:37 执行时长:5.08秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid='liudajun') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='liudajun' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:56:38 执行时长:11.61秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:56:38 执行时长:8.86秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='zhonghua') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='zhonghua')) and (a.org='' or a.org='21') 2025-08-07 17:56:39 执行时长:5.15秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid='ISC0032') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='ISC0032' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:56:40 执行时长:5.24秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:56:41 执行时长:5.42秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:41 执行时长:5.24秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:42 执行时长:6.67秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:56:43 执行时长:5.85秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:56:43 执行时长:6.86秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:56:43 执行时长:6.27秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:56:43 执行时长:5.23秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:56:44 执行时长:5.81秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:56:45 执行时长:17.86秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) WHERE ((1=1)) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) WHERE ((1=1))' 2025-08-07 17:56:45 执行时长:5.01秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:56:45 执行时长:6.28秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:45 执行时长:5.44秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:56:46 执行时长:5.64秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:56:47 执行时长:6.25秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:56:47 执行时长:6.07秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:47 执行时长:6.39秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:56:48 执行时长:6.3秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:49 执行时长:5.94秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:43' 2025-08-07 17:56:49 执行时长:15.04秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='ISC0032' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:56:49 执行时长:5.93秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:56:50 执行时长:5.51秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:44' 2025-08-07 17:56:50 执行时长:5.01秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:56:51 执行时长:5.93秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:52 执行时长:6.52秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:45' 2025-08-07 17:56:52 执行时长:17.08秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='ISC0032' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='ISC0032' order by a.id desc 2025-08-07 17:56:52 执行时长:9.79秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:42' 2025-08-07 17:56:52 执行时长:9.23秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020003' order by a.displayno,a.id 2025-08-07 17:56:53 执行时长:6.17秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:53 执行时长:5.76秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:53 执行时长:5.09秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001031003' order by a.displayno,a.id 2025-08-07 17:56:54 执行时长:9.87秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:44' 2025-08-07 17:56:54 执行时长:6.57秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:56:55 执行时长:6.06秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:56:55 执行时长:5.58秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:56:55 执行时长:41.08秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0063' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('12') 2025-08-07 17:56:56 执行时长:6.33秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:56:56 执行时长:5.04秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:56:58 执行时长:5.01秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:00 执行时长:5.54秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:57:01 执行时长:10.77秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:01 执行时长:10.68秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:57:01 执行时长:6.14秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:57:01 执行时长:6.82秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:01 执行时长:9.29秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:01 执行时长:9.33秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:52' 2025-08-07 17:57:01 执行时长:5.52秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:01 执行时长:9.02秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:52' 2025-08-07 17:57:02 执行时长:5.87秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:03 执行时长:6.04秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:57:03 执行时长:9.32秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:56:54' 2025-08-07 17:57:04 执行时长:7.92秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:04 执行时长:7.77秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:57:05 执行时长:7.14秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:57:06 执行时长:6.73秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:06 执行时长:8.79秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:06 执行时长:8.15秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:06 执行时长:5.92秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('07','04','05','25') 2025-08-07 17:57:07 执行时长:5.95秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:08 执行时长:6.72秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:08 执行时长:15.2秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:57:08 执行时长:7.38秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='ISC0032' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('07','04','05','25') 2025-08-07 17:57:08 执行时长:7.37秒 sql:select id from sysObjects where id = object_id(N'Base_Trigger') and xtype = 'U' 2025-08-07 17:57:09 执行时长:7.97秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid='liudajun') and Bizflowstate=1 and Bizflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and b.Bizflowinstanceid+b.Bizflowactionid not in (select Bizflowinstanceid+Bizflowactionid from wf_Bizflowinstancedetail WITH(NOLOCK) where operatorid='liudajun' and (Bizflowactionstate=1 and Bizflowactionstate=2)) and RoleFromBizEntity='' order by b.startdate desc 2025-08-07 17:57:09 执行时长:7.42秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:09 执行时长:36.19秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0063' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0063' where (e.roleid in ('12') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0063') and h.id is null order by b.startdate desc 2025-08-07 17:57:10 执行时长:8.32秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:10 执行时长:49.97秒 sql: SELECT DISTINCT 人员信息表.ID as ID FROM GB_Auditor 人员信息表 with(nolock) LEFT JOIN GB_AuditorRegister [注册与保持] ON 人员信息表.AuditorCode = [注册与保持].AuditorCode LEFT JOIN GB_AuditorProfessional [人员专业能力] ON 人员信息表.AuditorCode = [人员专业能力].AuditorCode LEFT JOIN GB_AuditorEducation [教育经历] ON 人员信息表.AuditorCode = [教育经历].AuditorCode LEFT JOIN GB_AuditorTrainning [入职培训] ON 人员信息表.AuditorCode = [入职培训].AuditorCode LEFT JOIN GB_Complaint [审核员投诉记录] ON 人员信息表.AuditorCode = [审核员投诉记录].AuditorCode LEFT JOIN GB_AuditorHis [人员简历] ON 人员信息表.AuditorCode = [人员简历].AuditorCode LEFT JOIN Base_Org [组织机构_组织机构] WITH(NOLOCK) ON 人员信息表.Org = [组织机构_组织机构].OrgID LEFT JOIN Pub_Code [性别_代码表] WITH(NOLOCK) ON 人员信息表.Gender = [性别_代码表].CodeID LEFT JOIN Pub_IDCardClass [证件类型_证件类型] WITH(NOLOCK) ON 人员信息表.IDCardClass = [证件类型_证件类型].ClassCode LEFT JOIN Pub_DutyTitle [职称_职称] WITH(NOLOCK) ON 人员信息表.DutyTitle = [职称_职称].TitleCode LEFT JOIN Pub_Province [所在省份_省份] WITH(NOLOCK) ON 人员信息表.Province = [所在省份_省份].ProvinceCode LEFT JOIN Pub_Code [专兼职_代码表] WITH(NOLOCK) ON 人员信息表.WorkType = [专兼职_代码表].CodeID LEFT JOIN GB_PersonnelAffiliation [人员归属_领域归属] WITH(NOLOCK) ON 人员信息表.PersonnelAffiliation = [人员归属_领域归属].PriceCode LEFT JOIN Pub_Code [聘用状态_代码表] WITH(NOLOCK) ON 人员信息表.StaffStatus = [聘用状态_代码表].CodeID LEFT JOIN Pub_Code [合同类型_代码表] WITH(NOLOCK) ON 人员信息表.ContractType = [合同类型_代码表].CodeID WHERE datediff(day,'2025-08-07',[人员信息表].[ContractEndDate]) < 90 AND [聘用状态_代码表].[CodeName] = '在聘' and ((([注册与保持].[Org] = '25' OR [人员信息表].[IsPublic] =1))) 2025-08-07 17:57:11 执行时长:8.88秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:57:11 执行时长:7.96秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:11 执行时长:8.48秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:12 执行时长:7.58秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:13 执行时长:6.87秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:13 执行时长:12.18秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:57:13 执行时长:7.29秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:14 执行时长:8.7秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:57:14 执行时长:7.61秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:15 执行时长:8.74秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:15 执行时长:8.5秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:16 执行时长:8.68秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:16 执行时长:9.17秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0032' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and h.id is null order by b.startdate desc 2025-08-07 17:57:16 执行时长:14.73秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更' and ( [审核计划].org ='25' or [审核计划].org ='2501' )) 2025-08-07 17:57:16 执行时长:8.3秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:16 执行时长:8.05秒 sql:select a.ID,a.BizEntityID,TriggerName,TriggerTiming,SQLExpression,NeedConfirm, b.Condition,b.CheckRuleExpression,b.Message,b.DataEntityID,a.InUse,a.CloseCard,a.SaveCard from Base_Trigger a left join Base_CheckRules b on a.CheckRuleName=b.id where a.BizEntityID=@beid and TriggerTiming=@TriggerTiming and a.InUse=1 2025-08-07 17:57:17 执行时长:8.25秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0032' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where (e.roleid in ('07','04','05','25') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0032') and h.id is null order by b.startdate desc 2025-08-07 17:57:17 执行时长:41.77秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:18 执行时长:9.22秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) and RoleFromBizEntity='' 2025-08-07 17:57:18 执行时长:9.53秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:19 执行时长:9秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:19 执行时长:9.13秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:20 执行时长:8.81秒 sql:select * from Base_MessageServerPara WITH(NOLOCK) 2025-08-07 17:57:20 执行时长:17.97秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:57:20 执行时长:45.54秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:20 执行时长:9.49秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:57:20 执行时长:9.06秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:20 执行时长:8.82秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:21 执行时长:8.02秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:21 执行时长:7.42秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:57:21 执行时长:12.68秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:21 执行时长:8.86秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:21 执行时长:6.68秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:21 执行时长:5.13秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:21 执行时长:5.13秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:21 执行时长:7.06秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:22 执行时长:7.65秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataentityID=@dataEntityID and a.DataColumnCode=@code 2025-08-07 17:57:22 执行时长:6.84秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:23 执行时长:8.25秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:23 执行时长:7.75秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0032' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0032' 2025-08-07 17:57:25 执行时长:8.95秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:57:25 执行时长:6.73秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:26 执行时长:7秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:26 执行时长:53.4秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:26 执行时长:9.66秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0032' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0032' 2025-08-07 17:57:27 执行时长:6.19秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:57:27 执行时长:6.19秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:28 执行时长:6.99秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:57:28 执行时长:7.42秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:57:29 执行时长:7.24秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:29 执行时长:7.51秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:29 执行时长:5.7秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:29 执行时长:8.62秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:30 执行时长:6.14秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:57:30 执行时长:13.6秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:16' 2025-08-07 17:57:30 执行时长:8.4秒 sql:select distinct orgid from View_OrgUser where p_orgid='25' 2025-08-07 17:57:31 执行时长:6.33秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:57:31 执行时长:6.54秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:32 执行时长:7.06秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:32 执行时长:7.06秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001031028' order by a.displayno,a.id 2025-08-07 17:57:32 执行时长:36.79秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='ISC0063' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0063' where (e.roleid in ('12') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='ISC0063') and h.id is null order by b.startdate desc 2025-08-07 17:57:32 执行时长:11.36秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:33 执行时长:44.33秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=0 2025-08-07 17:57:33 执行时长:7.82秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:33 执行时长:7.23秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:33 执行时长:7.46秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:34 执行时长:7.34秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:57:34 执行时长:7.28秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0032' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0032') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:57:34 执行时长:7.15秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:34 执行时长:7.2秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:35 执行时长:7.14秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:36 执行时长:7.28秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:36 执行时长:11.63秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:37 执行时长:67.98秒 sql:EXEC dbo.P_ShowNew @QueryStr = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[Subject] AS [主题],公告.[Createby] AS [创建者],公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0063'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0063'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''21'') ) ',@PageSize = 10, @PageCurrent = 1, @FdShow = '',@FdOrder = '[创建时间] DESC',@OnlyID = N' SELECT DISTINCT 公告.ID as [~ID~] ,公告.[CreateOn] AS [创建时间] FROM Base_Announce 公告 WITH(NOLOCK) LEFT JOIN Base_AnnounceOrg [可见部门] WITH(NOLOCK) ON 公告.ID = [可见部门].AnnounceID LEFT JOIN Base_AnnounceStaff [可见人员] WITH(NOLOCK) ON 公告.ID = [可见人员].AnnounceID WHERE [公告].[ID] not in (select id from Base_BizEntityStatus where status=''hide'' and userid=''ISC0063'') AND ([公告].[IsPublic] =1 or [可见人员].[UserID] = ''ISC0063'' or exists (select orgid from View_Org where View_Org.p_orgid=[可见部门].org and View_Org.orgid=''21'') ) ' 2025-08-07 17:57:37 执行时长:12.1秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:57:37 执行时长:7.57秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:30' 2025-08-07 17:57:37 执行时长:8.64秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:38 执行时长:8.77秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:38 执行时长:8.77秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:38 执行时长:8.08秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:57:38 执行时长:7.83秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:38 执行时长:9.07秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:38 执行时长:17.71秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:57:39 执行时长:85.59秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode,e.id, e.readonly,visibleInList,visibleInCard,orderColumn,height,width,e.orderno,orderNumber,listWidth,orderoption,pagegroup,sumtocolumn,navigatecolumn,e.ordernoinlist,e.bizdefaultvalue,scancodeinput FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id left join Base_BizColumn e on a.id=e.datacolumnid and bizDataID=@id left join base_bizdata f on a.dataentityid=f.dataentityid where f.id=@id order by e.orderno,a.DisplayNo,a.id 2025-08-07 17:57:39 执行时长:9.09秒 sql:select distinct orgid from View_OrgUser where p_orgid in (select orgid from base_usermanagingorg where datasecurity=1 and userid='ISC1603' ) 2025-08-07 17:57:39 执行时长:7.54秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:40 执行时长:7.26秒 sql:SELECT * FROM Base_ExtendComponent WHERE BizEntityID=@bizEntityID 2025-08-07 17:57:41 执行时长:6.91秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:41 执行时长:7.4秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:57:41 执行时长:7.84秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:41 执行时长:7.33秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:34' 2025-08-07 17:57:41 执行时长:7.33秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:41 执行时长:7.31秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:42 执行时长:10.73秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:42 执行时长:6.21秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:57:42 执行时长:6.11秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:42 执行时长:5.64秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:57:42 执行时长:5.23秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='ISC0032' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='ISC0032' order by a.id desc 2025-08-07 17:57:43 执行时长:6.35秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:43 执行时长:11.02秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='zhonghua') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='zhonghua')) and (a.org='' or a.org='21') 2025-08-07 17:57:43 执行时长:5.65秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:43 执行时长:5.34秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:44 执行时长:5.73秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:44 执行时长:5.73秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:57:45 执行时长:6.51秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:46 执行时长:6.25秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC0032') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC0032')) and (a.org='' or a.org='0001') 2025-08-07 17:57:46 执行时长:6.48秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='004010' 2025-08-07 17:57:46 执行时长:6.83秒 sql:SELECT * FROM Base_querysolution where bizentityid=@bizEntityID and isprivate=0 order by querysolutionid 2025-08-07 17:57:47 执行时长:6.46秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:47 执行时长:5.88秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:47 执行时长:6.53秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:47 执行时长:5.36秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:48 执行时长:9.1秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:48 执行时长:5.69秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:48 执行时长:5.96秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:57:48 执行时长:7.59秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:49 执行时长:7.4秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:57:49 执行时长:7.4秒 sql:select * from base_message WITH(NOLOCK) where userid=@userID and (HaveRead=0 or haveread is null) order by messagedate desc 2025-08-07 17:57:49 执行时长:6.11秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:57:49 执行时长:39.95秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0063' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0063' 2025-08-07 17:57:49 执行时长:7.46秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:50 执行时长:6.86秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:51 执行时长:6.86秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:52 执行时长:10.4秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:41' 2025-08-07 17:57:52 执行时长:6.58秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:57:52 执行时长:6.87秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='004010' 2025-08-07 17:57:53 执行时长:6.33秒 sql:SELECT * FROM Base_querysolution where bizentityid=@bizEntityID and isprivate=1 and userid=@userID 2025-08-07 17:57:53 执行时长:6.29秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:57:53 执行时长:6.3秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:54 执行时长:6.04秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:54 执行时长:6.4秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:54 执行时长:6.5秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:57:54 执行时长:11.02秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:43' 2025-08-07 17:57:54 执行时长:11.68秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:43' 2025-08-07 17:57:55 执行时长:6.42秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:55 执行时长:6.37秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:56 执行时长:12.19秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:44' 2025-08-07 17:57:56 执行时长:11.02秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:45' 2025-08-07 17:57:57 执行时长:13.97秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:43' 2025-08-07 17:57:57 执行时长:8.61秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:57:58 执行时长:8.05秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:57:58 执行时长:7.86秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:57:58 执行时长:5.92秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:57:58 执行时长:6.22秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:57:58 执行时长:5.92秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001031003' order by a.displayno,a.id 2025-08-07 17:57:59 执行时长:6.36秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:57:59 执行时长:15.72秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:58:00 执行时长:6.26秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:00 执行时长:6.69秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:00 执行时长:6.52秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:58:01 执行时长:6.85秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:01 执行时长:11.84秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='ISC0032' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:58:02 执行时长:7.6秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:58:02 执行时长:7.68秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:02 执行时长:11.25秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:51' 2025-08-07 17:58:02 执行时长:7.51秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:58:02 执行时长:14.98秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:47' 2025-08-07 17:58:02 执行时长:9.91秒 sql:SELECT a.*,b.dataentityname,c.dataColumnname FROM Base_BizQuerypara a left join Base_Dataentity b on a.dataentityid=b.id left join Base_DataColumn c on a.dataColumnid=c.id where bizentityid='003006' order by parano 2025-08-07 17:58:02 执行时长:8.2秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:03 执行时长:7.47秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:03 执行时长:8.27秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:03 执行时长:10.49秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:53' 2025-08-07 17:58:04 执行时长:7.68秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:58:04 执行时长:8.25秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:04 执行时长:7.67秒 sql:select id,orgname from base_org where orgid='21' 2025-08-07 17:58:05 执行时长:7.47秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:05 执行时长:7.93秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:58:05 执行时长:7.52秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:06 执行时长:9.74秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:06 执行时长:7.68秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:58:07 执行时长:8.26秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:07 执行时长:49.26秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('01','24','23','25','04','05') 2025-08-07 17:58:07 执行时长:47.04秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('01','24','23','25','04','05') 2025-08-07 17:58:07 执行时长:9.23秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:58:07 执行时长:8.8秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:58:07 执行时长:8.41秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:07 执行时长:8.26秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:58:08 执行时长:9.2秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:08 执行时长:7.66秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:08 执行时长:11.97秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:57:56' 2025-08-07 17:58:08 执行时长:36.23秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='ISC0063' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='ISC0063' 2025-08-07 17:58:09 执行时长:7.84秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:09 执行时长:7.31秒 sql:select TaskName,StartTime,FrequencyType,RunFrequency, RunStoredProcedureName,ExtendMethodName,PartnerApiUrl, PartnerApiMethod,PartnerApiParas from Base_ScheduleTask where IsUse = 1 2025-08-07 17:58:10 执行时长:7.78秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:58:10 执行时长:7.75秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:58:10 执行时长:8.07秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:10 执行时长:7.31秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:10 执行时长:7.31秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:11 执行时长:7.29秒 sql:select id,orgname from base_org where orgid='29' 2025-08-07 17:58:11 执行时长:7.13秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:11 执行时长:8.41秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:11 执行时长:11.54秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:11 执行时长:7.81秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:11 执行时长:8.81秒 sql:SELECT * FROM Base_querysolution where bizentityid=@bizEntityID and isdefault=1 and ((isprivate=1 and userid='ISC0032') or isprivate=0) order by isprivate desc 2025-08-07 17:58:12 执行时长:7.36秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:12 执行时长:6.09秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:12 执行时长:6.09秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:12 执行时长:7.86秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:13 执行时长:7.58秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:13 执行时长:6.69秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:15 执行时长:7.97秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:15 执行时长:8.1秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:58:16 执行时长:8.45秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:16 执行时长:8.46秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:58:16 执行时长:6.57秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:58:16 执行时长:8.51秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE a.username=@username 2025-08-07 17:58:16 执行时长:6.56秒 sql:select * from Base_MessageServerPara WITH(NOLOCK) 2025-08-07 17:58:17 执行时长:6.47秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:17 执行时长:6.89秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:17 执行时长:6.89秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:17 执行时长:6.98秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataentityID=@dataEntityID and a.DataColumnCode=@code 2025-08-07 17:58:17 执行时长:7.05秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:18 执行时长:7.23秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:18 执行时长:7.23秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:58:19 执行时长:12.05秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:07' 2025-08-07 17:58:19 执行时长:8.1秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:21 执行时长:8.51秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:21 执行时长:20.82秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE ([注册与保持].[ConfirmDate1] <> '' AND ([注册与保持].[Confirm1] =0 or [注册与保持].[Confirm1] is null) and [注册与保持].[ConfirmDate1]<'2025-08-07') or ([注册与保持].[ConfirmDate2] <> '' AND ([注册与保持].[Confirm2] =0 or [注册与保持].[Confirm2] is null) and [注册与保持].[ConfirmDate2]<'2025-08-07') and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:58:21 执行时长:8.92秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:21 执行时长:7.91秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:58:22 执行时长:9.41秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:22 执行时长:16.09秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE ([注册与保持].[ConfirmDate1] <> '' AND ([注册与保持].[Confirm1] =0 or [注册与保持].[Confirm1] is null) and [注册与保持].[ConfirmDate1]<'2025-08-07') or ([注册与保持].[ConfirmDate2] <> '' AND ([注册与保持].[Confirm2] =0 or [注册与保持].[Confirm2] is null) and [注册与保持].[ConfirmDate2]<'2025-08-07') and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:58:22 执行时长:6.46秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:58:22 执行时长:6.91秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:58:23 执行时长:7.06秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:58:23 执行时长:7.59秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:58:23 执行时长:50.44秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('01','24','23','25','04','05') 2025-08-07 17:58:24 执行时长:8.18秒 sql:SELECT top 100 * FROM MSG_MessageSend with(nolock) where MessageType =0 and 1=1 and PlanSendDate<=@endDate 2025-08-07 17:58:25 执行时长:8.55秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:58:25 执行时长:13.12秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:11' 2025-08-07 17:58:25 执行时长:13.39秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:12' 2025-08-07 17:58:25 执行时长:17.09秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:25 执行时长:8.54秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:58:25 执行时长:17.63秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:08' 2025-08-07 17:58:26 执行时长:8.35秒 sql:select distinct orgid from View_OrgUser where p_orgid='25' 2025-08-07 17:58:26 执行时长:8.27秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:58:27 执行时长:7.58秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:58:27 执行时长:54.91秒 sql:select distinct a.Bizflowid,Bizflowname,messagedesc,a.bizentityid,a.id as Bizflowinstanceid,b.id as Bizflowinstancedetailid,a.rowid,b.Bizflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,BizflowMessage, d.RoleFromBizEntity,d.RoleFromColumn,d.RoleFromCondition ,h.status from wf_Bizflowinstance a WITH(NOLOCK) left join wf_Bizflowinstancedetail b WITH(NOLOCK) on a.id=b.Bizflowinstanceid inner join wf_Bizflow c on a.Bizflowid=c.id inner join wf_Bizflowaction d on b.Bizflowactionid=d.id left join wf_Bizflowactionrole e on d.id=e.Bizflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='BFID' and h.userid='liudajun' where Bizflowstate=1 and Bizflowactionstate=0 and RoleFromBizEntity<>'' and roleFormIsUser=1 and e.roleid in ('01','24','23','25','04','05') 2025-08-07 17:58:27 执行时长:6.93秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:58:28 执行时长:6.93秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:58:28 执行时长:6.56秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:58:28 执行时长:6.45秒 sql:select * from base_syspara order by paragroup 2025-08-07 17:58:28 执行时长:5.87秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:28 执行时长:5.82秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:58:28 执行时长:11.12秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:17' 2025-08-07 17:58:28 执行时长:11.12秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:17' 2025-08-07 17:58:28 执行时长:10.06秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:18' 2025-08-07 17:58:29 执行时长:7.17秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove, relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,dataentitycode, notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull, displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.bizdataname FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where bizEntityID=@bizEntityID and isprimary=1 2025-08-07 17:58:29 执行时长:39.81秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0063' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0063') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:58:29 执行时长:5.98秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:58:29 执行时长:6.7秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE datediff(day,'2025-08-07',[注册与保持].[EndDate]) < 90 AND [注册与保持].[IsEffective] = '27' and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:58:30 执行时长:12.99秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:17' 2025-08-07 17:58:30 执行时长:11.64秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:19' 2025-08-07 17:58:31 执行时长:5.66秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:32 执行时长:5.99秒 sql:select distinct orgid from View_OrgUser where p_orgid in (select orgid from base_usermanagingorg where datasecurity=1 and userid='ISC1603' ) 2025-08-07 17:58:32 执行时长:10.68秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:21' 2025-08-07 17:58:32 执行时长:5.35秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:34 执行时长:5.47秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:28' 2025-08-07 17:58:34 执行时长:5.67秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:34 执行时长:9.53秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:25' 2025-08-07 17:58:35 执行时长:5.45秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:29' 2025-08-07 17:58:35 执行时长:5.7秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='001031028' order by a.displayno,a.id 2025-08-07 17:58:35 执行时长:10.3秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:25' 2025-08-07 17:58:36 执行时长:6.11秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:36 执行时长:5.45秒 sql:select id,orgname from base_org where orgid='21' 2025-08-07 17:58:36 执行时长:5.23秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:37 执行时长:5.61秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:38 执行时长:9.63秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:28' 2025-08-07 17:58:38 执行时长:5.23秒 sql:select id,orgname from base_org where orgid='21' 2025-08-07 17:58:38 执行时长:5.35秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:38 执行时长:5.65秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID like @id+'%' and len(ID)=len(@id)+3 order by id 2025-08-07 17:58:39 执行时长:10.19秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:58:39 执行时长:11.36秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:58:39 执行时长:6.49秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:58:40 执行时长:5.14秒 sql:select * from base_message WITH(NOLOCK) where userid=@userID and (HaveRead=0 or haveread is null) order by messagedate desc 2025-08-07 17:58:41 执行时长:5.35秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:41 执行时长:5.76秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:58:42 执行时长:5.9秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:58:42 执行时长:6.09秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003002' 2025-08-07 17:58:43 执行时长:34.97秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='ISC0063' where workflowstate=1 and workflowactionstate=0 and operatorid in ('ISC0063') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:58:44 执行时长:5.63秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:44 执行时长:6.7秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:44 执行时长:6.53秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:58:44 执行时长:37.49秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='liudajun' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and h.id is null order by b.startdate desc 2025-08-07 17:58:45 执行时长:10.96秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:34' 2025-08-07 17:58:45 执行时长:13.78秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:45 执行时长:6.19秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:58:46 执行时长:7.04秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:58:46 执行时长:5.95秒 sql:SELECT distinct b.id,a.sysfunctionid,AllowWrite,allowread FROM Base_sysfunction a left join Base_RolesysRight b on a.sysfunctionid=b.sysfunctionid and roleid=@roleID 2025-08-07 17:58:46 执行时长:5.88秒 sql:select filterexp from Base_BizEntity where id=@bizEntityID 2025-08-07 17:58:47 执行时长:9.84秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:37' 2025-08-07 17:58:47 执行时长:5.9秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:58:48 执行时长:14.79秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:48 执行时长:5.01秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.bizentityid=@bizEntityID order by a.orderno,a.id 2025-08-07 17:58:48 执行时长:5.95秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:58:48 执行时长:5.04秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:43' 2025-08-07 17:58:49 执行时长:15.3秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:51 执行时长:9.53秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:41' 2025-08-07 17:58:51 执行时长:17.37秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:52 执行时长:16.2秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:52 执行时长:14.36秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:58:53 执行时长:8.41秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:44' 2025-08-07 17:58:53 执行时长:8.33秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:45' 2025-08-07 17:58:53 执行时长:7.27秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='004003' 2025-08-07 17:58:54 执行时长:7.27秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:58:54 执行时长:7.74秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:46' 2025-08-07 17:58:54 执行时长:13.08秒 sql:select distinct a.id as id,alertname,condition,a.bizentityid as bizentityid,a.message from base_bizalert a left join base_roleright b on a.bizentityid=b.bizentityid left join base_userrole c on b.roleid=c.roleid where c.userid='ISC0063' and (allowread=1 or allowadd=1 or allowedit=1 or allowdelete=1) 2025-08-07 17:58:54 执行时长:6.85秒 sql:SELECT ID,BizEntityCode,BizEntityName,IsBottom,BizClass,EntityClass,SystemEntity,CardIsMax,filterexp,OnlyOwnerChange,OnlyOwnerDelete,CalendarView, CalendarBeginDate,CalendarEndDate,CalendarItem,CalendarColor,GraphType,LengendPos,ClassFont,ClassColumns,DataColumns,GraphRowCount,Copies, DirectToPrinter,Remark,filter,IgnoreSecurity,ListWithSubData,LengendFont,DisplayOnMobile,CustomDataSource FROM Base_BizEntity WHERE ID=@id 2025-08-07 17:58:55 执行时长:11.21秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:44' 2025-08-07 17:58:55 执行时长:11.08秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:44' 2025-08-07 17:58:56 执行时长:7.62秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:58:58 执行时长:7.72秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:51' 2025-08-07 17:59:00 执行时长:11.89秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='ISC0063' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='ISC0063' order by a.id desc 2025-08-07 17:59:01 执行时长:8.69秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:53' 2025-08-07 17:59:02 执行时长:38.52秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='liudajun' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and h.id is null order by b.startdate desc 2025-08-07 17:59:02 执行时长:8.69秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:59:03 执行时长:7.08秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:58:56' 2025-08-07 17:59:03 执行时长:5.4秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataentityID=@dataEntityID and a.DataColumnCode=@code 2025-08-07 17:59:04 执行时长:5.36秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:59:04 执行时长:11.17秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:04 执行时长:5.37秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:59:04 执行时长:6.86秒 sql:INSERT INTO Base_Log(id,username,logdate,modulename,operatetype,remark,ipaddress) values ('a646a952b15e8bcd', @userName,@logDate,@moduleName,@OperateType,@remark,@ip ) 2025-08-07 17:59:05 执行时长:5.79秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:59:05 执行时长:49.89秒 sql: SELECT DISTINCT 证书信息查询.ID as ID FROM GB_CertiView 证书信息查询 with(nolock) LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 证书信息查询.CorpID = [组织名称_组织信息].CorpID LEFT JOIN Pub_CertificateStatus [证书状态_证书状态] WITH(NOLOCK) ON 证书信息查询.CertifacateStatus = [证书状态_证书状态].StatusCode LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 证书信息查询.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 证书信息查询.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 证书信息查询.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_City [城市_城市表] WITH(NOLOCK) ON 证书信息查询.City = [城市_城市表].CityCode LEFT JOIN Pub_Area [所在地区_所在地区] WITH(NOLOCK) ON 证书信息查询.Area = [所在地区_所在地区].AreaCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 证书信息查询.RiskLevel = [风险等级_代码表].CodeID WHERE [证书状态_证书状态].[StatusName] = '有效' AND datediff(day,'2025-08-07',[证书信息查询].[RegiToDate]) < 60 and ([证书状态_证书状态].[StatusName] in ('有效','暂停') and ( [证书信息查询].org ='25' or [证书信息查询].org ='2501' )) 2025-08-07 17:59:05 执行时长:8.09秒 sql:SELECT * FROM Base_DataEntity WHERE ID=@id 2025-08-07 17:59:08 执行时长:7.23秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:00' 2025-08-07 17:59:08 执行时长:6.07秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:02' 2025-08-07 17:59:09 执行时长:6.07秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:03' 2025-08-07 17:59:09 执行时长:41.66秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,b.accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity,a.createby ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id left join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join wf_workflowinstancedetail h on b.workflowinstanceid=h.workflowinstanceid and b.workflowactionid=h.workflowactionid and h.operatorid='liudajun' and (h.workflowactionstate=1 or h.workflowactionstate=2) left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where (e.roleid in ('01','24','23','25','04','05') or b.operatorid<>'') and workflowstate=1 and b.workflowactionstate=0 and (b.operatorid is null or b.operatorid='' or b.operatorid='liudajun') and h.id is null order by b.startdate desc 2025-08-07 17:59:09 执行时长:5.1秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:04' 2025-08-07 17:59:09 执行时长:24.89秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='liudajun' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='liudajun' 2025-08-07 17:59:10 执行时长:5.08秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:04' 2025-08-07 17:59:11 执行时长:9.27秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:11 执行时长:6.19秒 sql:SELECT DISTINCT FirstPageNo AS 序号,BizEntityName AS 业务实体,BizEntityID AS 实体编码,BizClass,GraphType FROM Base_FirstPage a LEFT JOIN Base_BizEntity b ON a.BizEntity = b.ID WHERE IsPrivate = 0 OR a.Createby = '罗玄天' order by FirstPageNo 2025-08-07 17:59:11 执行时长:9.2秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:59:12 执行时长:6.68秒 sql: SELECT DISTINCT 审核计划.ID as ID FROM GB_ProjectPlan 审核计划 with(nolock) LEFT JOIN GB_ProjectPlanTeam [审核组组成] ON 审核计划.TaskNo = [审核组组成].TaskNo LEFT JOIN GB_ProjectPlanCombine [计划结合安排] ON 审核计划.TaskNo = [计划结合安排].TaskNo LEFT JOIN GB_AuditorContactRecord [审核员联系记录] ON 审核计划.TaskNo = [审核员联系记录].TaskNo LEFT JOIN Pub_PlanStatus [计划状态_计划状态] WITH(NOLOCK) ON 审核计划.PlanStatus = [计划状态_计划状态].StatusCode LEFT JOIN GB_CertiApply [申请单号_认证申请] WITH(NOLOCK) ON 审核计划.ApplyNo = [申请单号_认证申请].ApplyNo LEFT JOIN GB_CertificationProject [项目编号_认证项目] WITH(NOLOCK) ON 审核计划.ProjectNo = [项目编号_认证项目].ProjectNo LEFT JOIN GB_Corp [组织名称_组织信息] WITH(NOLOCK) ON 审核计划.Corp = [组织名称_组织信息].CorpID LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 审核计划.Org = [合同来源_合同来源].Org LEFT JOIN Pub_Province [省份_省份] WITH(NOLOCK) ON 审核计划.Province = [省份_省份].ProvinceCode LEFT JOIN Pub_Recog [认可标志_认可标志] WITH(NOLOCK) ON 审核计划.RecognitionMark = [认可标志_认可标志].RecogCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 审核计划.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 审核计划.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_ApproveType [审核类型_审核类型] WITH(NOLOCK) ON 审核计划.ApproveType = [审核类型_审核类型].TypeCode LEFT JOIN Pub_ApproveClass [审核类别_审核类别] WITH(NOLOCK) ON 审核计划.ApproveClass = [审核类别_审核类别].ClassCode LEFT JOIN Pub_Code [风险等级_代码表] WITH(NOLOCK) ON 审核计划.RiskLevel = [风险等级_代码表].CodeID LEFT JOIN Pub_ApproveMode [审核方式_审核方式] WITH(NOLOCK) ON 审核计划.AuditForm = [审核方式_审核方式].ApproveModeCode LEFT JOIN Base_UserV [阅卷人员_登录用户] WITH(NOLOCK) ON 审核计划.ReviewBy = [阅卷人员_登录用户].UserID LEFT JOIN Base_UserV [评定人员_登录用户] WITH(NOLOCK) ON 审核计划.DecideBy = [评定人员_登录用户].UserID LEFT JOIN Pub_Level [项目分级_案卷质量] WITH(NOLOCK) ON 审核计划.ProjectClassification = [项目分级_案卷质量].LevelCode LEFT JOIN Pub_Level [组长分级_案卷质量] WITH(NOLOCK) ON 审核计划.GroupLeaderGrading = [组长分级_案卷质量].LevelCode LEFT JOIN Pub_Level [案卷质量_案卷质量] WITH(NOLOCK) ON 审核计划.QualityOfCaseFiles = [案卷质量_案卷质量].LevelCode LEFT JOIN Pub_AssessStatus [评定状态_评定状态] WITH(NOLOCK) ON 审核计划.AssessStatus = [评定状态_评定状态].StatusCode LEFT JOIN Pub_DecideResult [批准结论_批准结论] WITH(NOLOCK) ON 审核计划.DecideResult = [批准结论_批准结论].ResultCode LEFT JOIN Pub_ContactResult [联系结果_联系结果] WITH(NOLOCK) ON 审核计划.ContactResults = [联系结果_联系结果].ResultCode LEFT JOIN Base_UserV [合同申请接收人_登录用户] WITH(NOLOCK) ON 审核计划.Receiver = [合同申请接收人_登录用户].UserID LEFT JOIN GB_TrackingResults [跟踪结果_跟踪结果] WITH(NOLOCK) ON 审核计划.TrackingResults = [跟踪结果_跟踪结果].StatusCode WHERE [审核计划].[PlanStatus]='03' and ([审核计划].[PlanStatus] > '02' AND [审核类型_审核类型].[TypeName] <> '变更') 2025-08-07 17:59:15 执行时长:6.05秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:09' 2025-08-07 17:59:15 执行时长:6.2秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.fromuserid=b.userid where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:09' 2025-08-07 17:59:17 执行时长:7.99秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='liudajun' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='liudajun' 2025-08-07 17:59:18 执行时长:9.53秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:20 执行时长:6.16秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:14' 2025-08-07 17:59:20 执行时长:8.29秒 sql:select a.userid,a.roleid,a.org,a.bizentityid,a.id,a.reltype,a.condition,b.username,orgname,rolename from Base_BizEntityFilter a left join base_user b on a.userid=b.userid left join base_role c on a.roleid=c.roleid left join base_org d on a.org=d.orgid where bizentityid=@BizEntityID and (a.userid='' or a.userid='ISC1603') and (a.roleid='' or a.roleid in (select roleid from base_userrole where userid='ISC1603')) and (a.org='' or a.org='25') 2025-08-07 17:59:25 执行时长:5.45秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:59:26 执行时长:10.48秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:27 执行时长:10.69秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:27 执行时长:7.58秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='020008' 2025-08-07 17:59:30 执行时长:27.65秒 sql:select d.username from base_user a left join base_usermanagingorg c on a.userid=c.userid left join View_OrgUser d on c.orgid=d.p_orgid where a.userid='liudajun' and c.floworgsecurity=1 union select d.username from base_user a left join View_OrgUser d on a.orgid=d.p_orgid where a.userid='liudajun' 2025-08-07 17:59:32 执行时长:6.25秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:26' 2025-08-07 17:59:33 执行时长:23.96秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where workflowstate=1 and workflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:59:33 执行时长:5.84秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='020001' order by a.displayno,a.id 2025-08-07 17:59:39 执行时长:22.76秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where workflowstate=1 and workflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null) 2025-08-07 17:59:43 执行时长:7.08秒 sql:SELECT DataColumnCode FROM Base_DataColumn where id=@id 2025-08-07 17:59:44 执行时长:6.65秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:38' 2025-08-07 17:59:45 执行时长:8.47秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:59:46 执行时长:9.85秒 sql:select a.id as datacolumnid ,a.dataentityid as dataentityid, d.bizentityid as bizentityid,allowread,allowwrite,datacolumnname,c.id as bizcolumnid from base_datacolumn a left join base_bizcolumn c on a.id=c.datacolumnid left join base_bizdata d on c.bizdataid=d.id left join base_roledataright e on a.dataentityid=e.dataentityid and a.id=e.columnid and d.bizentityid=e.bizentityid and roleid=@roleID where useright=1 order by d.bizentityid,a.dataentityid 2025-08-07 17:59:46 执行时长:8.66秒 sql:select distinct grade,a.id as officeflowid,b.id as officeflowinstancedetailid,b.officeflowactionid,actionname,accredituser,f.username as accreditusername ,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,a.createby,a.createon,title,a.content ,h.status from wf_officeflow a inner join wf_officeflowdetail b on a.id=b.officeflowid left join wf_officeflowaction d on b.officeflowactionid=d.id left join base_user f on b.accredituser=f.userid left join Base_BizEntityStatus h on b.ID=h.id and h.BizEntityID='OFID' and h.userid='liudajun' where (officeflowstate=2 or officeflowstate=3) and officeflowactionstate=0 and OperatorID='liudajun' order by a.id desc 2025-08-07 17:59:46 执行时长:8.78秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:59:46 执行时长:10.46秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:36' 2025-08-07 17:59:46 执行时长:7.01秒 sql:SELECT fromuserid FROM base_roleaccredit where touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:39' 2025-08-07 17:59:47 执行时长:7.01秒 sql:SELECT a.*,b.dataentitycode,b.dataentityname,c.datacolumncode as rscolumncode,d.datacolumncode as rsdisplaycolumncode FROM Base_DataColumn a left join base_dataentity b on a.rsentity=b.id left join base_datacolumn c on a.rscolumn=c.id left join base_datacolumn d on a.rsdisplaycolumn=d.id WHERE a.dataEntityID='008001' order by a.displayno,a.id 2025-08-07 17:59:50 执行时长:5.17秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2025-08-07 17:59:51 执行时长:10.02秒 sql:select distinct orgid from View_OrgUser where p_orgid in (select orgid from base_usermanagingorg where datasecurity=1 and userid='ISC0063' ) 2025-08-07 17:59:51 执行时长:5.6秒 sql:SELECT a.id,bizentityid,a.dataentityid,isprimary,isapprove,relatedcolumnid,relatedmaincolumnid,dataentityname,a.readonly,b.dataentitycode,notneedsecurity,a.orderno,cardinput,batchupdate,pagesize,a.refbizentityid,a.notallownull,displayinlist,NotCascadeDelete,rowfilter,NotAllowAdd,NotAllowDelete,a.BizDataName FROM Base_BizData a left join Base_DataEntity b on a.dataentityid=b.id where a.id=@id 2025-08-07 17:59:51 执行时长:5.2秒 sql:select id,orgname from base_org where orgid='0001' 2025-08-07 17:59:54 执行时长:8.15秒 sql:select userid,username from base_roleaccredit a left join base_user b on a.touserid=b.userid where fromuserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:46' 2025-08-07 17:59:54 执行时长:6.1秒 sql:SELECT distinct b.id,a.id as BizEntityID,AllowAdd,allowread,orgsecurity,rolesecurity,usersecurity,allowdelete,allowedit,allowapprove,uidesign,allowoutput,updateFromExcel,importfromexcel,outputtoexcel FROM Base_bizentity a left join Base_RoleRight b on a.id=b.bizentityid and roleid=@roleID where a.id not like '000%' or a.id in ('000004','000010') order by a.id 2025-08-07 17:59:55 执行时长:8.59秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:59:57 执行时长:11.94秒 sql: SELECT DISTINCT 注册与保持.ID as ID FROM GB_AuditorRegister 注册与保持 with(nolock) LEFT JOIN GB_Auditor [人员编号_人员信息表] WITH(NOLOCK) ON 注册与保持.AuditorCode = [人员编号_人员信息表].AuditorCode LEFT JOIN Base_OrgV [合同来源_合同来源] WITH(NOLOCK) ON 注册与保持.Org = [合同来源_合同来源].Org LEFT JOIN Pub_QCType [注册级别_人员资质类型] WITH(NOLOCK) ON 注册与保持.TechLevel = [注册级别_人员资质类型].QCCode LEFT JOIN Pub_CertiType [标准代码_认证标准] WITH(NOLOCK) ON 注册与保持.StandardCode = [标准代码_认证标准].ID LEFT JOIN Pub_CertiField [认证领域_认证领域] WITH(NOLOCK) ON 注册与保持.FieldCode = [认证领域_认证领域].FieldCode LEFT JOIN Pub_Code [是否有效_代码表] WITH(NOLOCK) ON 注册与保持.IsEffective = [是否有效_代码表].CodeID LEFT JOIN Pub_Code [是否见证_代码表] WITH(NOLOCK) ON 注册与保持.IsWitness = [是否见证_代码表].CodeID WHERE ([注册与保持].[ConfirmDate1] <> '' AND ([注册与保持].[Confirm1] =0 or [注册与保持].[Confirm1] is null) and [注册与保持].[ConfirmDate1]<'2025-08-07') or ([注册与保持].[ConfirmDate2] <> '' AND ([注册与保持].[Confirm2] =0 or [注册与保持].[Confirm2] is null) and [注册与保持].[ConfirmDate2]<'2025-08-07') and ((([人员编号_人员信息表].[IsPublic] =1))) 2025-08-07 17:59:57 执行时长:7.33秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a left join Base_UserRole b on a.roleid=b.roleid where userid=@userID 2025-08-07 17:59:58 执行时长:10.05秒 sql:SELECT a.id,rolename,a.roleid FROM Base_Role a ,Base_UserRole b ,base_roleaccredit c where a.roleid=b.roleid and b.userid=c.fromuserid and touserid=@userID and isactivity=1 and startdate<='2025-08-07 17:59:48' 2025-08-07 17:59:59 执行时长:7.93秒 sql:select d.DataColumnCode,d.DataColumnName,c.DataEntityCode,c.DataEntityName,IsPrimary,RsEntity,RsMultiSelect,b.BizDataName from Base_BizColumn a left join Base_BizData b on a.BizDataID=b.ID left join Base_DataEntity c on b.DataEntityID=c.ID left join Base_DataColumn d on a.DataColumnID=d.ID where BizEntityID='003006' 2025-08-07 17:59:59 执行时长:29.34秒 sql:select distinct a.workflowid,workflowname,messagedesc,a.bizentityid,a.id as workflowinstanceid,b.id as workflowinstancedetailid,rowid,b.workflowactionid,actionname,accredituser,f.username as accreditusername ,g.orgsecurity,e.roleid,b.deliverby,b.operatorid,b.StartDate,b.TimeLimitMessageSent,WorkflowMessage,d.orgsecurity as ActionOrgSecurity ,j.status from wf_workflowinstance a left join wf_workflowinstancedetail b on a.id=b.workflowinstanceid inner join wf_workflow c on a.workflowid=c.id inner join wf_workflowaction d on b.workflowactionid=d.id left join wf_workflowactionrole e on d.id=e.workflowactionid left join base_user f on b.accredituser=f.userid left join base_roleright g on a.bizentityid=g.bizentityid and e.roleid=g.roleid left join Base_BizEntityStatus j on b.ID=j.id and j.BizEntityID='WFID' and j.userid='liudajun' where workflowstate=1 and workflowactionstate=0 and operatorid in ('liudajun') and (deliverby<>'' or deliverby is not null)