|
|
|
@ -16,11 +16,12 @@
|
|
|
|
|
qxlb, tyshxydm, zczbhhzbapzbh,
|
|
|
|
|
ylqxzcrbarmc, ylqxzcrbarywmc, updateTime,
|
|
|
|
|
supName, model, `standard`,
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType,attributeType,hcType,
|
|
|
|
|
catalogname1,
|
|
|
|
|
catalogname2,
|
|
|
|
|
catalogname3,
|
|
|
|
|
matrial)
|
|
|
|
|
qtbm, zczyxqz, relId, type, deviceRecordKey, groupBuy, purType, attributeType,
|
|
|
|
|
hcType,
|
|
|
|
|
catalogname1,
|
|
|
|
|
catalogname2,
|
|
|
|
|
catalogname3,
|
|
|
|
|
matrial)
|
|
|
|
|
values
|
|
|
|
|
<foreach collection="list" index="index" item="item" separator=",">
|
|
|
|
|
(#{item.uuid},
|
|
|
|
@ -46,11 +47,11 @@
|
|
|
|
|
, #{item.flbm}, #{item.qxlb}, #{item.tyshxydm}, #{item.zczbhhzbapzbh}
|
|
|
|
|
, #{item.ylqxzcrbarmc}, #{item.ylqxzcrbarywmc}, #{item.updateTime}, #{item.supName}, #{item.model}
|
|
|
|
|
, #{item.standard}, #{item.qtbm}, #{item.standard}, #{item.zczyxqz}, #{item.type},
|
|
|
|
|
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType},#{item.attributeType},#{item.hcType},
|
|
|
|
|
#{item.catalogname1},
|
|
|
|
|
#{item.catalogname2},
|
|
|
|
|
#{item.catalogname3},
|
|
|
|
|
#{item.matrial})
|
|
|
|
|
#{item.deviceRecordKey}, #{item.groupBuy}, #{item.purType}, #{item.attributeType}, #{item.hcType},
|
|
|
|
|
#{item.catalogname1},
|
|
|
|
|
#{item.catalogname2},
|
|
|
|
|
#{item.catalogname3},
|
|
|
|
|
#{item.matrial})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
@ -144,7 +145,6 @@
|
|
|
|
|
<if test="hcType != null">
|
|
|
|
|
`hcType`=#{hcType},
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
</trim>
|
|
|
|
|
WHERE id = #{id}
|
|
|
|
|
</update>
|
|
|
|
|