|
@@ -30,7 +30,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
<if test="xmId != null "> and xm_id = #{xmId}</if>
|
|
|
<if test="xmbh != null and xmbh != ''"> and xmbh = #{xmbh}</if>
|
|
|
- <if test="xmmc != null and xmmc != ''"> and xmmc = #{xmmc}</if>
|
|
|
<if test="isDel != null "> and is_del = #{isDel}</if>
|
|
|
<if test="companyName != null and companyName != ''"> and company_name like concat('%', #{companyName}, '%')</if>
|
|
|
<if test="companyAddress != null and companyAddress != ''"> and company_address = #{companyAddress}</if>
|