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