Commit 2c8910e2 by 何博文

何博文-个人空间-创客二期V2.1 更新权限DML

parent f20bcc7c
-- created 260723 -- created 260723
...@@ -49,6 +49,7 @@ INSERT INTO uniplat_roledataright (role_id, domain, model, datasource, expr, per ...@@ -49,6 +49,7 @@ INSERT INTO uniplat_roledataright (role_id, domain, model, datasource, expr, per
INSERT INTO uniplat_roledataright (role_id, domain, model, datasource, expr, permit_all) VALUES INSERT INTO uniplat_roledataright (role_id, domain, model, datasource, expr, permit_all) VALUES
(@ckqx, 'hro_spview', 'partner_users', '*', '{%contactor_uniplat_uid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'), (@ckqx, 'hro_spview', 'partner_users', '*', '{%contactor_uniplat_uid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'),
(@ckqx, 'hro_spview', 'partner_opportunity', '*', '{%contactor_uid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'), (@ckqx, 'hro_spview', 'partner_opportunity', '*', '{%contactor_uid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'),
(@ckqx, 'hro_spview', 'Partners_Deal_Settlement', '*', '{%RoleUid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'); (@ckqx, 'hro_spview', 'partner_introducer_reward', '*', '{%introducer_uid%} in ({{host.invokeModelFunc(''partner_opportunity'',''getPartnerViewTeamUids'')}})', b'0'),
(@ckqx, 'hro_spview', 'Partners_Deal_Settlement', '*', '{%XBOrderId%} in ({{host.invokeModelFunc(''Partners_Deal_Settlement'',''getTeamContactorOrderIds'')}})', b'0');
-- 商机/佣金列表显示产品名/分类需产品表放行 -- 商机/佣金列表显示产品名/分类需产品表放行
-- (@ckqx, 'hro_spview', 'partner_product', '*', NULL, b'1'); -- (@ckqx, 'hro_spview', 'partner_product', '*', NULL, b'1');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment