|
|
|
@@ -92,8 +92,8 @@ |
|
|
|
and o.`title` like concat('%', #{productTitle},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != authorId "> |
|
|
|
and o.merchant_id = #{authorId} |
|
|
|
<if test=" null != merchantId "> |
|
|
|
and o.merchant_id = #{merchantId} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != author "> |
|
|
|
@@ -185,8 +185,8 @@ |
|
|
|
and o.`order_status` = #{orderStatus} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != authorId "> |
|
|
|
and o.merchant_id = #{authorId} |
|
|
|
<if test=" null != merchantId "> |
|
|
|
and o.merchant_id = #{merchantId} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != author "> |
|
|
|
|