|
|
@ -89,10 +89,10 @@
|
|
|
|
<if test="business_structure!=null">
|
|
|
|
<if test="business_structure!=null">
|
|
|
|
AND c.business_structure=#{business_structure}
|
|
|
|
AND c.business_structure=#{business_structure}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="industry != null and industry=='1'.toString()">
|
|
|
|
<if test="industry != null and industry == '1'.toString()">
|
|
|
|
AND (c.royalpayindustry =1 or c.royalpayindustry like '100%')
|
|
|
|
AND (c.royalpayindustry =1 or c.royalpayindustry like '100%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="industry!=null and industry != '0'.toString() and industry and industry!='1'.toString()">
|
|
|
|
<if test="industry!=null and industry != '0'.toString() and industry and industry!='1'">
|
|
|
|
<bind name="industry" value="industry+'%'"/>
|
|
|
|
<bind name="industry" value="industry+'%'"/>
|
|
|
|
AND c.royalpayindustry like #{industry}
|
|
|
|
AND c.royalpayindustry like #{industry}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|