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

Merge remote-tracking branch 'origin/develop' into develop

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
3888352110
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

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

@@ -115,6 +115,9 @@
<if test=" null != couponId and ''!=couponId">
and c.coupon_id=#{couponId}
</if>
<if test=" null != title and ''!=title">
and c.title like concat('%',#{title},'%')
</if>
</where>
</select>


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