|
@@ -43,8 +43,8 @@
|
|
|
<if test="contactAddress != null and contactAddress != ''">AND c.contact_address = #{contactAddress}</if>
|
|
|
<if test="source != null and source != ''">AND c.source = #{source}</if>
|
|
|
<if test="type != null and type != ''">AND c.type = #{type}</if>
|
|
|
- <if test="socialCreditCode != null and socialCreditCode != ''">AND c.social_credit_code =
|
|
|
- #{socialCreditCode}
|
|
|
+ <if test="socialCreditCode != null and socialCreditCode != ''">AND c.social_credit_code
|
|
|
+ like concat('%', #{socialCreditCode}, '%')
|
|
|
</if>
|
|
|
<if test="mainBusiness != null and mainBusiness != ''">AND c.main_business = #{mainBusiness}</if>
|
|
|
<if test="legalRepresentative != null and legalRepresentative != ''">AND c.legal_representative =
|