Sfoglia il codice sorgente

积分

release_toaliyun_real
xhxu 5 anni fa
parent
commit
57f9eac2be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

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

@@ -357,7 +357,7 @@
</if>
GROUP BY merchant_id
) d on d.merchant_id = wm.id
where sumAddCredit &gt; 0 or sumLesCredit &lt; 0
where (sumAddCredit &gt; 0 or sumLesCredit &lt; 0)
ORDER BY sumAddCredit desc

</select>


Caricamento…
Annulla
Salva