|
|
@@ -5,7 +5,7 @@ |
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
<id column="id" jdbcType="BIGINT" property="id" /> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="tenant_id" jdbcType="VARCHAR" property="tenantId" /> |
|
|
<result column="mall_id" jdbcType="BIGINT" property="mallId" /> |
|
|
<result column="mall_id" jdbcType="BIGINT" property="mallId" /> |
|
|
<result column="name" jdbcType="VARCHAR" property="name" /> |
|
|
|
|
|
|
|
|
<result column="building_name" jdbcType="VARCHAR" property="name" /> |
|
|
<result column="floor_number" jdbcType="INTEGER" property="floorNumber" /> |
|
|
<result column="floor_number" jdbcType="INTEGER" property="floorNumber" /> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate" /> |
|
|
<result column="create_date" jdbcType="TIMESTAMP" property="createDate" /> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" /> |
|
|
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" /> |
|
|
@@ -33,7 +33,7 @@ |
|
|
|
|
|
|
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != name "> |
|
|
|
|
|
|
|
|
<if test=" null != building_name "> |
|
|
and `name` like concat('%', #{name},'%') |
|
|
and `name` like concat('%', #{name},'%') |
|
|
|
|
|
|
|
|
</if> |
|
|
</if> |
|
|
|