|
|
@ -334,7 +334,7 @@ |
|
|
left join market m1 on m1.id = cr.performance_market |
|
|
left join market m1 on m1.id = cr.performance_market |
|
|
left join market m2 on m2.id = cr.received_market |
|
|
left join market m2 on m2.id = cr.received_market |
|
|
left join rate r2 on r2.id = cr.received_currency |
|
|
left join rate r2 on r2.id = cr.received_currency |
|
|
where (cr.status = 4 or cr.status = 100 or (cr.status = 6 and cr.is_performance = 1)) |
|
|
|
|
|
|
|
|
where (cr.status = 4 or cr.status = 100 or cr.status = 6 ) and cr.is_performance = 1 |
|
|
|
|
|
|
|
|
<!-- adminMarket筛选:如果adminMarket列表不为空且不包含研发部或总部,则筛选market表中的name等于adminMarket列表中的内容 --> |
|
|
<!-- adminMarket筛选:如果adminMarket列表不为空且不包含研发部或总部,则筛选market表中的name等于adminMarket列表中的内容 --> |
|
|
<if test="adminMarket != null and adminMarket.size() > 0"> |
|
|
<if test="adminMarket != null and adminMarket.size() > 0"> |
|
|
|