|
@@ -34,6 +34,7 @@
|
|
|
<if test="ptlAgreementAttributionQueryVo.username != null and ptlAgreementAttributionQueryVo.username != ''">
|
|
<if test="ptlAgreementAttributionQueryVo.username != null and ptlAgreementAttributionQueryVo.username != ''">
|
|
|
and paa.username like concat('%',#{ptlAgreementAttributionQueryVo.username},'%')
|
|
and paa.username like concat('%',#{ptlAgreementAttributionQueryVo.username},'%')
|
|
|
or paa.user_abbr like concat('%',#{ptlAgreementAttributionQueryVo.username},'%')
|
|
or paa.user_abbr like concat('%',#{ptlAgreementAttributionQueryVo.username},'%')
|
|
|
|
|
+ or eic.name_simple like concat('%',#{ptlAgreementAttributionQueryVo.username},'%')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="ptlAgreementAttributionQueryVo.quoteStatus != null and ptlAgreementAttributionQueryVo.quoteStatus != ''">
|
|
<if test="ptlAgreementAttributionQueryVo.quoteStatus != null and ptlAgreementAttributionQueryVo.quoteStatus != ''">
|
|
|
and paa.quote_status = #{ptlAgreementAttributionQueryVo.quoteStatus}
|
|
and paa.quote_status = #{ptlAgreementAttributionQueryVo.quoteStatus}
|