|
|
|
@ -16,6 +16,7 @@
|
|
|
|
|
<result column="flbm" jdbcType="VARCHAR" property="flbm"/>
|
|
|
|
|
<result column="ggxh" jdbcType="VARCHAR" property="ggxh"/>
|
|
|
|
|
<result column="mjfs" jdbcType="VARCHAR" property="mjfs"/>
|
|
|
|
|
<result column="hchzsb" jdbcType="VARCHAR" property="hchzsb"/>
|
|
|
|
|
<result column="qtxxdwzlj" jdbcType="VARCHAR" property="qtxxdwzlj"/>
|
|
|
|
|
<result column="qxlb" jdbcType="VARCHAR" property="qxlb"/>
|
|
|
|
|
<result column="scbssfbhph" jdbcType="VARCHAR" property="scbssfbhph"/>
|
|
|
|
@ -49,6 +50,7 @@
|
|
|
|
|
<result column="zxxsdyzsydydsl" jdbcType="VARCHAR" property="zxxsdyzsydydsl"/>
|
|
|
|
|
<result column="deviceHistoryRecordKey" jdbcType="VARCHAR" property="devicehistoryrecordkey"/>
|
|
|
|
|
<result column="bssjzt" jdbcType="VARCHAR" property="bssjzt"/>
|
|
|
|
|
<result column="cplx" jdbcType="VARCHAR" property="cplx"/>
|
|
|
|
|
</resultMap>
|
|
|
|
|
<sql id="Example_Where_Clause">
|
|
|
|
|
<where>
|
|
|
|
@ -111,14 +113,16 @@
|
|
|
|
|
</where>
|
|
|
|
|
</sql>
|
|
|
|
|
<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,
|
|
|
|
|
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
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample" resultMap="BaseResultMap">
|
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl, deviceHistoryRecordKey, bssjzt,hchzsb,cplx
|
|
|
|
|
</sql>
|
|
|
|
|
<select id="selectByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
|
resultMap="BaseResultMap">
|
|
|
|
|
select
|
|
|
|
|
<if test="distinct">
|
|
|
|
|
distinct
|
|
|
|
@ -139,9 +143,10 @@
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</select>
|
|
|
|
|
<delete id="deleteByPrimaryKey" parameterType="java.lang.String">
|
|
|
|
|
delete from device
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</delete>
|
|
|
|
|
delete
|
|
|
|
|
from device
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</delete>
|
|
|
|
|
<delete id="deleteByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample">
|
|
|
|
|
delete from device
|
|
|
|
|
<if test="_parameter != null">
|
|
|
|
@ -149,39 +154,41 @@
|
|
|
|
|
</if>
|
|
|
|
|
</delete>
|
|
|
|
|
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
insert into device (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,lastModifyTime,requestDate)
|
|
|
|
|
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})
|
|
|
|
|
</insert>
|
|
|
|
|
insert into device (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, 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})
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
insert into device
|
|
|
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
|
|
@ -326,6 +333,10 @@
|
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
|
bssjzt,
|
|
|
|
|
</if>
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
hchzsb,
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="uuid != null">
|
|
|
|
@ -469,6 +480,10 @@
|
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
|
#{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
#{hchzsb,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
</insert>
|
|
|
|
|
<select id="countByExample" parameterType="com.glxp.udidl.admin.entity.udid.DeviceExample"
|
|
|
|
@ -821,67 +836,78 @@
|
|
|
|
|
<if test="bssjzt != null">
|
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="hchzsb != null">
|
|
|
|
|
hchzsb = #{bssjzt,jdbcType=VARCHAR},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</set>
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</update>
|
|
|
|
|
<update id="updateByPrimaryKey" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
update device
|
|
|
|
|
set deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
btcpbs = #{btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
btcpbsyzxxsdycpbssfyz = #{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
cgzmraqxgxx = #{cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
cpbsbmtxmc = #{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
cpbsfbrq = #{cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
cphhhbh = #{cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
cplb = #{cplb,jdbcType=VARCHAR},
|
|
|
|
|
cpmctymc = #{cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
cpms = #{cpms,jdbcType=VARCHAR},
|
|
|
|
|
flbm = #{flbm,jdbcType=VARCHAR},
|
|
|
|
|
ggxh = #{ggxh,jdbcType=VARCHAR},
|
|
|
|
|
mjfs = #{mjfs,jdbcType=VARCHAR},
|
|
|
|
|
qtxxdwzlj = #{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
qxlb = #{qxlb,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhph = #{scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhscrq = #{scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhsxrq = #{scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhxlh = #{scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
sfbjwycxsy = #{sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
sfwblztlcp = #{sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
sfwwjbz = #{sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
sfybtzjbs = #{sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
spmc = #{spmc,jdbcType=VARCHAR},
|
|
|
|
|
sydycpbs = #{sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
syqsfxyjxmj = #{syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
tscchcztj = #{tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
tsccsm = #{tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
tsrq = #{tsrq,jdbcType=VARCHAR},
|
|
|
|
|
tyshxydm = #{tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
versionNumber = #{versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
versionStatus = #{versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
versionTime = #{versiontime,jdbcType=VARCHAR},
|
|
|
|
|
ybbm = #{ybbm,jdbcType=VARCHAR},
|
|
|
|
|
yflbm = #{yflbm,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarmc = #{ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarywmc = #{ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
zczbhhzbapzbh = #{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
zdcfsycs = #{zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdycpbs = #{zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
bszt = #{bszt,jdbcType=VARCHAR},
|
|
|
|
|
sfyzcbayz = #{sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
zcbacpbs = #{zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdyzsydydsl = #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
deviceHistoryRecordKey = #{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR}
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</update>
|
|
|
|
|
update device
|
|
|
|
|
set deviceRecordKey = #{devicerecordkey,jdbcType=VARCHAR},
|
|
|
|
|
btcpbs = #{btcpbs,jdbcType=VARCHAR},
|
|
|
|
|
btcpbsyzxxsdycpbssfyz = #{btcpbsyzxxsdycpbssfyz,jdbcType=VARCHAR},
|
|
|
|
|
cgzmraqxgxx = #{cgzmraqxgxx,jdbcType=VARCHAR},
|
|
|
|
|
cpbsbmtxmc = #{cpbsbmtxmc,jdbcType=VARCHAR},
|
|
|
|
|
cpbsfbrq = #{cpbsfbrq,jdbcType=VARCHAR},
|
|
|
|
|
cphhhbh = #{cphhhbh,jdbcType=VARCHAR},
|
|
|
|
|
cplb = #{cplb,jdbcType=VARCHAR},
|
|
|
|
|
cpmctymc = #{cpmctymc,jdbcType=VARCHAR},
|
|
|
|
|
cpms = #{cpms,jdbcType=VARCHAR},
|
|
|
|
|
flbm = #{flbm,jdbcType=VARCHAR},
|
|
|
|
|
ggxh = #{ggxh,jdbcType=VARCHAR},
|
|
|
|
|
mjfs = #{mjfs,jdbcType=VARCHAR},
|
|
|
|
|
qtxxdwzlj = #{qtxxdwzlj,jdbcType=VARCHAR},
|
|
|
|
|
qxlb = #{qxlb,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhph = #{scbssfbhph,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhscrq = #{scbssfbhscrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhsxrq = #{scbssfbhsxrq,jdbcType=VARCHAR},
|
|
|
|
|
scbssfbhxlh = #{scbssfbhxlh,jdbcType=VARCHAR},
|
|
|
|
|
sfbjwycxsy = #{sfbjwycxsy,jdbcType=VARCHAR},
|
|
|
|
|
sfwblztlcp = #{sfwblztlcp,jdbcType=VARCHAR},
|
|
|
|
|
sfwwjbz = #{sfwwjbz,jdbcType=VARCHAR},
|
|
|
|
|
sfybtzjbs = #{sfybtzjbs,jdbcType=VARCHAR},
|
|
|
|
|
spmc = #{spmc,jdbcType=VARCHAR},
|
|
|
|
|
sydycpbs = #{sydycpbs,jdbcType=VARCHAR},
|
|
|
|
|
syqsfxyjxmj = #{syqsfxyjxmj,jdbcType=VARCHAR},
|
|
|
|
|
tscchcztj = #{tscchcztj,jdbcType=VARCHAR},
|
|
|
|
|
tsccsm = #{tsccsm,jdbcType=VARCHAR},
|
|
|
|
|
tsrq = #{tsrq,jdbcType=VARCHAR},
|
|
|
|
|
tyshxydm = #{tyshxydm,jdbcType=VARCHAR},
|
|
|
|
|
versionNumber = #{versionnumber,jdbcType=VARCHAR},
|
|
|
|
|
versionStatus = #{versionstatus,jdbcType=VARCHAR},
|
|
|
|
|
versionTime = #{versiontime,jdbcType=VARCHAR},
|
|
|
|
|
ybbm = #{ybbm,jdbcType=VARCHAR},
|
|
|
|
|
yflbm = #{yflbm,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarmc = #{ylqxzcrbarmc,jdbcType=VARCHAR},
|
|
|
|
|
ylqxzcrbarywmc = #{ylqxzcrbarywmc,jdbcType=VARCHAR},
|
|
|
|
|
zczbhhzbapzbh = #{zczbhhzbapzbh,jdbcType=VARCHAR},
|
|
|
|
|
zdcfsycs = #{zdcfsycs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdycpbs = #{zxxsdycpbs,jdbcType=VARCHAR},
|
|
|
|
|
bszt = #{bszt,jdbcType=VARCHAR},
|
|
|
|
|
sfyzcbayz = #{sfyzcbayz,jdbcType=VARCHAR},
|
|
|
|
|
zcbacpbs = #{zcbacpbs,jdbcType=VARCHAR},
|
|
|
|
|
zxxsdyzsydydsl = #{zxxsdyzsydydsl,jdbcType=VARCHAR},
|
|
|
|
|
deviceHistoryRecordKey = #{devicehistoryrecordkey,jdbcType=VARCHAR},
|
|
|
|
|
bssjzt = #{bssjzt,jdbcType=VARCHAR}
|
|
|
|
|
hchzsb = #{hchzsb,jdbcType=VARCHAR}
|
|
|
|
|
|
|
|
|
|
where uuid = #{uuid,jdbcType=VARCHAR}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
<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 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 id="search" parameterType="com.glxp.udidl.admin.req.udid.DeviceSearchRequest" resultMap="BaseResultMap">
|
|
|
|
@ -931,44 +957,71 @@
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|
<delete id="deleteHistory" parameterType="Map">
|
|
|
|
|
DELETE FROM device WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
DELETE
|
|
|
|
|
FROM device
|
|
|
|
|
WHERE deviceRecordKey = #{deviceRecordKey}
|
|
|
|
|
</delete>
|
|
|
|
|
|
|
|
|
|
<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 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 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 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 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 id="findAllByZxxscpbs" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid from device
|
|
|
|
|
<select id="findAllByZxxscpbs" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="findAllByZxxscpbsPage" parameterType="com.glxp.udidl.admin.req.ListPageRequest" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid from device limit #{page},#{limit}
|
|
|
|
|
<select id="findAllByZxxscpbsPage" parameterType="com.glxp.udidl.admin.req.ListPageRequest"
|
|
|
|
|
resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device limit #{page},#{limit}
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="downloadDevice" parameterType="com.glxp.udidl.admin.req.DownloadUdiRequest" resultMap="BaseResultMap">
|
|
|
|
|
select * from device
|
|
|
|
|
limit #{page},#{limit}
|
|
|
|
|
select *
|
|
|
|
|
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>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE devicerecordkey=#{devicerecordkey}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
</mapper>
|