...
|
...
|
@@ -7,7 +7,7 @@ |
|
|
<result column="type" jdbcType="INTEGER" property="type" />
|
|
|
<result column="is_default" jdbcType="CHAR" property="isDefault" />
|
|
|
<result column="image_url" jdbcType="VARCHAR" property="imageUrl" />
|
|
|
<result column="code" jdbcType="code" property="type" />
|
|
|
<result column="code" jdbcType="INTEGER" property="code" />
|
|
|
</resultMap>
|
|
|
|
|
|
<select id="selectBySkups" resultMap="BaseResultMap">
|
...
|
...
|
|