@ -11,9 +11,6 @@
<if test="companyName != null and '' !=companyName">
AND companyName like concat(#{companyName},'%')
</if>
</where>
<where>
<if test="checkType != null and ''!=checkType">
AND checkType = #{checkType}