|
@@ -813,7 +813,7 @@
|
|
|
and ITEMNAME LIKE '%${itemname}%'
|
|
|
</if>
|
|
|
<if test="itemdesc != null and itemdesc != ''">
|
|
|
- and ITEMDESC = #{itemdesc}
|
|
|
+ and ITEMDESC LIKE '%${itemdesc}%'
|
|
|
</if>
|
|
|
<if test="propertyid != null and propertyid != ''">
|
|
|
and PROPERTYID in (${propertyid})
|