|
|
@ -138,7 +138,7 @@ |
|
|
|
and wc.warehousing_quantity = wc.total_quantity |
|
|
|
and wc.warehousing_quantity = wc.total_quantity |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="keywords != null and keywords != ''"> |
|
|
|
<if test="keywords != null and keywords != ''"> |
|
|
|
and wc.reagent_consumable_name = #{keywords} |
|
|
|
and wc.reagent_consumable_name like concat ('%',#{keywords} ,'%' ) |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="category != null and category != ''"> |
|
|
|
<if test="category != null and category != ''"> |
|
|
|
and rc.category = #{category} |
|
|
|
and rc.category = #{category} |
|
|
|