解决方案:
1:执行sql脚本insert into ly_xtgl_js_cd (jsbh,cdbh)
select jsbh,'ly-iacp_organization_roleMgt_role' from ly_xtgl_js_cd t1
where cdbh ='ly-iacp_organization_roleMgt'
and not exists(select 1 from ly_xtgl_js_cd t2 where t1.jsbh = t2.jsbh and t2.cdbh='ly-iacp_organization_roleMgt_role');
commit;