update 查询开启自动提现运营商列表

This commit is contained in:
Guoqs
2025-03-13 13:43:30 +08:00
parent 10730b3086
commit e9d9fe419f
5 changed files with 32 additions and 5 deletions

View File

@@ -1246,4 +1246,13 @@
AND t1.id = #{stationId,jdbcType=VARCHAR}
</select>
<select id="selectAutoWithdrawalMerchantInfoList" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from
pile_merchant_info
where del_flag = '0'
and status = '1'
and withdrawal_type = '2'
</select>
</mapper>