|
|
|
@ -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>
|
|
|
|
@ -609,53 +652,53 @@
|
|
|
|
|
</update>
|
|
|
|
|
<update id="updateByExample" parameterType="map">
|
|
|
|
|
update device
|
|
|
|
|
set uuid = #{record.uuid,jdbcType=VARCHAR},
|
|
|
|
|
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
btcpbs = #{record.btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
btcpbsyzxxsdycpbssfyz = #{record.btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
cgzmraqxgxx = #{record.cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
cpbsbmtxmc = #{record.cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
cpbsfbrq = #{record.cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
cphhhbh = #{record.cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
cplb = #{record.cplb,jdbcType=VARCHAR},
|
|
|
|
|
cpmctymc = #{record.cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
cpms = #{record.cpms,jdbcType=VARCHAR},
|
|
|
|
|
flbm = #{record.flbm,jdbcType=VARCHAR},
|
|
|
|
|
ggxh = #{record.ggxh,jdbcType=VARCHAR},
|
|
|
|
|
mjfs = #{record.mjfs,jdbcType=VARCHAR},
|
|
|
|
|
qtxxdwzlj = #{record.qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
qxlb = #{record.qxlb,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhph = #{record.scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhscrq = #{record.scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhsxrq = #{record.scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhxlh = #{record.scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
sfbjwycxsy = #{record.sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
sfwblztlcp = #{record.sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
sfwwjbz = #{record.sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
sfybtzjbs = #{record.sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
spmc = #{record.spmc,jdbcType=VARCHAR},
|
|
|
|
|
sydycpbs = #{record.sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
syqsfxyjxmj = #{record.syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
tscchcztj = #{record.tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
tsccsm = #{record.tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
tsrq = #{record.tsrq,jdbcType=VARCHAR},
|
|
|
|
|
tyshxydm = #{record.tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
versionNumber = #{record.versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
versionStatus = #{record.versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
versionTime = #{record.versiontime,jdbcType=VARCHAR},
|
|
|
|
|
ybbm = #{record.ybbm,jdbcType=VARCHAR},
|
|
|
|
|
yflbm = #{record.yflbm,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarmc = #{record.ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarywmc = #{record.ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
zczbhhzbapzbh = #{record.zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
zdcfsycs = #{record.zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdycpbs = #{record.zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
bszt = #{record.bszt,jdbcType=VARCHAR},
|
|
|
|
|
sfyzcbayz = #{record.sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
zcbacpbs = #{record.zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdyzsydydsl = #{record.zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
deviceHistoryRecordKey = #{record.devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
bssjzt = #{record.bssjzt,jdbcType=VARCHAR}
|
|
|
|
|
set uuid = #{record.uuid,jdbcType=VARCHAR},
|
|
|
|
|
deviceRecordKey = #{record.devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
btcpbs = #{record.btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
btcpbsyzxxsdycpbssfyz = #{record.btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
cgzmraqxgxx = #{record.cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
cpbsbmtxmc = #{record.cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
cpbsfbrq = #{record.cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
cphhhbh = #{record.cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
cplb = #{record.cplb,jdbcType=VARCHAR},
|
|
|
|
|
cpmctymc = #{record.cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
cpms = #{record.cpms,jdbcType=VARCHAR},
|
|
|
|
|
flbm = #{record.flbm,jdbcType=VARCHAR},
|
|
|
|
|
ggxh = #{record.ggxh,jdbcType=VARCHAR},
|
|
|
|
|
mjfs = #{record.mjfs,jdbcType=VARCHAR},
|
|
|
|
|
qtxxdwzlj = #{record.qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
qxlb = #{record.qxlb,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhph = #{record.scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhscrq = #{record.scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhsxrq = #{record.scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhxlh = #{record.scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
sfbjwycxsy = #{record.sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
sfwblztlcp = #{record.sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
sfwwjbz = #{record.sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
sfybtzjbs = #{record.sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
spmc = #{record.spmc,jdbcType=VARCHAR},
|
|
|
|
|
sydycpbs = #{record.sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
syqsfxyjxmj = #{record.syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
tscchcztj = #{record.tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
tsccsm = #{record.tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
tsrq = #{record.tsrq,jdbcType=VARCHAR},
|
|
|
|
|
tyshxydm = #{record.tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
versionNumber = #{record.versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
versionStatus = #{record.versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
versionTime = #{record.versiontime,jdbcType=VARCHAR},
|
|
|
|
|
ybbm = #{record.ybbm,jdbcType=VARCHAR},
|
|
|
|
|
yflbm = #{record.yflbm,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarmc = #{record.ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarywmc = #{record.ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
zczbhhzbapzbh = #{record.zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
zdcfsycs = #{record.zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdycpbs = #{record.zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
bszt = #{record.bszt,jdbcType=VARCHAR},
|
|
|
|
|
sfyzcbayz = #{record.sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
zcbacpbs = #{record.zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdyzsydydsl = #{record.zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
deviceHistoryRecordKey = #{record.devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
bssjzt = #{record.bssjzt,jdbcType=VARCHAR}
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
|
<include refid="Update_By_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,49 +917,48 @@
|
|
|
|
|
</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">
|
|
|
|
|
and zxxsdycpbs LIKE concat(#{zxxsdycpbs,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="zxxsdycpbs != '' and zxxsdycpbs != null">
|
|
|
|
|
and zxxsdycpbs LIKE concat(#{zxxsdycpbs,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc!=null">
|
|
|
|
|
and cpmctymc LIKE concat(#{cpmctymc,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
|
and cpmctymc LIKE concat(#{cpmctymc,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc!=null">
|
|
|
|
|
and ylqxzcrbarmc LIKE concat(#{ylqxzcrbarmc,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
|
and ylqxzcrbarmc LIKE concat(#{ylqxzcrbarmc,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ggxh != '' and ggxh!=null">
|
|
|
|
|
and ggxh LIKE concat(#{ggxh,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
and ggxh LIKE concat(#{ggxh,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh!=null">
|
|
|
|
|
and zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh,jdbcType=VARCHAR},'%')
|
|
|
|
|
<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 test="zxxsdycpbs != '' and zxxsdycpbs != null">
|
|
|
|
|
and zxxsdycpbs LIKE concat(#{zxxsdycpbs,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc!=null">
|
|
|
|
|
and cpmctymc LIKE concat(#{cpmctymc,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="cpmctymc != '' and cpmctymc != null">
|
|
|
|
|
and cpmctymc LIKE concat(#{cpmctymc,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc!=null">
|
|
|
|
|
and ylqxzcrbarmc LIKE concat(#{ylqxzcrbarmc,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">
|
|
|
|
|
and ylqxzcrbarmc LIKE concat(#{ylqxzcrbarmc,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ggxh != '' and ggxh!=null">
|
|
|
|
|
and ggxh LIKE concat(#{ggxh,jdbcType=VARCHAR},'%')
|
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
and ggxh LIKE concat(#{ggxh,jdbcType=VARCHAR}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh!=null">
|
|
|
|
|
and zczbhhzbapzbh LIKE concat(#{zczbhhzbapzbh,jdbcType=VARCHAR},'%')
|
|
|
|
|
<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,28 +1023,34 @@
|
|
|
|
|
<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}
|
|
|
|
|
WHERE devicerecordkey = #{devicerecordkey}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<insert id="updateDevice" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
replace
|
|
|
|
|
into device (uuid, deviceRecordKey, btcpbs,
|
|
|
|
|
into device (uuid, deviceRecordKey, btcpbs,
|
|
|
|
|
btcpbsyzxxsdycpbssfyz, cgzmraqxgxx, cpbsbmtxmc,
|
|
|
|
|
cpbsfbrq, cphhhbh, cplb,
|
|
|
|
|
cpmctymc, cpms, flbm,
|
|
|
|
@ -1014,59 +1066,64 @@
|
|
|
|
|
zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl,
|
|
|
|
|
deviceHistoryRecordKey, bssjzt, lastModifyTime, requestDate, hchzsb, cplx)
|
|
|
|
|
values (
|
|
|
|
|
#{uuid,jdbcType=VARCHAR},
|
|
|
|
|
#{devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
#{cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
#{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
#{cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
#{cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
#{cplb,jdbcType=VARCHAR},
|
|
|
|
|
#{cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
#{cpms,jdbcType=VARCHAR},
|
|
|
|
|
#{flbm,jdbcType=VARCHAR},
|
|
|
|
|
#{ggxh,jdbcType=VARCHAR},
|
|
|
|
|
#{mjfs,jdbcType=VARCHAR},
|
|
|
|
|
#{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
#{qxlb,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
#{sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
#{sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
#{sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
#{sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
#{spmc,jdbcType=VARCHAR},
|
|
|
|
|
#{sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
#{tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
#{tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
#{tsrq,jdbcType=VARCHAR},
|
|
|
|
|
#{tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
#{versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
#{versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
#{versiontime,jdbcType=VARCHAR},
|
|
|
|
|
#{ybbm,jdbcType=VARCHAR},
|
|
|
|
|
#{yflbm,jdbcType=VARCHAR},
|
|
|
|
|
#{ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
#{ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
#{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
#{zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
#{zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{bszt,jdbcType=VARCHAR},
|
|
|
|
|
#{sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
#{zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
#{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
#{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
#{lastModifyTime,jdbcType=VARCHAR},
|
|
|
|
|
#{requestDate},
|
|
|
|
|
#{hchzsb},
|
|
|
|
|
#{cplx}
|
|
|
|
|
)
|
|
|
|
|
values (#{uuid,jdbcType=VARCHAR},
|
|
|
|
|
#{devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
#{cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
#{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
#{cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
#{cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
#{cplb,jdbcType=VARCHAR},
|
|
|
|
|
#{cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
#{cpms,jdbcType=VARCHAR},
|
|
|
|
|
#{flbm,jdbcType=VARCHAR},
|
|
|
|
|
#{ggxh,jdbcType=VARCHAR},
|
|
|
|
|
#{mjfs,jdbcType=VARCHAR},
|
|
|
|
|
#{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
#{qxlb,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
#{scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
#{sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
#{sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
#{sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
#{sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
#{spmc,jdbcType=VARCHAR},
|
|
|
|
|
#{sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
#{tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
#{tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
#{tsrq,jdbcType=VARCHAR},
|
|
|
|
|
#{tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
#{versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
#{versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
#{versiontime,jdbcType=VARCHAR},
|
|
|
|
|
#{ybbm,jdbcType=VARCHAR},
|
|
|
|
|
#{yflbm,jdbcType=VARCHAR},
|
|
|
|
|
#{ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
#{ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
#{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
#{zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
#{zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{bszt,jdbcType=VARCHAR},
|
|
|
|
|
#{sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
#{zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
#{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
#{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
#{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
#{lastModifyTime,jdbcType=VARCHAR},
|
|
|
|
|
#{requestDate},
|
|
|
|
|
#{hchzsb},
|
|
|
|
|
#{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>
|
|
|
|
|