xhxu 5 лет назад
Родитель
Сommit
ff21196dd8
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

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

@@ -149,7 +149,7 @@
select count(*) from wx_order o,wx_coupon c
where o.product_id = c.id
and c.conditions is not null
and JSON_EXTRACT(c.conditions, '$.type') = 1
/*and JSON_EXTRACT(c.conditions, '$.type') = 1*/
<if test=" null != cUserId ">
and o.c_user_id = #{cUserId}
</if>


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