-
【泛微OA】常用的门户图表元素sql
1、流程操作次数(条形图) oracle:select * from (select (select lastname from hrmresource where id =userid),count(*) as 流程操作人次数 from workf……
辣椒小鱼 2020-07-15
1.2K+ 0 1 -
【泛微OA】可删除日志路径
ecology日志目录: weaver/ecology\log weaver/ecology\WEB-INF\securitylog\systemRunInfo weaver/ecology/filesystem/downloadBatchTemp weaver/ecology/fi……
辣椒小鱼 2020-07-15
2.5K+ 0 0 -
Ecology9在Windows server2016环境启动服务1053报错失败的解决办法
RT,Ecology9安装在虚拟机中的Windows server2016环境启动服务1053报错,究其原因是.NET Framework 3.5没有安装。 Windows Server 2016离线安装.NET Frame……
辣椒小鱼 2020-06-13
562 0 0 -
【泛微E9】怎样删除一条意见
select * from workflow_requestlog where requestid=85710 delete from workflow_requestlog where requestid=85710 and nodeid=1864
辣椒小鱼 2020-06-12
1K+ 0 0 -
泛微E9 选择框对应数据库表 查询
流程 独立选择框对应数据库表:workflow_SelectItem select * from workflow_SelectItem where fieldid=8815 order by selectvalue 公共选……
辣椒小鱼 2020-06-12
3.7K+ 0 1
来看看到底是怎么回事
评论于 Ecology9.00.2303.03初始化数据库报错解决