nc65 当前登陆用户没有可用的查询模板!

问题原因:通过跟源码发现在执行默认模板查询的时候执行Sql脚本为 (条件为当前集团,功能节点编码以及模板类型和节点标识符)
select * from pub_systemplate where   pk_corp='00011A100000000004X3' and upper(funnode)= upper('10100117') and tempstyle=1 and nvl(nodekey,'~')='~'
 

通过和数据库中数据比对发现nodekey数据库中值为bt,这可能在设置   【功能节点默认模板设置】中加了 节点标识,导致无法查出数据
nc65 当前登陆用户没有可用的查询模板!

解决方法:将nodekey这个字段的值置位空

nc65 当前登陆用户没有可用的查询模板!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-15
  • 2021-12-05
  • 2021-10-21
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2021-12-08
  • 2021-08-26
  • 2022-12-23
  • 2021-06-25
  • 2022-01-07
相关资源
相似解决方案