|
|
|
@ -169,7 +169,9 @@
|
|
|
|
|
AND nameCode LIKE concat(#{nameCode}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="ggxh != '' and ggxh != null">
|
|
|
|
|
AND ggxh LIKE concat('%', #{ggxh}, '%')
|
|
|
|
|
AND (
|
|
|
|
|
basic_products.ggxh LIKE concat('%', #{ggxh}, '%')
|
|
|
|
|
or basic_products.bzgg LIKE concat('%', #{ggxh}, '%'))
|
|
|
|
|
</if>
|
|
|
|
|
<if test="purType != '' and purType != null">
|
|
|
|
|
AND basic_udirel.purType = #{purType}
|
|
|
|
@ -280,6 +282,7 @@
|
|
|
|
|
or basic_products.prepnSpec 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_udirel.thirdId LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|
or basic_udirel.thirdId1 LIKE concat('%', #{keyWords}, '%')
|
|
|
|
|