Преглед изворни кода

[BUG][修改][云端测试:version:.782.1095 :拼团营销数据-查询没有反应]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
109e2542b5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Прегледај датотеку

@@ -121,7 +121,7 @@
from wx_coupon c where type=9
) c
<where>
<if test=" null != couponId ">
<if test=" null != couponId and ''!=couponId">
and c.coupon_id=#{couponId}
</if>
</where>


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