|
|
|
@ -124,8 +124,15 @@
|
|
|
|
|
<if test="manufactory != '' and manufactory != null">
|
|
|
|
|
AND manufactory LIKE concat('%', #{manufactory}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<!-- <if test="spec != '' and spec != null">-->
|
|
|
|
|
<!-- AND spec LIKE concat('%', #{spec}, '%')-->
|
|
|
|
|
<!-- </if>-->
|
|
|
|
|
<if test="spec != '' and spec != null">
|
|
|
|
|
AND spec LIKE concat('%', #{spec}, '%')
|
|
|
|
|
AND (
|
|
|
|
|
spec like concat('%', #{spec}, '%')
|
|
|
|
|
or prepnSpec like concat('%', #{spec}, '%')
|
|
|
|
|
or prepnUnit like concat('%', #{spec}, '%')
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="unionCode != '' and unionCode != null">
|
|
|
|
|
or code LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|