|
|
|
@ -344,4 +344,55 @@
|
|
|
|
|
#{item.scbssfbhsxrq},#{item.cpms},#{item.originUuid},#{allowNoBatch},#{allowNoExpire},#{allowNoProduct},#{spmc})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateUdiInfoNotAll" parameterType="com.glxp.sale.admin.req.basic.UdiInfoRequest">
|
|
|
|
|
UPDATE basic_products
|
|
|
|
|
<trim prefix="set" suffixOverrides=",">
|
|
|
|
|
<if test="packRatio != null">packRatio=#{packRatio},</if>
|
|
|
|
|
<if test="packLevel != null">packLevel=#{packLevel},</if>
|
|
|
|
|
<if test="bhxjsl != null">bhxjsl=#{bhxjsl},</if>
|
|
|
|
|
<if test="bhzxxsbzsl != null">bhzxxsbzsl=#{bhzxxsbzsl},</if>
|
|
|
|
|
<if test="zxxsbzbhsydysl != null">zxxsbzbhsydysl=#{zxxsbzbhsydysl},</if>
|
|
|
|
|
<if test="bhxjcpbm != null">bhxjcpbm=#{bhxjcpbm},</if>
|
|
|
|
|
<if test="bzcj != null">bzcj=#{bzcj},</if>
|
|
|
|
|
<if test="addType != null">addType=#{addType},</if>
|
|
|
|
|
<if test="deviceRecordKey != null">deviceRecordKey=#{deviceRecordKey},</if>
|
|
|
|
|
<if test="cpmctymc != null">cpmctymc=#{cpmctymc},</if>
|
|
|
|
|
<if test="cplb != null">cplb=#{cplb},</if>
|
|
|
|
|
<if test="flbm != null">flbm=#{flbm},</if>
|
|
|
|
|
<if test="ggxh != null">ggxh=#{ggxh},</if>
|
|
|
|
|
<if test="qxlb != null">qxlb=#{qxlb},</if>
|
|
|
|
|
<if test="tyshxydm != null">tyshxydm=#{tyshxydm},</if>
|
|
|
|
|
<if test="ylqxzcrbarmc != null">ylqxzcrbarmc=#{ylqxzcrbarmc},</if>
|
|
|
|
|
<if test="ylqxzcrbarywmc != null">ylqxzcrbarywmc=#{ylqxzcrbarywmc},</if>
|
|
|
|
|
<if test="uuid != null">uuid=#{uuid},</if>
|
|
|
|
|
<if test="sjcpbm != null">sjcpbm=#{sjcpbm},</if>
|
|
|
|
|
<if test="versionNumber != null">versionNumber=#{versionNumber},</if>
|
|
|
|
|
<if test="sptm != null">sptm=#{sptm},</if>
|
|
|
|
|
<if test="manufactory != null">manufactory=#{manufactory},</if>
|
|
|
|
|
<if test="ybbm != null">ybbm=#{ybbm},</if>
|
|
|
|
|
<if test="measname != null">measname=#{measname},</if>
|
|
|
|
|
<if test="diType != null">diType=#{diType},</if>
|
|
|
|
|
<if test="productType != null">productType=#{productType},</if>
|
|
|
|
|
<if test="scbssfbhph != null">scbssfbhph=#{scbssfbhph},</if>
|
|
|
|
|
<if test="scbssfbhxlh != null">scbssfbhxlh=#{scbssfbhxlh},</if>
|
|
|
|
|
<if test="scbssfbhscrq != null">scbssfbhscrq=#{scbssfbhscrq},</if>
|
|
|
|
|
<if test="scbssfbhsxrq != null">scbssfbhsxrq=#{scbssfbhsxrq},</if>
|
|
|
|
|
<if test="cpms != null">cpms=#{cpms},</if>
|
|
|
|
|
<if test="originUuid != null">originUuid=#{originUuid},</if>
|
|
|
|
|
<if test="spmc != null">spmc=#{spmc},</if>
|
|
|
|
|
<if test="cpdls != null">cpdls=#{cpdls},</if>
|
|
|
|
|
<if test="basicPrductRemak1 != null">basicPrductRemak1=#{basicPrductRemak1},</if>
|
|
|
|
|
<if test="basicPrductRemak2 != null">basicPrductRemak2=#{basicPrductRemak2},</if>
|
|
|
|
|
<if test="basicPrductRemak3 != null">basicPrductRemak3=#{basicPrductRemak3},</if>
|
|
|
|
|
<if test="basicPrductRemak4 != null">basicPrductRemak4=#{basicPrductRemak4},</if>
|
|
|
|
|
<if test="basicPrductRemak5 != null">basicPrductRemak5=#{basicPrductRemak5},</if>
|
|
|
|
|
<if test="basicPrductRemak6 != null">basicPrductRemak6=#{basicPrductRemak6},</if>
|
|
|
|
|
<if test="basicPrductRemak7 != null">basicPrductRemak7=#{basicPrductRemak7},</if>
|
|
|
|
|
<if test="basicPrductRemak8 != null">basicPrductRemak8=#{basicPrductRemak8},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
WHERE uuid = #{uuid}
|
|
|
|
|
</update>
|
|
|
|
|
|
|
|
|
|
</mapper>
|