|
|
|
@ -268,48 +268,6 @@
|
|
|
|
|
<![CDATA[ DATE_FORMAT(updateTime, '%Y-%m-%d %H:%i:%S') <= DATE_FORMAT(#{endDate}, '%Y-%m-%d %H:%i:%S')
|
|
|
|
|
]]>
|
|
|
|
|
</select>
|
|
|
|
|
<!--<select id="filterUdi" parameterType="com.glxp.sync.admin.req.ProductInfoFilterRequest"-->
|
|
|
|
|
<!--resultType="com.glxp.sync.admin.entity.udi.ProductInfoEntity">-->
|
|
|
|
|
<!---- GROUP BY deviceRecordKey-->
|
|
|
|
|
<!--select p.* from productinfo p INNER JOIN-->
|
|
|
|
|
<!--(select deviceRecordKey ,max(versionNumber) versionNumber from productinfo-->
|
|
|
|
|
<!--<where>-->
|
|
|
|
|
|
|
|
|
|
<!--<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null">-->
|
|
|
|
|
<!--AND ylqxzcrbarmc= #{ylqxzcrbarmc}-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
|
|
|
|
|
<!--<if test="ylqxzcrbarmc == '' and ylqxzcrbarmc == null and cpmctymc != '' and cpmctymc != null">-->
|
|
|
|
|
<!--AND cpmctymc LIKE concat(#{cpmctymc},'%')-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
|
|
|
|
|
<!--<if test="ylqxzcrbarmc != '' and ylqxzcrbarmc != null and cpmctymc != '' and cpmctymc != null">-->
|
|
|
|
|
<!--AND cpmctymc LIKE concat('%',#{cpmctymc},'%')-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--<if test="nameCode != '' and nameCode != null">-->
|
|
|
|
|
<!--AND nameCode LIKE concat(#{nameCode},'%')-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--<if test="uuid != '' and uuid != null">-->
|
|
|
|
|
<!--AND uuid = #{uuid}-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--<if test="ggxh != '' and ggxh != null">-->
|
|
|
|
|
<!--AND ggxh LIKE concat('%',#{ggxh},'%')-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--<if test="zczbhhzbapzbh != '' and zczbhhzbapzbh != null">-->
|
|
|
|
|
<!--AND zczbhhzbapzbh LIKE concat('%',#{zczbhhzbapzbh},'%')-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
|
|
|
|
|
<!--<if test="deviceRecordKey != '' and deviceRecordKey != null">-->
|
|
|
|
|
<!--AND deviceRecordKey = #{deviceRecordKey}-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--<if test="updateTime!=null and updateTime!=''">-->
|
|
|
|
|
<!--<![CDATA[ and DATE_FORMAT(updateTime, '%Y-%m-%d %H:%i:%S')>= DATE_FORMAT(#{updateTime}, '%Y-%m-%d %H:%i:%S') ]]>-->
|
|
|
|
|
<!--</if>-->
|
|
|
|
|
<!--</where>-->
|
|
|
|
|
<!--GROUP BY deviceRecordKey)-->
|
|
|
|
|
<!--a on p.deviceRecordKey = a.deviceRecordKey and p.versionNumber = a.versionNumber-->
|
|
|
|
|
|
|
|
|
|
<!--</select>-->
|
|
|
|
|
|
|
|
|
|
<select id="syncDlUdi" parameterType="com.glxp.api.admin.req.receipt.ProductInfoFilterRequest"
|
|
|
|
|
resultType="com.glxp.api.admin.entity.basic.ProductInfoEntity">
|
|
|
|
@ -355,7 +313,8 @@
|
|
|
|
|
bhzxxsbzsl,zxxsbzbhsydysl,bhxjcpbm,bzcj,thirdProductNo,addType,deviceRecordKey,isUseDy,thirdProductName,
|
|
|
|
|
cpmctymc,cplb,flbm,ggxh,qxlb,tyshxydm,ylqxzcrbarmc,zczbhhzbapzbh,ylqxzcrbarywmc,uuid,sjcpbm,versionNumber
|
|
|
|
|
,diType,scbssfbhph,scbssfbhxlh,scbssfbhscrq,scbssfbhsxrq,
|
|
|
|
|
ybbm,spmc,cphhhbh,cpms,cpbsbmtxmc,isNewest,updateTime
|
|
|
|
|
ybbm,spmc,cphhhbh,cpms,cpbsbmtxmc,isNewest,updateTime,cplx,hchzsb
|
|
|
|
|
,sfwblztlcp,cgzmraqxgxx,sfbjwycxsy,zdcfsycs,sfwwjbz,syqsfxyjxmj,qtxxdwzlj,mjfs
|
|
|
|
|
)
|
|
|
|
|
values
|
|
|
|
|
(
|
|
|
|
@ -396,7 +355,18 @@
|
|
|
|
|
#{cpms},
|
|
|
|
|
#{cpbsbmtxmc},
|
|
|
|
|
#{isNewest},
|
|
|
|
|
#{updateTime}
|
|
|
|
|
#{updateTime},
|
|
|
|
|
#{hchzsb},
|
|
|
|
|
#{cplx},
|
|
|
|
|
#{hchzsb},
|
|
|
|
|
#{sfwblztlcp},
|
|
|
|
|
#{cgzmraqxgxx},
|
|
|
|
|
#{sfbjwycxsy},
|
|
|
|
|
#{zdcfsycs},
|
|
|
|
|
#{sfwwjbz},
|
|
|
|
|
#{syqsfxyjxmj},
|
|
|
|
|
#{qtxxdwzlj},
|
|
|
|
|
#{mjfs}
|
|
|
|
|
)
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
@ -409,7 +379,8 @@
|
|
|
|
|
bhzxxsbzsl,zxxsbzbhsydysl,bhxjcpbm,bzcj,thirdProductNo,addType,deviceRecordKey,isUseDy,thirdProductName,
|
|
|
|
|
cpmctymc,cplb,flbm,ggxh,qxlb,tyshxydm,ylqxzcrbarmc,zczbhhzbapzbh,ylqxzcrbarywmc,uuid,sjcpbm,versionNumber
|
|
|
|
|
,diType,scbssfbhph,scbssfbhxlh,scbssfbhscrq,scbssfbhsxrq,
|
|
|
|
|
ybbm,spmc,cphhhbh,cpms,cpbsbmtxmc,isNewest,updateTime
|
|
|
|
|
ybbm,spmc,cphhhbh,cpms,cpbsbmtxmc,isNewest,updateTime,cplx,hchzsb
|
|
|
|
|
,sfwblztlcp,cgzmraqxgxx,sfbjwycxsy,zdcfsycs,sfwwjbz,syqsfxyjxmj,qtxxdwzlj,mjfs
|
|
|
|
|
) values
|
|
|
|
|
|
|
|
|
|
<foreach collection="datas" item="item" index="index"
|
|
|
|
@ -454,7 +425,8 @@
|
|
|
|
|
#{item.cpms},
|
|
|
|
|
#{item.cpbsbmtxmc},
|
|
|
|
|
#{item.isNewest},
|
|
|
|
|
#{item.updateTime}
|
|
|
|
|
#{item.updateTime},#{item.cplx},#{item.hchzsb},#{item.sfwblztlcp},#{item.cgzmraqxgxx},#{item.sfbjwycxsy},#{item.zdcfsycs}
|
|
|
|
|
,#{item.sfwwjbz},#{item.syqsfxyjxmj},#{item.qtxxdwzlj},#{item.mjfs}
|
|
|
|
|
)
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
@ -502,6 +474,17 @@
|
|
|
|
|
<if test="diType != null">diType=#{diType},</if>
|
|
|
|
|
<if test="isNewest != null">isNewest=#{isNewest},</if>
|
|
|
|
|
<if test="updateTime != null">updateTime=#{updateTime},</if>
|
|
|
|
|
<if test="cplx != null">cplx=#{cplx},</if>
|
|
|
|
|
<if test="hchzsb != null">hchzsb=#{hchzsb},</if>
|
|
|
|
|
<if test="sfwblztlcp != null">sfwblztlcp=#{sfwblztlcp},</if>
|
|
|
|
|
<if test="cgzmraqxgxx != null">cgzmraqxgxx=#{cgzmraqxgxx},</if>
|
|
|
|
|
<if test="sfbjwycxsy != null">sfbjwycxsy=#{sfbjwycxsy},</if>
|
|
|
|
|
<if test="zdcfsycs != null">zdcfsycs=#{zdcfsycs},</if>
|
|
|
|
|
<if test="sfwwjbz != null">sfwwjbz=#{sfwwjbz},</if>
|
|
|
|
|
<if test="syqsfxyjxmj != null">syqsfxyjxmj=#{syqsfxyjxmj},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="qtxxdwzlj != null">qtxxdwzlj=#{qtxxdwzlj},</if>
|
|
|
|
|
<if test="mjfs != null">mjfs=#{mjfs},</if>
|
|
|
|
|
|
|
|
|
|
</set>
|
|
|
|
|
WHERE id = #{id}
|
|
|
|
@ -521,6 +504,17 @@
|
|
|
|
|
<if test="cpbsbmtxmc != null">cpbsbmtxmc=#{cpbsbmtxmc},</if>
|
|
|
|
|
<if test="isNewest != null">isNewest=#{isNewest},</if>
|
|
|
|
|
<if test="updateTime != null">updateTime=#{updateTime},</if>
|
|
|
|
|
<if test="hchzsb != null">hchzsb=#{hchzsb},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="sfwblztlcp != null">sfwblztlcp=#{sfwblztlcp},</if>
|
|
|
|
|
<if test="cgzmraqxgxx != null">cgzmraqxgxx=#{cgzmraqxgxx},</if>
|
|
|
|
|
<if test="sfbjwycxsy != null">sfbjwycxsy=#{sfbjwycxsy},</if>
|
|
|
|
|
<if test="zdcfsycs != null">zdcfsycs=#{zdcfsycs},</if>
|
|
|
|
|
<if test="sfwwjbz != null">sfwwjbz=#{sfwwjbz},</if>
|
|
|
|
|
<if test="syqsfxyjxmj != null">syqsfxyjxmj=#{syqsfxyjxmj},
|
|
|
|
|
</if>
|
|
|
|
|
<if test="qtxxdwzlj != null">qtxxdwzlj=#{qtxxdwzlj},</if>
|
|
|
|
|
<if test="mjfs != null">mjfs=#{mjfs},</if>
|
|
|
|
|
</set>
|
|
|
|
|
WHERE uuid = #{uuid}
|
|
|
|
|
</update>
|
|
|
|
|