|
@@ -209,15 +209,15 @@
|
|
|
<if test="sold != null and sold != ''">
|
|
|
AND cshd.sold=#{sold}
|
|
|
</if>
|
|
|
- <if test="payStatus != null and payStatus != ''">
|
|
|
- AND cshd.payStatus=#{payStatus}
|
|
|
- </if>
|
|
|
<if test="source != null and source != ''">
|
|
|
AND cshd.source=#{source}
|
|
|
</if>
|
|
|
<if test="publishIdentity != null and publishIdentity !=''">
|
|
|
AND cshd.publishIdentity = #{publishIdentity}
|
|
|
</if>
|
|
|
+ <if test="contactName !=null and contactName !=''">
|
|
|
+ AND (cshd.contactName LIKE concat('%',#{contactName},'%') or cshd.companyName LIKE concat('%',#{contactName},'%'))
|
|
|
+ </if>
|
|
|
<if test="sqlMap !=null and sqlMap !=''">
|
|
|
${sqlMap.dsf}
|
|
|
</if>
|