@@ -66,7 +66,7 @@
AND vto.operation_type = #{operationType}
</if>
<if test="businessFullName != null and businessFullName != ''">
- AND vto.business_full_name = #{businessFullName}
+ AND INSTR(vto.business_full_name,#{businessFullName})
<if test="checkStatus != null and checkStatus.size()!=0 ">
AND vto.check_status in