2026-03-20 06:24:56 执行时长:12.54秒 sql:select corpname,StatusName,d.StandardName,d.CertiName, b.RegisterAddress,a.RegiToDate,a.CertiRange from GB_ProjectPlanCerti a left join gb_corp b on a.corpid = b.corpid left join Pub_CertificateStatus c on a.CertifacateStatus = c.StatusCode left join Pub_CertiType d on a.StandardCode = d.id where CertiNo = '19726Q00139R001' order by a.RegiToDate desc 2026-03-20 06:53:22 执行时长:14.99秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2026-03-20 06:53:37 执行时长:17.25秒 sql:select * from base_syspara order by paragroup 2026-03-20 06:59:29 执行时长:19.28秒 sql:SELECT * FROM base_user a left join base_org b on a.orgid=b.orgid WHERE userid=@id 2026-03-20 06:59:40 执行时长:12.02秒 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