xhxu пре 5 година
родитељ
комит
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 select count(*) from wx_order o,wx_coupon c
where o.product_id = c.id where o.product_id = c.id
and c.conditions is not null and c.conditions is not null
and JSON_EXTRACT(c.conditions, '$.type') = 1
/*and JSON_EXTRACT(c.conditions, '$.type') = 1*/
<if test=" null != cUserId "> <if test=" null != cUserId ">
and o.c_user_id = #{cUserId} and o.c_user_id = #{cUserId}
</if> </if>


Loading…
Откажи
Сачувај