|
|
|
@ -48,7 +48,6 @@
|
|
|
|
|
basic_udirel.isAdavence,
|
|
|
|
|
basic_udirel.purType,
|
|
|
|
|
basic_udirel.attributeType,
|
|
|
|
|
basic_udirel.hcType,
|
|
|
|
|
basic_udirel.lowStockNum,
|
|
|
|
|
basic_udirel.overStockNum,
|
|
|
|
|
basic_udirel.recentDateTime,
|
|
|
|
@ -126,7 +125,6 @@
|
|
|
|
|
basic_products.syqsfxyjxmj,
|
|
|
|
|
basic_products.mjfs,
|
|
|
|
|
basic_products.categoryName,
|
|
|
|
|
basic_products.cphhhbh,
|
|
|
|
|
basic_products.requireScanCode,
|
|
|
|
|
basic_udirel.hcType,
|
|
|
|
|
basic_udirel.groupBuy,
|
|
|
|
@ -137,7 +135,6 @@
|
|
|
|
|
basic_products.catalogname3,
|
|
|
|
|
basic_products.matrial,
|
|
|
|
|
basic_products.bzgg,
|
|
|
|
|
basic_products.packUnit,
|
|
|
|
|
basic_products.prepnSpec,
|
|
|
|
|
basic_products.prepnUnit,
|
|
|
|
|
basic_products.packMatrial,
|
|
|
|
@ -171,6 +168,9 @@
|
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
AND ggxh LIKE concat('%', #{ggxh}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="bzgg != '' and bzgg != null">
|
|
|
|
|
AND basic_products.bzgg LIKE concat('%', #{bzgg}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="purType != '' and purType != null">
|
|
|
|
|
AND basic_udirel.purType = #{purType}
|
|
|
|
|
</if>
|
|
|
|
@ -272,6 +272,7 @@
|
|
|
|
|
</foreach>
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY rlId
|
|
|
|
|
ORDER BY company_product_relevance.updateTime DESC
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|