|
|
|
@ -154,6 +154,9 @@
|
|
|
|
|
<if test="codeCheck != null">
|
|
|
|
|
AND basic_products.requireScanCode = #{codeCheck}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="requireCost != null">
|
|
|
|
|
AND basic_products.requireCost = #{requireCost}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="unionCode != '' and unionCode != null">
|
|
|
|
|
and (
|
|
|
|
|
nameCode LIKE concat('%', #{unionCode}, '%')
|
|
|
|
|