@@ -18,7 +18,7 @@
and t.building_id = #{buildingId}
</if>
<if test="salesBatchName != null and salesBatchName != ''">
- and t.sales_batch_name = #{salesBatchName}
+ and t.sales_batch_name like CONCAT('%',#{salesBatchName}, '%')
<if test="status != null">
and t.status = #{status}