|
@@ -331,6 +331,9 @@
|
|
|
<if test="vo.otaId != null and vo.otaId != ''">
|
|
<if test="vo.otaId != null and vo.otaId != ''">
|
|
|
AND tor.source_id = #{vo.otaId}
|
|
AND tor.source_id = #{vo.otaId}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="vo.distributorId != null and vo.distributorId != ''">
|
|
|
|
|
+ AND tor.source_id = #{vo.distributorId}
|
|
|
|
|
+ </if>
|
|
|
<if test="vo.otaCateId != null and vo.otaCateId != ''">
|
|
<if test="vo.otaCateId != null and vo.otaCateId != ''">
|
|
|
AND od.ota_category_id = #{vo.otaCateId}
|
|
AND od.ota_category_id = #{vo.otaCateId}
|
|
|
</if>
|
|
</if>
|