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

[发券异常][修改]

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

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

@@ -28,7 +28,7 @@
(case when
(select count(*) from wx_coupon_merchant xcm where xcm.product_id = cs.coupon_id and xcm.status = 0)=1
then
(select m.name from wx_merchant m, wx_coupon_merchant cm where m.id = cm.merchant_id and cm.product_id=cs.coupon_id)
(select m.name from wx_merchant m, wx_coupon_merchant cm where m.id = cm.merchant_id and cm.product_id=cs.coupon_id and cm.status = 0)
else
'[多商户通用]'
end) as merchant_name,


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