Sfoglia il codice sorgente

fix card

release_toaliyun_real
lin 3 anni fa
parent
commit
4a54ff09bd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Vedi File

@@ -259,7 +259,7 @@
</select>
<select id="sumMerchant" parameterType="com.iformall.domain.po.WxCardSpend" resultType="hashmap">
select cs.merchant_id
select cs.merchant_id,
IFNULL(SUM(cs.`deduction_amount`),0) as sum_deduction_amount,
IFNULL(SUM(cs.`payment`),0) as sum_payment,
IFNULL(SUM(cs.`real_payment`),0) as sum_real_payment,


Caricamento…
Annulla
Salva