|
@@ -1860,8 +1860,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="maps.companyUserId != null ">
|
|
<if test="maps.companyUserId != null ">
|
|
|
and o.company_user_id =#{maps.companyUserId}
|
|
and o.company_user_id =#{maps.companyUserId}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="maps.salesName != null and maps.salesName != ''">
|
|
|
|
|
- and cu.user_name like CONCAT('%', #{maps.salesName}, '%')
|
|
|
|
|
|
|
+ <if test="maps.companyUserNickName != null and maps.companyUserNickName != ''">
|
|
|
|
|
+ and cu.nick_name like CONCAT('%', #{maps.companyUserNickName}, '%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="maps.payCode != null and maps.payCode != ''">
|
|
<if test="maps.payCode != null and maps.payCode != ''">
|
|
|
and sp_latest.pay_code like CONCAT('%', #{maps.payCode}, '%')
|
|
and sp_latest.pay_code like CONCAT('%', #{maps.payCode}, '%')
|