帖子
帖子
用户
博客
课程
显示全部楼层
7
帖子
1
勋章
57
Y币

UI模板按钮不展示

[复制链接]
发表于 2024-4-17 09:58:24


本帖子中包含更多资源,您需要 登录 才可以下载或查看,没有帐号?立即注册

X
268
帖子
3
勋章
903
Y币
什么意思呢?
7
帖子
1
勋章
57
Y币
YonJiao · 2024-4-17 10:00什么意思呢?

组织的按钮不展示出来,数据库里面有数据,页面也做了授权,也没有业务规则干扰
268
帖子
3
勋章
903
Y币
BIP小哪吒 · 2024-4-17 10:03组织的按钮不展示出来,数据库里面有数据,页面也做了授权,也没有业务规则干扰

私有云问题?分配了按钮权限,没生效?
7
帖子
1
勋章
57
Y币
问题已经解决了,处理方式是,删除UI模板,重新启用0租户模板
UI模板上的按钮做了调整后,好像是会有问题,无法修复,UI模板删除语法
delete from iuap_apdoc_basedoc.billentity_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.billtemplate_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.billtplgroup_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.billitem_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.bill_command where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.bill_toolbar where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.bill_toolbaritem where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
delete from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list');

select * from iuap_apdoc_basedoc.billentity_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.billtemplate_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.billtplgroup_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.billitem_base where ytenant_id = '' and iBillId in (select id from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.bill_command where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.bill_toolbar where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.bill_toolbaritem where ytenant_id = '' and billnumber in (select cBillNo from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list'));
select * from iuap_apdoc_basedoc.bill_base where ytenant_id = '' and cBillNo in ('hrbd_org_admin_list');
您需要登录后才可以回帖 登录

本版积分规则