|
|
|
@@ -15,10 +15,11 @@ |
|
|
|
<result column="user_name" jdbcType="VARCHAR" property="userName"/> |
|
|
|
<result column="password" jdbcType="VARCHAR" property="password"/> |
|
|
|
<result column="version" jdbcType="VARCHAR" property="version"/> |
|
|
|
<result column="tp_id" jdbcType="VARCHAR" property="tpId"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`type`,`app_id`,`app_key`,`sign_key`,`api_url`, `token`,`token_expired_time`,`user_name`,`password`,`version` |
|
|
|
`id`,`tenant_id`,`parent_tenant_id`,`type`,`app_id`,`app_key`,`sign_key`,`api_url`, `token`,`token_expired_time`,`user_name`,`password`,`version`,`tp_id` |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
|
|