Просмотр исходного кода

[代码][优化]:修复上次提交的代码问题

release_toaliyun_real
hupeng 7 лет назад
Родитель
Сommit
9a33d38ecc
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

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

@@ -204,6 +204,7 @@


<sql id="dynamicWhereConditionsForCoupon">
where 1 = 1

<if test=" null != id ">
and `id` = #{id}
@@ -214,7 +215,7 @@
</if>

<if test=" null == type ">
and `type` &lt; 7
and `type` &lt; 7
</if>

<if test=" null != type ">


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