Przeglądaj źródła

tt

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
841fde26d9
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      mallinkService/src/main/resources/mapper/TtOrderMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/TtOrderMapper.xml Wyświetl plik

@@ -92,8 +92,8 @@
and o.`title` like concat('%', #{productTitle},'%') and o.`title` like concat('%', #{productTitle},'%')
</if> </if>


<if test=" null != authorId ">
and o.merchant_id = #{authorId}
<if test=" null != merchantId ">
and o.merchant_id = #{merchantId}
</if> </if>


<if test=" null != author "> <if test=" null != author ">
@@ -185,8 +185,8 @@
and o.`order_status` = #{orderStatus} and o.`order_status` = #{orderStatus}
</if> </if>


<if test=" null != authorId ">
and o.merchant_id = #{authorId}
<if test=" null != merchantId ">
and o.merchant_id = #{merchantId}
</if> </if>


<if test=" null != author "> <if test=" null != author ">


Ładowanie…
Anuluj
Zapisz