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

//..circle

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

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

@@ -266,7 +266,7 @@
IFNULL(SUM(`pay_amount`),0) as 'payAmount',
IFNULL(SUM(`increased_points`),0) as 'payPoints'
FROM wx_business_circle_order
where is_refund = 0
where is_refund = 0 and merchant_id is not null
<if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId}
</if>


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