提交 57561179 编写于 作者: ibizdev's avatar ibizdev

zhouweidong 发布系统代码 [ibiz-uaa,UAA鉴权]

上级 b5ebb017
......@@ -27,6 +27,13 @@ import cn.ibizlab.core.uaa.domain.SysRole;
@Data
public class SysRoleSearchContext extends QueryWrapperContext<SysRole> {
private String n_sys_roleid_notin;//[角色标识]
public void setN_sys_roleid_notin(String n_sys_roleid_notin) {
this.n_sys_roleid_notin = n_sys_roleid_notin;
if(!ObjectUtils.isEmpty(this.n_sys_roleid_notin)){
this.getSearchCond().notIn("sys_roleid",this.n_sys_roleid_notin.split(";"));
}
}
private String n_sys_rolename_isnotnull;//[角色名称]
public void setN_sys_rolename_isnotnull(String n_sys_rolename_isnotnull) {
this.n_sys_rolename_isnotnull = n_sys_rolename_isnotnull;
......
......@@ -106,7 +106,7 @@
<!--输出实体[SYS_ROLE]数据结构 -->
<changeSet author="root" id="tab-sys_role-26-5">
<changeSet author="root" id="tab-sys_role-31-5">
<createTable tableName="IBZROLE">
<column name="SYS_ROLEID" remarks="" type="VARCHAR(100)">
<constraints primaryKey="true" primaryKeyName="PK_SYS_ROLE_SYS_ROLEID"/>
......@@ -189,7 +189,7 @@
<!--输出实体[SYS_PSSYSTEM]外键关系 -->
<!--输出实体[SYS_PERMISSION]外键关系 -->
<!--输出实体[SYS_ROLE]外键关系 -->
<changeSet author="root" id="fk-sys_role-26-9">
<changeSet author="root" id="fk-sys_role-31-9">
<addForeignKeyConstraint baseColumnNames="PROLEID" baseTableName="IBZROLE" constraintName="DER1N_SYS_ROLE_SYS_ROLE_PROLEI" deferrable="false" initiallyDeferred="false" onDelete="RESTRICT" onUpdate="RESTRICT" referencedColumnNames="SYS_ROLEID" referencedTableName="IBZROLE" validate="true"/>
</changeSet>
<!--输出实体[SYS_ROLE_PERMISSION]外键关系 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册