类型修正
This commit is contained in:
@@ -11,9 +11,9 @@
|
||||
<result column="url" property="url" jdbcType="VARCHAR"/>
|
||||
<result column="component" property="component" jdbcType="VARCHAR"/>
|
||||
<result column="icon" property="icon" jdbcType="VARCHAR"/>
|
||||
<result column="type" property="type" jdbcType="INTEGER"/>
|
||||
<result column="type" property="type" jdbcType="Integer"/>
|
||||
<result column="layout" property="layout" jdbcType="VARCHAR"/>
|
||||
<result column="order_num" property="orderNum" jdbcType="INTEGER"/>
|
||||
<result column="order_num" property="orderNum" jdbcType="Integer"/>
|
||||
<result column="description" property="description" jdbcType="VARCHAR"/>
|
||||
<!-- 基础字段 -->
|
||||
<result column="optsn" property="optsn" jdbcType="VARCHAR"/>
|
||||
@@ -24,7 +24,7 @@
|
||||
<result column="create_time" property="createTime" jdbcType="DATE"/>
|
||||
<result column="update_time" property="updateTime" jdbcType="DATE"/>
|
||||
<result column="delete_time" property="deleteTime" jdbcType="DATE"/>
|
||||
<result column="deleted" property="deleted" jdbcType="BOOLEAN"/>
|
||||
<result column="deleted" property="deleted" jdbcType="Boolean"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 基础列 -->
|
||||
@@ -204,7 +204,7 @@
|
||||
</select>
|
||||
|
||||
<!-- 根据条件查询系统视图数量 -->
|
||||
<select id="getViewCount" resultType="java.lang.INTEGER" parameterType="org.xyzh.common.dto.sys.TbSysViewDTO">
|
||||
<select id="getViewCount" resultType="java.lang.Integer" parameterType="org.xyzh.common.dto.sys.TbSysViewDTO">
|
||||
SELECT COUNT(1)
|
||||
FROM sys.tb_sys_view
|
||||
<where>
|
||||
|
||||
Reference in New Issue
Block a user