|
|
|
@@ -29,7 +29,7 @@ |
|
|
|
<result column="refresh_token" jdbcType="VARCHAR" property="refreshToken"/> |
|
|
|
<result column="access_token" jdbcType="VARCHAR" property="accessToken"/> |
|
|
|
<result column="access_token_expire" jdbcType="TIMESTAMP" property="accessTokenExpire"/> |
|
|
|
<result column="group_support" jdbcType="INTEGER" property="groupSupport"/> |
|
|
|
<!-- <result column="group_support" jdbcType="INTEGER" property="groupSupport"/>--> |
|
|
|
<result column="enable" jdbcType="INTEGER" property="enable"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
@@ -38,7 +38,7 @@ |
|
|
|
`base_status`, `base_time`, `domain_status`, `domain_time`, `webdomain_status`, `webdomain_time`, `template_status`, `template_time`, |
|
|
|
`current_version`,`current_desc`,`release_time`, |
|
|
|
`open_appid`,`bind_open_time`,`refresh_token`, |
|
|
|
`access_token`,`access_token_expire`,`group_support`,`enable` |
|
|
|
`access_token`,`access_token_expire`,`enable` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
@@ -115,9 +115,7 @@ |
|
|
|
<if test=" null != bindOpenTime "> |
|
|
|
and `bind_open_time` = #{bindOpenTime} |
|
|
|
</if> |
|
|
|
<if test=" null != groupSupport "> |
|
|
|
and `group_support` = #{groupSupport} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != enable "> |
|
|
|
and `enable` = #{enable} |
|
|
|
</if> |
|
|
|
|