|
|
|
@ -1321,45 +1321,6 @@
|
|
|
|
|
</foreach>
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<insert id="importUdiRelevance" parameterType="java.util.List">
|
|
|
|
|
replace
|
|
|
|
|
into basic_udirel
|
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
|
isLock,
|
|
|
|
|
lockStatus, isAdavence, purType, attributeType, hcType, useMuti, useNum, supName, createTime,
|
|
|
|
|
updateTime, modifyTime,
|
|
|
|
|
createUser,
|
|
|
|
|
updateUser,
|
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert, isStack)
|
|
|
|
|
values
|
|
|
|
|
|
|
|
|
|
<foreach collection="udiRelevanceEntities" item="item" index="index" separator=",">
|
|
|
|
|
(#{item.id},
|
|
|
|
|
#{item.uuid},
|
|
|
|
|
#{item.mainId},
|
|
|
|
|
#{item.thirdId},
|
|
|
|
|
#{item.thirdId1},
|
|
|
|
|
#{item.thirdId2},
|
|
|
|
|
#{item.thirdId3},
|
|
|
|
|
#{item.thirdId4},
|
|
|
|
|
#{item.udplatCode},
|
|
|
|
|
#{item.isUseDy},
|
|
|
|
|
#{item.isDisable},
|
|
|
|
|
#{item.isLock},
|
|
|
|
|
#{item.lockStatus},
|
|
|
|
|
#{item.isAdavence}, #{item.purType}, #{item.attributeType}, #{item.hcType},
|
|
|
|
|
#{item.useMuti},
|
|
|
|
|
#{item.useNum},
|
|
|
|
|
#{item.supName},
|
|
|
|
|
#{item.createTime},
|
|
|
|
|
#{item.updateTime},
|
|
|
|
|
#{item.modifyTime},
|
|
|
|
|
#{item.createUser},
|
|
|
|
|
#{item.updateUser},
|
|
|
|
|
#{item.remark}, #{item.useExpireTime}, #{item.dispatch}, #{item.groupBuy}, #{item.needCert},
|
|
|
|
|
#{item.isStack})
|
|
|
|
|
</foreach>
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<select id="selectGroupByNameCode" parameterType="java.lang.String"
|
|
|
|
|
resultType="com.glxp.api.res.basic.UdiRelevanceResponse">
|
|
|
|
|