|
|
|
@ -730,6 +730,26 @@
|
|
|
|
|
<if test="groupBuy != null">
|
|
|
|
|
and basic_udirel.groupBuy = #{groupBuy}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="keyWords != '' and keyWords != null">
|
|
|
|
|
AND (
|
|
|
|
|
nameCode LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or ybbm LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or sptm LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.mainId LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId1 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId2 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId3 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId4 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId4 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.cpmctymc LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.ggxh LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.zczbhhzbapzbh LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.manufactory LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.ybbm LIKE concat(#{keyWords}, '%')
|
|
|
|
|
or basic_products.bzgg LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_products.prepnSpec LIKE concat('%', #{keyWords}, '%'))
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY basic_udirel.id
|
|
|
|
|
ORDER BY modifyTime DESC
|
|
|
|
|