|
|
@ -962,7 +962,7 @@
|
|
|
|
INTO basic_udirel
|
|
|
|
INTO basic_udirel
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
isLock,
|
|
|
|
isLock,
|
|
|
|
lockStatus, isAdavence, purType, useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
lockStatus, isAdavence, purType, attributeType,useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
createUser,
|
|
|
|
createUser,
|
|
|
|
updateUser,
|
|
|
|
updateUser,
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
@ -979,7 +979,7 @@
|
|
|
|
#{isDisable},
|
|
|
|
#{isDisable},
|
|
|
|
#{isLock},
|
|
|
|
#{isLock},
|
|
|
|
#{lockStatus},
|
|
|
|
#{lockStatus},
|
|
|
|
#{isAdavence}, #{purType},
|
|
|
|
#{isAdavence}, #{purType},#{attributeType},
|
|
|
|
#{useMuti},
|
|
|
|
#{useMuti},
|
|
|
|
#{useNum},
|
|
|
|
#{useNum},
|
|
|
|
#{supName},
|
|
|
|
#{supName},
|
|
|
@ -998,7 +998,7 @@
|
|
|
|
INTO basic_udirel
|
|
|
|
INTO basic_udirel
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
isLock,
|
|
|
|
isLock,
|
|
|
|
lockStatus, isAdavence, purType, useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
lockStatus, isAdavence, purType,attributeType, useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
createUser,
|
|
|
|
createUser,
|
|
|
|
updateUser,
|
|
|
|
updateUser,
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
@ -1015,7 +1015,7 @@
|
|
|
|
#{isDisable},
|
|
|
|
#{isDisable},
|
|
|
|
#{isLock},
|
|
|
|
#{isLock},
|
|
|
|
#{lockStatus},
|
|
|
|
#{lockStatus},
|
|
|
|
#{isAdavence}, #{purType},
|
|
|
|
#{isAdavence}, #{purType},#{attributeType},
|
|
|
|
#{useMuti},
|
|
|
|
#{useMuti},
|
|
|
|
#{useNum},
|
|
|
|
#{useNum},
|
|
|
|
#{supName},
|
|
|
|
#{supName},
|
|
|
@ -1092,6 +1092,10 @@
|
|
|
|
<if test="purType != null">
|
|
|
|
<if test="purType != null">
|
|
|
|
purType=#{purType},
|
|
|
|
purType=#{purType},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="attributeType != null">
|
|
|
|
|
|
|
|
attributeType=#{attributeType},
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
<if test="useMuti != null">
|
|
|
|
<if test="useMuti != null">
|
|
|
|
useMuti=#{useMuti},
|
|
|
|
useMuti=#{useMuti},
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
@ -1171,7 +1175,7 @@
|
|
|
|
into basic_udirel
|
|
|
|
into basic_udirel
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
(id, uuid, mainId, thirdId, thirdId1, thirdId2, thirdId3, thirdId4, udplatCode, isUseDy, isDisable,
|
|
|
|
isLock,
|
|
|
|
isLock,
|
|
|
|
lockStatus, isAdavence, purType, useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
lockStatus, isAdavence, purType, attributeType,useMuti, useNum, supName, createTime, updateTime, modifyTime,
|
|
|
|
createUser,
|
|
|
|
createUser,
|
|
|
|
updateUser,
|
|
|
|
updateUser,
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
|
remark, useExpireTime, dispatch, groupBuy, needCert)
|
|
|
@ -1191,7 +1195,7 @@
|
|
|
|
#{item.isDisable},
|
|
|
|
#{item.isDisable},
|
|
|
|
#{item.isLock},
|
|
|
|
#{item.isLock},
|
|
|
|
#{item.lockStatus},
|
|
|
|
#{item.lockStatus},
|
|
|
|
#{item.isAdavence}, #{item.purType},
|
|
|
|
#{item.isAdavence}, #{item.purType},#{item.attributeType},
|
|
|
|
#{item.useMuti},
|
|
|
|
#{item.useMuti},
|
|
|
|
#{item.useNum},
|
|
|
|
#{item.useNum},
|
|
|
|
#{item.supName},
|
|
|
|
#{item.supName},
|
|
|
|