Browse Source

tt

release_toaliyun_real
xhxu 5 years ago
parent
commit
841fde26d9
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      mallinkService/src/main/resources/mapper/TtOrderMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/TtOrderMapper.xml View File

@@ -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 ">


Loading…
Cancel
Save