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

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

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

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

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


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