|
|
|
@ -750,6 +750,13 @@
|
|
|
|
|
or basic_products.bzgg LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.prepnSpec LIKE concat('%', #{keyWords}, '%'))
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterNameCodes != null and filterNameCodes.size() != 0">
|
|
|
|
|
and nameCode not in
|
|
|
|
|
<foreach collection="filterNameCodes" item="item" open="(" separator="," close=")">
|
|
|
|
|
#{item}
|
|
|
|
|
</foreach>
|
|
|
|
|
and basic_products.packLevel = 1
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY basic_udirel.id
|
|
|
|
|
ORDER BY modifyTime DESC
|
|
|
|
|