|
|
@ -16,6 +16,7 @@
|
|
|
|
<result column="flbm" jdbcType="VARCHAR" property="flbm"/>
|
|
|
|
<result column="flbm" jdbcType="VARCHAR" property="flbm"/>
|
|
|
|
<result column="ggxh" jdbcType="VARCHAR" property="ggxh"/>
|
|
|
|
<result column="ggxh" jdbcType="VARCHAR" property="ggxh"/>
|
|
|
|
<result column="mjfs" jdbcType="VARCHAR" property="mjfs"/>
|
|
|
|
<result column="mjfs" jdbcType="VARCHAR" property="mjfs"/>
|
|
|
|
|
|
|
|
<result column="hchzsb" jdbcType="VARCHAR" property="hchzsb"/>
|
|
|
|
<result column="qtxxdwzlj" jdbcType="VARCHAR" property="qtxxdwzlj"/>
|
|
|
|
<result column="qtxxdwzlj" jdbcType="VARCHAR" property="qtxxdwzlj"/>
|
|
|
|
<result column="qxlb" jdbcType="VARCHAR" property="qxlb"/>
|
|
|
|
<result column="qxlb" jdbcType="VARCHAR" property="qxlb"/>
|
|
|
|
<result column="scbssfbhph" jdbcType="VARCHAR" property="scbssfbhph"/>
|
|
|
|
<result column="scbssfbhph" jdbcType="VARCHAR" property="scbssfbhph"/>
|
|
|
@ -49,6 +50,7 @@
|
|
|
|
<result column="zxxsdyzsydydsl" jdbcType="VARCHAR" property="zxxsdyzsydydsl"/>
|
|
|
|
<result column="zxxsdyzsydydsl" jdbcType="VARCHAR" property="zxxsdyzsydydsl"/>
|
|
|
|
<result column="deviceHistoryRecordKey" jdbcType="VARCHAR" property="devicehistoryrecordkey"/>
|
|
|
|
<result column="deviceHistoryRecordKey" jdbcType="VARCHAR" property="devicehistoryrecordkey"/>
|
|
|
|
<result column="bssjzt" jdbcType="VARCHAR" property="bssjzt"/>
|
|
|
|
<result column="bssjzt" jdbcType="VARCHAR" property="bssjzt"/>
|
|
|
|
|
|
|
|
<result column="cplx" jdbcType="VARCHAR" property="cplx"/>
|
|
|
|
</resultMap>
|
|
|
|
</resultMap>
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
@ -111,14 +113,16 @@
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
uuid, deviceRecordKey, btcpbs, btcpbsyzxxsdycpbssfyz, cgzmraqxgxx, cpbsbmtxmc, cpbsfbrq,
|
|
|
|
uuid
|
|
|
|
|
|
|
|
, deviceRecordKey, btcpbs, btcpbsyzxxsdycpbssfyz, cgzmraqxgxx, cpbsbmtxmc, cpbsfbrq,
|
|
|
|
cphhhbh, cplb, cpmctymc, cpms, flbm, ggxh, mjfs, qtxxdwzlj, qxlb, scbssfbhph, scbssfbhscrq,
|
|
|
|
cphhhbh, cplb, cpmctymc, cpms, flbm, ggxh, mjfs, qtxxdwzlj, qxlb, scbssfbhph, scbssfbhscrq,
|
|
|
|
scbssfbhsxrq, scbssfbhxlh, sfbjwycxsy, sfwblztlcp, sfwwjbz, sfybtzjbs, spmc, sydycpbs,
|
|
|
|
scbssfbhsxrq, scbssfbhxlh, sfbjwycxsy, sfwblztlcp, sfwwjbz, sfybtzjbs, spmc, sydycpbs,
|
|
|
|
syqsfxyjxmj, tscchcztj, tsccsm, tsrq, tyshxydm, versionNumber, versionStatus, versionTime,
|
|
|
|
syqsfxyjxmj, tscchcztj, tsccsm, tsrq, tyshxydm, versionNumber, versionStatus, versionTime,
|
|
|
|
ybbm, yflbm, ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh, zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
ybbm, yflbm, ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh, zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl, deviceHistoryRecordKey, bssjzt
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl, deviceHistoryRecordKey, bssjzt,hchzsb,cplx
|
|
|
|
</sql>
|
|
|
|
</sql>
|
|
|
|
<select id="selectByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample" resultMap="BaseResultMap">
|
|
|
|
<select id="selectByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
|
|
|
|
resultMap="BaseResultMap">
|
|
|
|
select
|
|
|
|
select
|
|
|
|
<if test="distinct">
|
|
|
|
<if test="distinct">
|
|
|
|
distinct
|
|
|
|
distinct
|
|
|
@ -139,7 +143,8 @@
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
|
delete from device
|
|
|
|
delete
|
|
|
|
|
|
|
|
from device
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
</delete>
|
|
|
|
</delete>
|
|
|
|
<delete id="deleteByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample">
|
|
|
|
<delete id="deleteByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample">
|
|
|
@ -164,9 +169,10 @@
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh,
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh,
|
|
|
|
zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl,
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl,
|
|
|
|
deviceHistoryRecordKey, bssjzt,lastModifyTime,requestDate)
|
|
|
|
deviceHistoryRecordKey, bssjzt, lastModifyTime, requestDate,hchzsb,cplx)
|
|
|
|
values (#{uuid,jdbcType=VARCHAR}, #{devicerecordkey,jdbcType=VARCHAR}, #{btcpbs,jdbcType=VARCHAR},
|
|
|
|
values (#{uuid,jdbcType=VARCHAR}, #{devicerecordkey,jdbcType=VARCHAR}, #{btcpbs,jdbcType=VARCHAR},
|
|
|
|
#{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR}, #{cgzmraqxgxx,jdbcType=VARCHAR}, #{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
#{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR}, #{cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
#{cpbsfbrq,jdbcType=VARCHAR}, #{cphhhbh,jdbcType=VARCHAR}, #{cplb,jdbcType=VARCHAR},
|
|
|
|
#{cpbsfbrq,jdbcType=VARCHAR}, #{cphhhbh,jdbcType=VARCHAR}, #{cplb,jdbcType=VARCHAR},
|
|
|
|
#{cpmctymc,jdbcType=VARCHAR}, #{cpms,jdbcType=VARCHAR}, #{flbm,jdbcType=VARCHAR},
|
|
|
|
#{cpmctymc,jdbcType=VARCHAR}, #{cpms,jdbcType=VARCHAR}, #{flbm,jdbcType=VARCHAR},
|
|
|
|
#{ggxh,jdbcType=VARCHAR}, #{mjfs,jdbcType=VARCHAR}, #{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
#{ggxh,jdbcType=VARCHAR}, #{mjfs,jdbcType=VARCHAR}, #{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
@ -180,7 +186,8 @@
|
|
|
|
#{ylqxzcrbarmc,jdbcType=VARCHAR}, #{ylqxzcrbarywmc,jdbcType=VARCHAR}, #{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
#{ylqxzcrbarmc,jdbcType=VARCHAR}, #{ylqxzcrbarywmc,jdbcType=VARCHAR}, #{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
#{zdcfsycs,jdbcType=VARCHAR}, #{zxxsdycpbs,jdbcType=VARCHAR}, #{bszt,jdbcType=VARCHAR},
|
|
|
|
#{zdcfsycs,jdbcType=VARCHAR}, #{zxxsdycpbs,jdbcType=VARCHAR}, #{bszt,jdbcType=VARCHAR},
|
|
|
|
#{sfyzcbayz,jdbcType=VARCHAR}, #{zcbacpbs,jdbcType=VARCHAR}, #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
#{sfyzcbayz,jdbcType=VARCHAR}, #{zcbacpbs,jdbcType=VARCHAR}, #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
#{devicehistoryrecordkey,jdbcType=VARCHAR}, #{bssjzt,jdbcType=VARCHAR},#{lastModifyTime,jdbcType=VARCHAR},#{requestDate})
|
|
|
|
#{devicehistoryrecordkey,jdbcType=VARCHAR}, #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
#{lastModifyTime,jdbcType=VARCHAR}, #{requestDate},#{hchzsb},#{cplx})
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
<insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
insert into device
|
|
|
|
insert into device
|
|
|
@ -326,6 +333,10 @@
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
bssjzt,
|
|
|
|
bssjzt,
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
|
|
|
hchzsb,
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
<if test="uuid != null">
|
|
|
|
<if test="uuid != null">
|
|
|
@ -469,6 +480,10 @@
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
#{bssjzt,jdbcType=VARCHAR},
|
|
|
|
#{bssjzt,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
|
|
|
#{hchzsb,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
</trim>
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
<select id="countByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
<select id="countByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
@ -821,6 +836,10 @@
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
|
|
|
hchzsb = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
</set>
|
|
|
|
</set>
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
@ -872,16 +891,23 @@
|
|
|
|
zxxsdyzsydydsl = #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
zxxsdyzsydydsl = #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
deviceHistoryRecordKey = #{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
deviceHistoryRecordKey = #{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR}
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR}
|
|
|
|
|
|
|
|
hchzsb = #{hchzsb,jdbcType=VARCHAR}
|
|
|
|
|
|
|
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
</update>
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="searchBykey" parameterType="com.glxp.udidl.admin.req.udid.DeviceListRequest" resultMap="BaseResultMap">
|
|
|
|
<select id="searchBykey" parameterType="com.glxp.udidl.admin.req.udid.DeviceListRequest" resultMap="BaseResultMap">
|
|
|
|
select * from device WHERE ( zxxsdycpbs like concat(#{key},'%') or cpmctymc like concat(#{key},'%') ) limit #{page},#{limit}
|
|
|
|
select *
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
WHERE (zxxsdycpbs like concat(#{key}, '%') or cpmctymc like concat(#{key}, '%')) limit #{page}
|
|
|
|
|
|
|
|
, #{limit}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="searchByBs" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
<select id="searchByBs" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
SELECT * FROM device WHERE `zxxsdycpbs`= #{zxxsdycpbs}
|
|
|
|
SELECT *
|
|
|
|
|
|
|
|
FROM device
|
|
|
|
|
|
|
|
WHERE `zxxsdycpbs` = #{zxxsdycpbs}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="search" parameterType="com.glxp.udidl.admin.req.udid.DeviceSearchRequest" resultMap="BaseResultMap">
|
|
|
|
<select id="search" parameterType="com.glxp.udidl.admin.req.udid.DeviceSearchRequest" resultMap="BaseResultMap">
|
|
|
@ -931,44 +957,71 @@
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<delete id="deleteHistory" parameterType="Map">
|
|
|
|
<delete id="deleteHistory" parameterType="Map">
|
|
|
|
DELETE FROM device WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
DELETE
|
|
|
|
|
|
|
|
FROM device
|
|
|
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
</delete>
|
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="searchByDeviceRecordKey" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
<select id="searchByDeviceRecordKey" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
SELECT * from device WHERE deviceRecordKey = #{deviceRecordKey} ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
SELECT *
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
|
|
|
ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="searchByZxxscpbs" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
<select id="searchByZxxscpbs" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
SELECT * from device
|
|
|
|
SELECT *
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
|
|
|
|
|
|
|
|
ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
<select id="searchHistory" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
<select id="searchHistory" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
SELECT * from device WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
SELECT *
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectisSame" parameterType="Map" resultType="java.lang.String">
|
|
|
|
<select id="selectisSame" parameterType="Map" resultType="java.lang.String">
|
|
|
|
SELECT uuid from device WHERE deviceRecordKey = #{deviceRecordKey} and versionNumber = #{versionNumber} limit 1
|
|
|
|
SELECT uuid
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
|
|
|
and versionNumber = #{versionNumber} limit 1
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectKey" parameterType="Map" resultType="java.lang.String">
|
|
|
|
<select id="selectKey" parameterType="Map" resultType="java.lang.String">
|
|
|
|
SELECT uuid from device WHERE zxxsdycpbs = #{zxxsdycpbs} limit 1
|
|
|
|
SELECT uuid
|
|
|
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs} limit 1
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="findAllByZxxscpbs" resultType="java.lang.String">
|
|
|
|
<select id="findAllByZxxscpbs" resultType="java.lang.String">
|
|
|
|
SELECT uuid from device
|
|
|
|
SELECT uuid
|
|
|
|
|
|
|
|
from device
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="findAllByZxxscpbsPage" parameterType="com.glxp.udidl.admin.req.ListPageRequest" resultType="java.lang.String">
|
|
|
|
<select id="findAllByZxxscpbsPage" parameterType="com.glxp.udidl.admin.req.ListPageRequest"
|
|
|
|
SELECT uuid from device limit #{page},#{limit}
|
|
|
|
resultType="java.lang.String">
|
|
|
|
|
|
|
|
SELECT uuid
|
|
|
|
|
|
|
|
from device limit #{page},#{limit}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="downloadDevice" parameterType="com.glxp.udidl.admin.req.DownloadUdiRequest" resultMap="BaseResultMap">
|
|
|
|
<select id="downloadDevice" parameterType="com.glxp.udidl.admin.req.DownloadUdiRequest" resultMap="BaseResultMap">
|
|
|
|
select * from device
|
|
|
|
select *
|
|
|
|
limit #{page},#{limit}
|
|
|
|
from device limit #{page},#{limit}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateCplx" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
|
|
|
UPDATE device
|
|
|
|
|
|
|
|
<set>
|
|
|
|
|
|
|
|
<if test="hchzsb != null">hchzsb=#{hchzsb},</if>
|
|
|
|
|
|
|
|
<if test="cplx != null">cplx=#{cplx},</if>
|
|
|
|
|
|
|
|
</set>
|
|
|
|
|
|
|
|
WHERE devicerecordkey=#{devicerecordkey}
|
|
|
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|