|
|
|
@ -1300,7 +1300,7 @@
|
|
|
|
|
remark, useExpireTime, `dispatch`,
|
|
|
|
|
groupBuy, needCert, isStack, distributeLevelDi,
|
|
|
|
|
distributeLevelUnit, distributeLevelCount, useLevelDi, useLevelUnit, useLeverCount, useLevel, distributeLevel,
|
|
|
|
|
splitEnable, autoCode,distributeMaxLevel,useMaxLevel)
|
|
|
|
|
splitEnable, autoCode, distributeMaxLevel, useMaxLevel)
|
|
|
|
|
values (#{id},
|
|
|
|
|
#{uuid},
|
|
|
|
|
#{mainId},
|
|
|
|
@ -1342,7 +1342,7 @@
|
|
|
|
|
#{useLevel},
|
|
|
|
|
#{distributeLevel},
|
|
|
|
|
#{splitEnable},
|
|
|
|
|
#{autoCode},#{distributeMaxLevel},#{useMaxLevel})
|
|
|
|
|
#{autoCode}, #{distributeMaxLevel}, #{useMaxLevel})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<insert id="insertUdiRelevanceignore"
|
|
|
|
@ -1954,7 +1954,7 @@
|
|
|
|
|
<if test="id != '' and id != null">
|
|
|
|
|
AND basic_udirel.id = #{id}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="packLevel != '' and packLevel null">
|
|
|
|
|
<if test="packLevel != '' and packLevel != null">
|
|
|
|
|
AND basic_products.packLevel = #{packLevel}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|