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

[拼团营销分析][修改][查询]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
315767f6c3
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=#{title}
</if>
</where>
</select>


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