|
|
@@ -9,11 +9,12 @@ |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="logo" jdbcType="VARCHAR" property="logo"/> |
|
|
<result column="logo" jdbcType="VARCHAR" property="logo"/> |
|
|
<result column="summary" jdbcType="VARCHAR" property="summary"/> |
|
|
<result column="summary" jdbcType="VARCHAR" property="summary"/> |
|
|
|
|
|
<result column="createdate" jdbcType="TIMESTAMP" property="createtime"/> |
|
|
|
|
|
|
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
`id`,`name`,`createtime`,`updatetime`,`tenant_id`,`logo`,`summary` |
|
|
|
|
|
|
|
|
`id`,`name`,`createtime`,`updatetime`,`tenant_id`,`logo`,`summary`,`createdate` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
<sql id="dynamicWhereConditions"> |
|
|
|