pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeClientCardMapper.xml
@@ -370,7 +370,7 @@ END) AS state FROM se_virtual_card vc INNER JOIN se_client cli ON cli.id = vc.client_id WHERE vc.client_id = #{clientId,jdbcType=BIGINT} WHERE vc.state = 1 AND vc.client_id = #{clientId,jdbcType=BIGINT} ) card ORDER BY card.Money DESC, card.State DESC </select>