|
|
|
@ -169,7 +169,7 @@
|
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, zczbhhzbapzbh,
|
|
|
|
|
zdcfsycs, zxxsdycpbs, bszt,
|
|
|
|
|
sfyzcbayz, zcbacpbs, zxxsdyzsydydsl,
|
|
|
|
|
deviceHistoryRecordKey, bssjzt, lastModifyTime, requestDate,hchzsb,cplx)
|
|
|
|
|
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},
|
|
|
|
@ -187,7 +187,7 @@
|
|
|
|
|
#{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})
|
|
|
|
|
#{lastModifyTime,jdbcType=VARCHAR}, #{requestDate}, #{hchzsb}, #{cplx})
|
|
|
|
|
</insert>
|
|
|
|
|
<insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Device">
|
|
|
|
|
insert into device
|
|
|
|
@ -890,8 +890,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>
|
|
|
|
@ -990,6 +989,14 @@
|
|
|
|
|
and versionNumber = #{versionNumber} limit 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDiIsSame" parameterType="Map" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device
|
|
|
|
|
WHERE zxxsdycpbs = #{zxxsdycpbs}
|
|
|
|
|
and versionNumber = #{versionNumber} limit 1
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<select id="selectKey" parameterType="Map" resultType="java.lang.String">
|
|
|
|
|
SELECT uuid
|
|
|
|
|
from device
|
|
|
|
|