Commit 65f36c39 authored by 罗可心's avatar 罗可心 😕

添加访客黑名单

parent 7a3eb14c
......@@ -11,4 +11,8 @@ public class UserDto extends SysUserRbac {
private String positionLabel;
@Transient
private String position;
//黑名单状态(0不存在1存在)
@Transient
private String blacklistFlag;
}
......@@ -70,6 +70,7 @@
<result column="update_by" jdbcType="VARCHAR" property="updateBy"/>
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate"/>
<result column="create_date" jdbcType="TIMESTAMP" property="createDate"/>
<result column="blacklist_flag" jdbcType="TIMESTAMP" property="blacklistFlag"/>
</resultMap>
<!-- wx小程序查询使用-->
......
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 to comment