Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
server
/
formallProject
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
[砍价][修改]:券包不显示砍价及团购
release_toaliyun_real
Stormeye Wu
7 лет назад
Родитель
4c565efee9
Сommit
ae754ae0be
1 измененных файлов
:
4 добавлений
и
1 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+4
-1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
+ 4
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
Просмотреть файл
@@ -567,7 +567,10 @@
left join wx_coupon_action_log cal on cal.coupon_order_id = co.id
where 1=1
and co.coupon_id = c.id
and co.coupon_type != 5 and co.coupon_type != 7
and co.coupon_type != 5
and co.coupon_type != 7
and co.coupon_type != 8
and co.coupon_type != 9
<if test="cUserId != null">
and co.c_user_id = #{cUserId}
</if>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить