|
|
|
@ -114,12 +114,55 @@
|
|
|
|
|
</sql>
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
uuid
|
|
|
|
|
, deviceRecordKey, btcpbs, btcpbsyzxxsdycpbssfyz, cgzmraqxgxx, cpbsbmtxmc, cpbsfbrq,
|
|
|
|
|
cphhhbh, cplb, cpmctymc, cpms, flbm, ggxh, mjfs, qtxxdwzlj, qxlb, scbssfbhph, scbssfbhscrq,
|
|
|
|
|
scbssfbhsxrq, scbssfbhxlh, sfbjwycxsy, sfwblztlcp, sfwwjbz, sfybtzjbs, spmc, sydycpbs,
|
|
|
|
|
syqsfxyjxmj, tscchcztj, tsccsm, tsrq, tyshxydm, versionNumber, versionStatus, versionTime,
|
|
|
|
|
ybbm, yflbm, ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh, zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl, deviceHistoryRecordKey, bssjzt,hchzsb,cplx
|
|
|
|
|
,
|
|
|
|
|
deviceRecordKey,
|
|
|
|
|
btcpbs,
|
|
|
|
|
btcpbsyzxxsdycpbssfyz,
|
|
|
|
|
cgzmraqxgxx,
|
|
|
|
|
cpbsbmtxmc,
|
|
|
|
|
cpbsfbrq,
|
|
|
|
|
cphhhbh,
|
|
|
|
|
cplb,
|
|
|
|
|
cpmctymc,
|
|
|
|
|
cpms,
|
|
|
|
|
flbm,
|
|
|
|
|
ggxh,
|
|
|
|
|
mjfs,
|
|
|
|
|
qtxxdwzlj,
|
|
|
|
|
qxlb,
|
|
|
|
|
scbssfbhph,
|
|
|
|
|
scbssfbhscrq,
|
|
|
|
|
scbssfbhsxrq,
|
|
|
|
|
scbssfbhxlh,
|
|
|
|
|
sfbjwycxsy,
|
|
|
|
|
sfwblztlcp,
|
|
|
|
|
sfwwjbz,
|
|
|
|
|
sfybtzjbs,
|
|
|
|
|
spmc,
|
|
|
|
|
sydycpbs,
|
|
|
|
|
syqsfxyjxmj,
|
|
|
|
|
tscchcztj,
|
|
|
|
|
tsccsm,
|
|
|
|
|
tsrq,
|
|
|
|
|
tyshxydm,
|
|
|
|
|
versionNumber,
|
|
|
|
|
versionStatus,
|
|
|
|
|
versionTime,
|
|
|
|
|
ybbm,
|
|
|
|
|
yflbm,
|
|
|
|
|
ylqxzcrbarmc,
|
|
|
|
|
ylqxzcrbarywmc,
|
|
|
|
|
zczbhhzbapzbh,
|
|
|
|
|
zdcfsycs,
|
|
|
|
|
zxxsdycpbs,
|
|
|
|
|
bszt,
|
|
|
|
|
sfyzcbayz,
|
|
|
|
|
zcbacpbs,
|
|
|
|
|
zxxsdyzsydydsl,
|
|
|
|
|
deviceHistoryRecordKey,
|
|
|
|
|
bssjzt,
|
|
|
|
|
hchzsb,
|
|
|
|
|
cplx
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
|
resultMap="BaseResultMap">
|
|
|
|
@ -148,7 +191,8 @@
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="deleteByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample">
|
|
|
|
|
delete from device
|
|
|
|
|
delete
|
|
|
|
|
from device
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
<include refid="Example_Where_Clause"/>
|
|
|
|
|
</if>
|
|
|
|
@ -301,7 +345,6 @@
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
hchzsb,
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="uuid != null">
|
|
|
|
@ -448,12 +491,12 @@
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
#{hchzsb,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<select id="countByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
|
resultType="java.lang.Long">
|
|
|
|
|
select count(*) from device
|
|
|
|
|
select count(*)
|
|
|
|
|
from device
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
<include refid="Example_Where_Clause"/>
|
|
|
|
|
</if>
|
|
|
|
@ -804,7 +847,6 @@
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
hchzsb = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</set>
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</update>
|
|
|
|
@ -855,7 +897,7 @@
|
|
|
|
|
zcbacpbs = #{zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdyzsydydsl = #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
deviceHistoryRecordKey = #{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR} hchzsb = #{hchzsb,jdbcType=VARCHAR}
|
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR} ,hchzsb = #{hchzsb,jdbcType=VARCHAR}
|
|
|
|
|
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</update>
|
|
|
|
@ -863,8 +905,8 @@
|
|
|
|
|
<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}
|
|
|
|
|
WHERE (zxxsdycpbs like concat(#{key}, '%') or cpmctymc like concat(#{key}, '%'))
|
|
|
|
|
limit #{page} , #{limit}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -875,7 +917,8 @@
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="search" parameterType="com.glxp.udidl.admin.req.udid.DeviceSearchRequest" resultMap="BaseResultMap">
|
|
|
|
|
select * from device
|
|
|
|
|
select *
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
|
|
<where>
|
|
|
|
|
<if test="zxxsdycpbs != '' and zxxsdycpbs != null">
|
|
|
|
@ -893,15 +936,14 @@
|
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
|
|
|
|
|
and zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
|
limit #{page},#{limit}
|
|
|
|
|
</select>
|
|
|
|
|
<select id="getTotal" parameterType="com.glxp.udidl.admin.req.udid.DeviceSearchRequest" resultType="Long">
|
|
|
|
|
select count(zxxsdycpbs) from device
|
|
|
|
|
select count(zxxsdycpbs)
|
|
|
|
|
from device
|
|
|
|
|
|
|
|
|
|
<where>
|
|
|
|
|
|
|
|
|
|
<if test="zxxsdycpbs != '' and zxxsdycpbs != null">
|
|
|
|
|
and zxxsdycpbs LIKE concat(#{zxxsdycpbs,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
@ -917,7 +959,6 @@
|
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">
|
|
|
|
|
and zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|
<delete id="deleteHistory" parameterType="Map">
|
|
|
|
@ -930,7 +971,8 @@
|
|
|
|
|
SELECT *
|
|
|
|
|
from device
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
|
ORDER BY versionNumber DESC
|
|
|
|
|
LIMIT 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="searchByZxxscpbs" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
@ -939,7 +981,8 @@
|
|
|
|
|
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
|
|
|
|
|
|
ORDER BY versionNumber DESC LIMIT 1
|
|
|
|
|
ORDER BY versionNumber DESC
|
|
|
|
|
LIMIT 1
|
|
|
|
|
</select>
|
|
|
|
|
<select id="searchHistory" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
SELECT *
|
|
|
|
@ -951,7 +994,8 @@
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
and versionNumber = #{versionNumber} limit 1
|
|
|
|
|
and versionNumber = #{versionNumber}
|
|
|
|
|
limit 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -959,13 +1003,15 @@
|
|
|
|
|
SELECT *
|
|
|
|
|
from device
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
|
and versionNumber = #{versionNumber} limit 1
|
|
|
|
|
and versionNumber = #{versionNumber}
|
|
|
|
|
limit 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectKey" parameterType="Map" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs} limit 1
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
|
limit 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="findAllByZxxscpbs" resultType="java.lang.String">
|
|
|
|
@ -977,21 +1023,27 @@
|
|
|
|
|
<select id="findAllByZxxscpbsPage" parameterType="com.glxp.udidl.admin.req.ListPageRequest"
|
|
|
|
|
resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device limit #{page},#{limit}
|
|
|
|
|
from device
|
|
|
|
|
limit #{page},#{limit}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="downloadDevice" parameterType="com.glxp.udidl.admin.req.DownloadUdiRequest" resultMap="BaseResultMap">
|
|
|
|
|
select *
|
|
|
|
|
from device limit #{page},#{limit}
|
|
|
|
|
from device
|
|
|
|
|
limit #{page},#{limit}
|
|
|
|
|
</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>
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
hchzsb=#{hchzsb},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="cplx != null">
|
|
|
|
|
cplx=#{cplx},
|
|
|
|
|
</if>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE devicerecordkey = #{devicerecordkey}
|
|
|
|
|
</update>
|
|
|
|
@ -1014,8 +1066,7 @@
|
|
|
|
|
zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl,
|
|
|
|
|
deviceHistoryRecordKey, bssjzt, lastModifyTime, requestDate, hchzsb, cplx)
|
|
|
|
|
values (
|
|
|
|
|
#{uuid,jdbcType=VARCHAR},
|
|
|
|
|
values (#{uuid,jdbcType=VARCHAR},
|
|
|
|
|
#{devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
@ -1065,8 +1116,14 @@
|
|
|
|
|
#{lastModifyTime,jdbcType=VARCHAR},
|
|
|
|
|
#{requestDate},
|
|
|
|
|
#{hchzsb},
|
|
|
|
|
#{cplx}
|
|
|
|
|
)
|
|
|
|
|
#{cplx})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectNew" parameterType="Map" resultType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
SELECT a.deviceRecordKey,a.versionNumber FROM
|
|
|
|
|
( SELECT deviceRecordKey, max( lastModifyTime ) modifyTime,versionNumber FROM device GROUP BY deviceRecordKey ) a
|
|
|
|
|
JOIN device b ON a.deviceRecordKey = b.deviceRecordKey AND a.modifyTime = b.lastModifyTime
|
|
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|
|
|
|
|