5bc6fa2cf84962f0f488af4547f2633d1cfcd2f2
\345\270\270\350\247\201\351\227\256\351\242\230.md
... | ... | @@ -587,16 +587,16 @@ |
587 | 587 | 如何删除新版作用域相关的表数据 |
588 | 588 | </td> |
589 | 589 | <td style="width:50%"> |
590 | - -- 1.先执行 |
|
591 | - delete from tenant_action_rule where id in (select action_scope_id from tenant_action_scope_dimension) |
|
592 | - -- 2.再执行 |
|
593 | - delete from tenant_action_scope where id in (select action_scope_id from tenant_action_scope_dimension) |
|
594 | - -- 3.清空下面表格 |
|
595 | - tenant_action_dimension |
|
596 | - tenant_action_scope_dimension |
|
597 | - tenant_user_group_instance |
|
598 | - tenant_user_instance |
|
599 | - --4. 服务重启 |
|
590 | + -- 1.先执行<br> |
|
591 | + delete from tenant_action_rule where id in (select action_scope_id from tenant_action_scope_dimension)<br> |
|
592 | + -- 2.再执行<br> |
|
593 | + delete from tenant_action_scope where id in (select action_scope_id from tenant_action_scope_dimension)<br> |
|
594 | + -- 3.清空下面表格<br> |
|
595 | + tenant_action_dimension<br> |
|
596 | + tenant_action_scope_dimension<br> |
|
597 | + tenant_user_group_instance<br> |
|
598 | + tenant_user_instance<br> |
|
599 | + --4. 服务重启<br> |
|
600 | 600 | </td> |
601 | 601 | </tr> |
602 | 602 | <tr> |
... | ... | @@ -608,4 +608,14 @@ |
608 | 608 | @Property(columnName = "sign_content", dataType = DataType.TEXT, length = Integer.MAX_VALUE, displayName = "标记内容") |
609 | 609 | </td> |
610 | 610 | </tr> |
611 | + <tr> |
|
612 | + <td style="width:15%">66</td> |
|
613 | + <td style="width:35%"> |
|
614 | + 基本路由信息选择app名称或模型的下拉框为空 |
|
615 | + </td> |
|
616 | + <td style="width:50%"> |
|
617 | + 1.首先查看有没有安装接口app的前端扩展包,需要在应用市场安装;<br> |
|
618 | + 2.如果已经安装,检查对应的app是否被授权<br> |
|
619 | + </td> |
|
620 | + </tr> |
|
611 | 621 | </table> |
... | ... | \ No newline at end of file |