update 查询去重

This commit is contained in:
yyb
2026-02-02 11:25:40 +08:00
parent 08c99b98cc
commit 67b34191ad

View File

@@ -45,6 +45,7 @@
</select>
<select id="getShopWalletInfoList" resultType="com.m2pool.lease.dto.PayConfigDto">
SELECT
DISTINCT
pay_coin as payCoin,
pay_coin_image as payCoinImage,
chain as payChain,
@@ -56,7 +57,7 @@
<foreach collection="shopIds" item="shopId" open="(" separator="," close=")">
#{shopId}
</foreach>
and del = 0
</select>
<select id="getShopIdsByMachineIds" resultType="java.lang.Long">
SELECT