|
|
|
@ -210,15 +210,28 @@
|
|
|
|
|
<if test="diType != '' and diType != null">
|
|
|
|
|
AND diType = #{diType}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 1">
|
|
|
|
|
AND (basic_udirel.thirdId <![CDATA[<>]]> '' or basic_udirel.thirdId1 <![CDATA[<>]]> '' or
|
|
|
|
|
basic_udirel.thirdId2 <![CDATA[<>]]> '' or
|
|
|
|
|
basic_udirel.thirdId3 <![CDATA[<>]]> '' or basic_udirel.thirdId4 <![CDATA[<>]]> '')
|
|
|
|
|
<if test="filterType != null and filterType == 1 and productType == 1">
|
|
|
|
|
AND (basic_udirel.thirdId <![CDATA[<>]]> '' or basic_udirel.thirdId1 <![CDATA[<>]]> '' or basic_udirel.thirdId2 <![CDATA[<>]]> '' or
|
|
|
|
|
tbasic_udirel.hirdId3 <![CDATA[<>]]> '' or basic_udirel.thirdId4 <![CDATA[<>]]> '')
|
|
|
|
|
and basic_products.originUuid <![CDATA[<>]]> ''
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 2">
|
|
|
|
|
<if test="filterType != null and filterType == 1 and productType == 2">
|
|
|
|
|
AND (basic_udirel.thirdId is not null or basic_udirel.thirdId1 is not null)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 1 and productType == 2">
|
|
|
|
|
AND basic_products.nameCode is not null
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 2 and productType == 1">
|
|
|
|
|
AND basic_products.originUuid is NULL
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 2 and productType == 2">
|
|
|
|
|
AND ((basic_udirel.thirdId = '' or basic_udirel.thirdId is null) or (basic_udirel.thirdId1 = '' or basic_udirel.thirdId1 is null)
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 2 and productType == 2">
|
|
|
|
|
AND ( (basic_udirel.mainId = '' or basic_udirel.mainId is null) or (basic_products.nameCode = '' or basic_products.nameCode is null)
|
|
|
|
|
)
|
|
|
|
|
</if>
|
|
|
|
|
<if test="filterType != null and filterType == 3">
|
|
|
|
|
AND (basic_udirel.thirdId IS NULL or basic_udirel.thirdId = '')
|
|
|
|
|
and basic_products.originUuid <![CDATA[<>]]> ''
|
|
|
|
|