|
|
|
@ -4,10 +4,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<resultMap id="ApkInfoMap" type="com.shxy.xymanager_common.dto.TerminalApkInfoDto">
|
|
|
|
|
<id column="id" jdbcType="INTEGER" property="id"/>
|
|
|
|
|
<result column="name" jdbcType="VARCHAR" property="name"/>
|
|
|
|
|
<result column="path" jdbcType="VARCHAR" property="path"/>
|
|
|
|
|
<result column="status" jdbcType="INTEGER" property="status"/>
|
|
|
|
|
<result column="version" jdbcType="VARCHAR" property="version"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
|
<insert id="insert" parameterType="com.shxy.xymanager_common.entity.TerminalUpload">
|
|
|
|
@ -17,7 +16,6 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectAll" resultMap="ApkInfoMap">
|
|
|
|
|
select
|
|
|
|
|
id,
|
|
|
|
|
name,
|
|
|
|
|
path,
|
|
|
|
|
version
|
|
|
|
|