xhxu 5 лет назад
Родитель
Сommit
841fde26d9
1 измененных файлов: 4 добавлений и 4 удалений
  1. +4
    -4
      mallinkService/src/main/resources/mapper/TtOrderMapper.xml

+ 4
- 4
mallinkService/src/main/resources/mapper/TtOrderMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить