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

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

@@ -882,7 +882,7 @@
and c.id = #{couponId} and c.id = #{couponId}
</if> </if>
<if test=" null != title "> <if test=" null != title ">
and c.title = #{title}
and c.title like concat('%', #{title},'%')
</if> </if>
<if test=" null != business "> <if test=" null != business ">
and c.business = #{business} and c.business = #{business}


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