Przeglądaj źródła

积分

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
57f9eac2be
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz