|
|
|
@ -89,10 +89,10 @@
|
|
|
|
|
AND nameCode LIKE concat('%', #{nameCode}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="approvalNum != '' and approvalNum != null">
|
|
|
|
|
AND approvalNum = #{approvalNum}
|
|
|
|
|
AND approvalNum LIKE concat('%', #{approvalNum}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="manufacturer != '' and manufacturer != null">
|
|
|
|
|
AND manufacturer = #{manufacturer}
|
|
|
|
|
AND manufacturer LIKE concat('%', #{manufacturer}, '%')
|
|
|
|
|
</if>
|
|
|
|
|
<if test="formSpec != '' and formSpec != null">
|
|
|
|
|
AND formSpec LIKE concat('%', #{formSpec}, '%')
|
|
|
|
|